summaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-logitech-dj.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* HID: logitech-dj: deal with some KVMs adding an extra interface to the usbdevHans de Goede2019-04-231-1/+31
* HID: logitech-dj: replace dev_err calls with hid_err callsHans de Goede2019-04-231-27/+18
* HID: logitech-dj: add support for 27 MHz mouse-only receiversHans de Goede2019-04-231-0/+14
* HID: logitech-dj: add support for 27 MHz receiversHans de Goede2019-04-231-1/+93
* HID: logitech-dj: add support for the gaming unifying receiverBenjamin Tissoires2019-04-231-1/+57
* HID: logitech-dj: add support for non unifying receiversHans de Goede2019-04-231-39/+272
* HID: logitech-dj: add logi_dj_recv_queue_unknown_work helperHans de Goede2019-04-231-15/+30
* HID: logitech-dj: support sharing struct dj_receiver_dev between USB-interfacesHans de Goede2019-04-231-27/+149
* HID: logitech-dj: rename dj_receiver_dev.hdev to dj_receiver_dev.hidppHans de Goede2019-04-231-12/+10
* HID: logitech-dj: protect the paired_dj_devices access in add_djhid_dev with ...Hans de Goede2019-04-231-0/+6
* HID: logitech-dj: remove unused querying_devices variableHans de Goede2019-04-231-5/+0
* HID: logitech-dj: do not schedule the dj report itselfBenjamin Tissoires2019-04-231-51/+85
* HID: logitech-dj: remove USB dependencyBenjamin Tissoires2019-04-231-33/+35