summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* HID: hyperv: Use in-place iterator API in the channel callbackDexuan Cui2019-10-011-46/+10
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-241-2/+2
|\
| * HID: hv: Remove dependencies on PAGE_SIZE for ring bufferMaya Nakamura2019-09-021-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-09-2326-131/+532
|\ \
| * \ Merge branch 'for-5.4/wacom' into for-linusJiri Kosina2019-09-222-20/+81
| |\ \
| | * | HID: wacom: add new MobileStudio Pro 13 supportPing Cheng2019-09-051-2/+2
| | * | HID: wacom: do not call hid_set_drvdata(hdev, NULL)Benjamin Tissoires2019-08-221-13/+5
| | * | HID: wacom: support named keys on older devicesAaron Armstrong Skomra2019-08-201-0/+68
| | * | HID: wacom: Fix several minor compiler warningsJason Gerecke2019-08-202-5/+6
| * | | Merge branch 'for-5.4/sb0540' into for-linusJiri Kosina2019-09-224-0/+279
| |\ \ \
| | * | | HID: sb0540: add support for Creative SB0540 IR receiversBastien Nocera2019-09-034-0/+279
| * | | | Merge branch 'for-5.4/multitouch' into for-linusJiri Kosina2019-09-221-7/+30
| |\ \ \ \
| | * | | | HID: multitouch: add support for the Smart Tech panelBenjamin Tissoires2019-08-221-6/+28
| | * | | | HID: multitouch: do not filter mice nodesBenjamin Tissoires2019-08-221-1/+2
| | |/ / /
| * | | | Merge branch 'for-5.4/logitech' into for-linusJiri Kosina2019-09-222-5/+20
| |\ \ \ \
| | * | | | hid-logitech-dj: add the new Lightspeed receiverFilipe LaĆ­ns2019-08-232-3/+13
| | * | | | 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-2315-38/+126
| | |\| | |
| | * | | | HID: logitech-dj: extend consumer usages rangeOlivier Gay2019-08-051-2/+2
| * | | | | Merge branch 'for-5.4/ish' into for-linusJiri Kosina2019-09-223-37/+61
| |\ \ \ \ \
| | * | | | | HID: intel-ish-hid: ipc: check the NO_D3 flag to distinguish resume pathsZhang Lixu2019-08-191-19/+15
| | * | | | | HID: intel-ish-hid: ipc: make ish suspend paths clearZhang Lixu2019-08-191-21/+31
| | * | | | | HID: intel-ish-hid: ipc: set NO_D3 flag only when neededZhang Lixu2019-08-193-3/+21
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'for-5.4/hidraw-hiddev-epoll' into for-linusJiri Kosina2019-09-222-2/+2
| |\ \ \ \ \
| | * | | | | hiddev: Return EPOLLOUT from hiddev_pollFabian Henneke2019-08-051-1/+1
| | * | | | | hidraw: Return EPOLLOUT from hidraw_pollFabian Henneke2019-08-051-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'for-5.4/core' into for-linusJiri Kosina2019-09-223-2/+4
| |\ \ \ \ \
| | * | | | | HID: core: fix dmesg flooding if report field larger than 32bitJoshua Clayton2019-09-181-2/+2
| | * | | | | HID: Add quirk for HP X500 PIXART OEM mouseSebastian Parschauer2019-09-032-0/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'for-5.4/cleanup' into for-linusJiri Kosina2019-09-225-20/+3
| |\ \ \ \ \
| | * | | | | HID: do not call hid_set_drvdata(hdev, NULL) in driversBenjamin Tissoires2019-08-225-20/+3
| | |/ / / /
| * | | | | Merge branch 'for-5.4/apple' into for-linusJiri Kosina2019-09-221-21/+28
| |\ \ \ \ \
| | * | | | | HID: apple: Fix stuck function keys when using FNJoao Moreno2019-09-041-21/+28
| | |/ / / /
| * | | | | HID: prodikeys: Fix general protection fault during probeAlan Stern2019-09-051-2/+10
| * | | | | HID: sony: Fix memory corruption issue on cleanup.Roderick Colenbrander2019-09-051-1/+1
| * | | | | HID: i2c-hid: modify quirks for weida's devicesHungNien Chen2019-09-041-3/+1
| * | | | | HID: logitech-dj: Fix crash when initial logi_dj_recv_query_paired_devices failsHans de Goede2019-08-261-5/+5
| * | | | | HID: logitech: Fix general protection fault caused by Logitech driverAlan Stern2019-08-222-5/+6
| * | | | | HID: hidraw: Fix invalid read in hidraw_ioctlAlan Stern2019-08-221-1/+1
| |/ / / /
* | | | | Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-09-192-3/+3
|\ \ \ \ \
| * | | | | mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2019-09-021-2/+2
| * | | | | mfd / platform: cros_ec: Move cros-ec core driver out from MFDEnric Balletbo i Serra2019-09-021-1/+1
| | |_|_|/ | |/| | |
* | | | | Bluetooth: hidp: Fix assumptions on the return value of hidp_send_messageDan Elkouby2019-09-061-1/+1
| |/ / / |/| | |
* | | | HID: wacom: correct misreported EKR ring valuesAaron Armstrong Skomra2019-08-201-1/+1
* | | | HID: cp2112: prevent sleeping function called from invalid contextBenjamin Tissoires2019-08-191-2/+6
* | | | HID: intel-ish-hid: ipc: add EHL device idEven Xu2019-08-192-0/+2
* | | | HID: wacom: Correct distance scale for 2nd-gen Intuos devicesJason Gerecke2019-08-191-0/+2
* | | | HID: logitech-hidpp: remove support for the G700 over USBBenjamin Tissoires2019-08-131-2/+0
* | | | Revert "HID: logitech-hidpp: add USB PID for a few more supported mice"Benjamin Tissoires2019-08-131-20/+0
* | | | HID: wacom: add back changes dropped in merge commitAaron Armstrong Skomra2019-08-131-1/+2
| |_|/ |/| |