summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge tag 'platform-drivers-x86-v5.16-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-021-2/+2
|\ \ \
| * | | HID: surface-hid: Allow driver matching for target ID 1 devicesMaximilian Luz2021-10-221-1/+1
| * | | HID: surface-hid: Use correct event registry for managing HID eventsMaximilian Luz2021-10-221-1/+1
| | |/ | |/|
* | | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-013-12/+16
|\ \ \ | |_|/ |/| |
| * | HID: roccat: Use struct_group() to zero kone_mouse_eventKees Cook2021-09-252-6/+8
| * | HID: cp2112: Use struct_group() for memcpy() regionKees Cook2021-09-251-6/+8
| |/
* | HID: amd_sfh: Fix potential NULL pointer dereferenceBasavaraj Natikar2021-09-271-8/+4
* | HID: u2fzero: ignore incomplete packets without dataAndrej Shadura2021-09-221-1/+3
* | HID: amd_sfh: Fix potential NULL pointer dereferenceEvgeny Novikov2021-09-161-1/+5
* | HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDsJoshua-Dickens2021-09-151-0/+8
* | HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JISMizuho Mori2021-09-151-0/+7
* | HID: betop: fix slab-out-of-bounds Write in betop_probeF.A.Sulaiman2021-09-151-3/+10
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-09-0222-96/+564
|\
| * Merge branch 'for-5.15/apple' into for-linusJiri Kosina2021-09-011-9/+23
| |\
| | * HID: apple: Add missing scan code event for keys handled by hid-appleVincent Lefevre2021-07-281-9/+23
| * | Merge branch 'for-5.15/wacom' into for-linusJiri Kosina2021-09-013-13/+48
| |\ \
| | * | HID: wacom: Refactor touch input mute checks into a common functionJason Gerecke2021-07-281-15/+12
| | * | HID: wacom: Avoid sending empty sync eventsJason Gerecke2021-07-281-1/+14
| | * | HID: wacom: Short-circuit processing of touch when it is disabledJason Gerecke2021-07-283-0/+14
| | * | HID: wacom: set initial hardware touch switch state to 'off'Ping Cheng2021-07-283-5/+16
| * | | Merge branch 'for-5.15/thrustmaster' into for-linusJiri Kosina2021-09-011-1/+6
| |\ \ \
| | * | | HID: thrustmaster: Fix memory leak in thrustmaster_interrupts()Evgeny Novikov2021-08-201-0/+1
| | * | | HID: thrustmaster: Fix memory leak in removeEvgeny Novikov2021-08-201-0/+1
| | * | | HID: thrustmaster: Fix memory leaks in probeEvgeny Novikov2021-08-201-1/+4
| | | |/ | | |/|
| * | | Merge branch 'for-5.15/sony' into for-linusJiri Kosina2021-09-013-17/+38
| |\ \ \
| | * | | HID: sony: support for the ghlive ps4 donglesDaniel Nguyen2021-08-203-17/+38
| | |/ /
| * | | Merge branch 'for-5.15/magicmouse' into for-linusJiri Kosina2021-09-011-0/+52
| |\ \ \
| | * | | HID: magicmouse: high-resolution scroll thresholdJosé Expósito2021-07-151-2/+23
| | * | | HID: magicmouse: enable high-resolution scrollJosé Expósito2021-07-151-0/+31
| | |/ /
| * | | Merge branch 'for-5.15/logitech' into for-linusJiri Kosina2021-09-011-3/+44
| |\ \ \
| | * | | HID: logitech-hidpp: battery: provide CAPACITY property for newer devicesHamza Mahfooz2021-08-201-1/+43
| | * | | HID: logitech-hidpp: Use 'atomic_inc_return' instead of hand-writing itChristophe JAILLET2021-08-201-2/+1
| | |/ /
| * | | Merge branch 'for-5.15/goodix' into for-linusJiri Kosina2021-09-011-13/+79
| |\ \ \
| | * | | HID: i2c-hid: goodix: Use the devm variant of regulator_register_notifier()Douglas Anderson2021-07-281-1/+1
| | * | | HID: i2c-hid: goodix: Tie the reset line to true state of the regulatorDouglas Anderson2021-07-151-13/+79
| | |/ /
| * | | Merge branch 'for-5.15/core' into for-linusJiri Kosina2021-09-012-13/+18
| |\ \ \
| | * | | HID: usbhid: Simplify code in hid_submit_ctrl()Alan Stern2021-09-011-8/+4
| | * | | HID: usbhid: Fix warning caused by 0-length input reportsAlan Stern2021-09-011-0/+1
| | * | | HID: usbhid: Fix flood of "control queue full" messagesMichal Kubecek2021-09-011-8/+7
| | * | | HID: usbhid: free raw_report buffers in usbhid_stopAnirudh Rayabharam2021-07-281-1/+12
| | * | | HID: input: do not report stylus battery state as "full"Dmitry Torokhov2021-07-151-2/+0
| | |/ /
| * | | Merge branch 'for-5.15/cmedia' into for-linusJiri Kosina2021-09-013-4/+92
| |\ \ \
| | * | | HID: cmedia: add support for HS-100B mute buttonThomas Weißschuh2021-07-283-4/+92
| | |/ /
| * | | Merge branch 'for-5.15/amd-sfh' into for-linusJiri Kosina2021-09-013-15/+139
| |\ \ \
| | * | | HID: amd_sfh: Add dyndbg prints for debuggingBasavaraj Natikar2021-08-202-0/+10
| | * | | HID: amd_sfh: Add support for PM suspend and resumeBasavaraj Natikar2021-08-203-1/+54
| | * | | HID: amd_sfh: Move hid probe after sensor is enabledBasavaraj Natikar2021-08-201-4/+11
| | * | | HID: amd_sfh: Add command response to check command statusBasavaraj Natikar2021-08-203-10/+64
| | * | | HID: amd_sfh: Fix period data field to enable sensorBasavaraj Natikar2021-08-201-1/+1
| | |/ /
| * | | HID: sony: Fix more ShanWan clone gamepads to not rumble when plugged in.Ulrich Spörlein2021-08-201-1/+2