aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-logitech-hidpp.c
AgeCommit message (Expand)Author
2020-08-13HID: logitech-hidpp: avoid repeated "multiplier = " log messagesMaciej S. Szmigiero
2020-03-07HID: logitech-hidpp: Silence intermittent get_battery_capacity errorsHans de Goede
2019-12-10HID: logitech-hidpp: do all FF cleanup in hidpp_ff_destroy()Andrey Smirnov
2019-12-10HID: logitech-hidpp: rework device validationAndrey Smirnov
2019-12-10HID: logitech-hidpp: split g920_get_config()Andrey Smirnov
2019-12-10HID: Fix assumption that devices have inputsAlan Stern
2019-10-01Revert "HID: logitech-hidpp: add USB PID for a few more supported mice"Benjamin Tissoires
2019-09-06HID: logitech-hidpp: remove support for the G700 over USBBenjamin Tissoires
2019-08-29HID: logitech-hidpp: add USB PID for a few more supported miceFilipe LaĆ­ns
2019-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-22HID: logitech-hidpp: Add support for the S510 remote controlHans de Goede
2019-05-09HID: logitech-hidpp: add support for the MX5500 keyboardHans de Goede
2019-04-23HID: logitech-hidpp: add support for HID++ 1.0 consumer keys reportsHans de Goede
2019-04-23HID: logitech-hidpp: add support for HID++ 1.0 extra mouse buttons reportsHans de Goede
2019-04-23HID: logitech-hidpp: add support for HID++ 1.0 wheel reportsHans de Goede
2019-04-23HID: logitech-hidpp: make hidpp10_set_register_bit a bit more genericHans de Goede
2019-04-23HID: logitech-hidpp: add input_device ptr to struct hidpp_deviceHans de Goede
2019-04-23HID: logitech-hidpp: do not hardcode very long report lengthHans de Goede
2019-04-23HID: logitech-hidpp: handle devices attached to 27MHz wireless receiversHans de Goede
2019-04-23HID: logitech-hidpp: use RAP instead of FAP to get the protocol versionHans de Goede
2019-04-23HID: logitech-hidpp: remove unused origin_is_hid_core function parameterHans de Goede
2019-04-23HID: logitech-hidpp: remove double assignment from __hidpp_send_reportHans de Goede
2019-04-23HID: logitech-hidpp: do not make failure to get the name fatalHans de Goede
2019-04-23HID: logitech-hidpp: ignore very-short or empty namesHans de Goede
2019-04-23HID: logitech-hidpp: make .probe usbhid capableBenjamin Tissoires
2019-04-23HID: logitech-hidpp: allow non HID++ devices to be handled by this moduleBenjamin Tissoires
2019-04-23HID: logitech: Stop setting drvdata to NULL on probe failure and removeBenjamin Tissoires
2019-04-23Merge branch 'for-5.1/upstream-fixes' into for-5.2/logitechBenjamin Tissoires
2019-04-01HID: logitech-hidpp: change low battery level threshold from 31 to 30 percentHans de Goede
2019-04-01HID: logitech-hidpp: remove hidpp_is_connected()Hans de Goede
2019-04-01HID: logitech-hidpp: simplify printing of HID++ versionHans de Goede
2019-03-20HID: logitech: Handle 0 scroll events for the m560Peter Hutterer
2019-03-19HID: logitech: check the return value of create_singlethread_workqueueKangjie Lu
2018-12-07HID: logitech: Use LDJ_DEVICE macro for existing Logitech miceHarry Cutts
2018-12-07HID: logitech: Enable high-resolution scrolling on Logitech miceHarry Cutts
2018-12-07HID: logitech: Add function to enable HID++ 1.0 "scrolling acceleration"Harry Cutts
2018-12-07HID: logitech-hidpp: fix typo, hiddpp to hidppPeter Hutterer
2018-11-22Revert "HID: logitech: Add function to enable HID++ 1.0 "scrolling accelerati...Benjamin Tissoires
2018-11-22Revert "HID: logitech: Enable high-resolution scrolling on Logitech mice"Benjamin Tissoires
2018-11-22Revert "HID: logitech: Use LDJ_DEVICE macro for existing Logitech mice"Benjamin Tissoires
2018-11-22Revert "HID: logitech: fix a used uninitialized GCC warning"Benjamin Tissoires
2018-09-24HID: logitech: fix a used uninitialized GCC warningzhong jiang
2018-09-05HID: logitech: Use LDJ_DEVICE macro for existing Logitech miceHarry Cutts
2018-09-05HID: logitech: Enable high-resolution scrolling on Logitech miceHarry Cutts
2018-09-05HID: logitech: Add function to enable HID++ 1.0 "scrolling acceleration"Harry Cutts
2017-10-12HID: logitech-hidpp: fix mistake in printk, "feeback" -> "feedback"Colin Ian King
2017-08-03HID: logitech-hidpp: constify attribute_group structures.Arvind Yadav
2017-07-20HID: hid-logitech-hidpp: add NULL check on devm_kmemdup() return valueGustavo A. R. Silva
2017-04-06HID: logitech-hidpp: add a sysfs file to tell we support power_supplyBenjamin Tissoires