summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-logitech-dj.c
Commit message (Expand)AuthorAgeFilesLines
* HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode()José Expósito2024-06-041-1/+3
* HID: logitech-dj: allow mice to use all types of reportsYaraslau Furman2024-04-031-3/+1
* Revert "HID: logitech-dj: Add support for a new lightspeed receiver iteration"Jiri Kosina2023-11-211-8/+3
* HID: logitech-dj: Fix error handling in logi_dj_recv_switch_to_dj_mode()Nikita Zhandarovich2023-08-221-1/+4
* HID: logitech-dj: Add support for a new lightspeed receiver iterationMavroudis Chatzilazaridis2023-08-141-3/+8
* HID: logitech-dj: Constify lowlevel HID driverThomas Weißschuh2023-02-061-2/+2
* HID: logitech-dj: add new lightspeed receiver idLucas Zampieri2022-02-161-0/+1
* HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman2021-12-021-1/+1
* Merge branch 'for-5.14/multitouch' into for-linusJiri Kosina2021-06-301-0/+8
|\
| * HID: logitech-dj: Implement may_wakeup ll-driver callbackHans de Goede2021-06-251-0/+8
* | HID: logitech-dj/hidpp: Add info/warn/err messages about 27 MHz keyboard encr...Hans de Goede2021-05-051-0/+8
|/
* HID: logitech-dj: Handle newer quad/bt2.0 receivers in HID proxy modeHans de Goede2021-03-081-3/+88
* HID: logitech-dj: Use hid-ids.h defines for USB device-ids for all supported ...Hans de Goede2021-03-081-17/+23
* HID: logitech-dj: add support for the new lightspeed connection iterationFilipe Laíns2021-02-091-1/+6
* HID: logitech-dj: add support for keyboard events in eQUAD step 4 GamingFilipe Laíns2021-02-051-0/+1
* HID: logitech-dj: add the G602 receiverFilipe Laíns2021-01-081-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-11-221-1/+21
|\
| * HID: logitech-dj: Fix Dinovo Mini when paired with a MX5x00 receiverHans de Goede2020-11-191-0/+1
| * HID: logitech-dj: Fix an error in mse_bluetooth_descriptorHans de Goede2020-11-191-1/+1
| * HID: logitech-dj: Handle quad/bluetooth keyboards with a builtin trackpadHans de Goede2020-11-121-0/+19
* | HID: logitech-dj: Fix spelling in commentChris Packham2020-09-011-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* HID: logitech: Use HIDPP_RECEIVER_INDEX instead of 0xffMazin Rezk2020-07-071-3/+3
* HID: logitech: drop outdated references to unifying receiversFilipe Laíns2020-04-061-2/+2
* HID: logitech-dj: add support for the static device in the Powerplay mat/rece...Filipe Laíns2020-03-101-2/+7
* HID: logitech-dj: add debug msg when exporting a HID++ report descriptorsFilipe Laíns2020-02-121-0/+2
* Merge branch 'for-5.4/logitech' into for-linusJiri Kosina2019-09-221-4/+18
|\
| * hid-logitech-dj: add the new Lightspeed receiverFilipe Laíns2019-08-231-2/+11
| * HID: logitech-dj: add support of the G700(s) receiverBenjamin Tissoires2019-08-231-0/+5
| * Merge branch 'master' into for-5.4/logitechBenjamin Tissoires2019-08-231-3/+7
| |\
| * | HID: logitech-dj: extend consumer usages rangeOlivier Gay2019-08-051-2/+2
* | | HID: logitech-dj: Fix crash when initial logi_dj_recv_query_paired_devices failsHans de Goede2019-08-261-5/+5
| |/ |/|
* | HID: logitech-dj: Really fix return value of logi_dj_recv_query_hidpp_devicesHans de Goede2019-08-051-1/+1
* | HID: logitech-dj: add the Powerplay receiverFilipe Laíns2019-07-171-0/+4
* | HID: logitech-dj: rename "gaming" receiver to "lightspeed"Filipe Laíns2019-07-171-2/+2
|/
*-----. Merge branches 'for-5.2/fixes', 'for-5.3/doc', 'for-5.3/ish', 'for-5.3/logite...Jiri Kosina2019-07-101-23/+13
|\ \ \ \
| | | * | HID: logitech-dj: fix return value of logi_dj_recv_query_hidpp_devicesYueHaibing2019-06-111-1/+1
| | | * | HID: logitech-dj: make const array template staticColin Ian King2019-05-221-6/+8
| | | * | HID: logitech-dj: Add usb-id for the 27MHz MX3000 receiverHans de Goede2019-05-091-0/+3
| | | |/
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-06-281-1/+3
| |\ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-06-131-15/+35
| |\ \
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-16/+1
| | |/ | |/|
* | | HID: logitech-dj: Fix forwarding of very long HID++ reportsHans de Goede2019-06-261-1/+3
| |/ |/|
* | HID: logitech-dj: Fix 064d:c52f receiver supportHans de Goede2019-06-051-15/+27
* | HID: logitech-dj: add support for the Logitech MX5500's Bluetooth Mini-ReceiverHans de Goede2019-05-091-0/+8
|/
* HID: logitech-dj: fix spelling in printkColin Ian King2019-04-301-1/+1
* HID: logitech-dj: add support for Logitech Bluetooth Mini-ReceiverHans de Goede2019-04-231-6/+85
* HID: logitech-dj: make appending of the HID++ descriptors conditionalHans de Goede2019-04-231-14/+21
* HID: logitech-dj: remove false-positive error on double queueing of delayed-workHans de Goede2019-04-231-18/+4
* HID: logitech-dj: pick a better name for non-unifying receiversHans de Goede2019-04-231-5/+29