summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorLines
2021-08-20HID: i2c-hid: Fix Elan touchpad regressionJim Broadus-3/+2
2021-08-20HID: asus: Prevent Claymore sending suspend eventLuke D. Jones-0/+16
2021-08-20HID: amd_sfh: Add dyndbg prints for debuggingBasavaraj Natikar-0/+10
2021-08-20HID: amd_sfh: Add support for PM suspend and resumeBasavaraj Natikar-1/+54
2021-08-20HID: amd_sfh: Move hid probe after sensor is enabledBasavaraj Natikar-4/+11
2021-08-20HID: amd_sfh: Add command response to check command statusBasavaraj Natikar-10/+64
2021-08-20HID: amd_sfh: Fix period data field to enable sensorBasavaraj Natikar-1/+1
2021-08-20HID: logitech-hidpp: battery: provide CAPACITY property for newer devicesHamza Mahfooz-1/+43
2021-08-20HID: thrustmaster: Fix memory leak in thrustmaster_interrupts()Evgeny Novikov-0/+1
2021-08-20HID: thrustmaster: Fix memory leak in removeEvgeny Novikov-0/+1
2021-08-20HID: thrustmaster: Fix memory leaks in probeEvgeny Novikov-1/+4
2021-08-20HID: elo: update the reference count of the usb device structureSalah Triki-1/+5
2021-08-20HID: logitech-hidpp: Use 'atomic_inc_return' instead of hand-writing itChristophe JAILLET-2/+1
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman-33/+55
2021-07-29HID: ft260: fix device removal due to USB disconnectMichael Zaidman-16/+7
2021-07-28HID: apple: Add missing scan code event for keys handled by hid-appleVincent Lefevre-9/+23
2021-07-28HID: cmedia: add support for HS-100B mute buttonThomas Weißschuh-4/+92
2021-07-28HID: i2c-hid: goodix: Use the devm variant of regulator_register_notifier()Douglas Anderson-1/+1
2021-07-28HID: wacom: Refactor touch input mute checks into a common functionJason Gerecke-15/+12
2021-07-28HID: wacom: Avoid sending empty sync eventsJason Gerecke-1/+14
2021-07-28HID: wacom: Short-circuit processing of touch when it is disabledJason Gerecke-0/+14
2021-07-28HID: wacom: set initial hardware touch switch state to 'off'Ping Cheng-5/+16
2021-07-28HID: wacom: Skip processing of touches with negative slot valuesJason Gerecke-0/+3
2021-07-28HID: wacom: Re-enable touch by default for Cintiq 24HDT / 27QHDTJason Gerecke-1/+1
2021-07-28HID: Kconfig: Fix spelling mistake "Uninterruptable" -> "Uninterruptible"Colin Ian King-1/+1
2021-07-28HID: apple: Add support for Keychron K1 wireless keyboardHaochen Tong-0/+2
2021-07-28HID: usbhid: free raw_report buffers in usbhid_stopAnirudh Rayabharam-1/+12
2021-07-28HID: fix typo in KconfigChristophe JAILLET-1/+1
2021-07-27HID: ft260: fix format type warning in ft260_word_show()Michael Zaidman-2/+2
2021-07-21bus: Make remove callback return voidUwe Kleine-König-6/+2
2021-07-15HID: i2c-hid: goodix: Tie the reset line to true state of the regulatorDouglas Anderson-13/+79
2021-07-15HID: amd_sfh: Use correct MMIO register for DMA addressDylan MacKenzie-1/+1
2021-07-15HID: magicmouse: high-resolution scroll thresholdJosé Expósito-2/+23
2021-07-15HID: magicmouse: enable high-resolution scrollJosé Expósito-0/+31
2021-07-15HID: asus: Remove check for same LED brightness on setLuke D. Jones-3/+0
2021-07-15HID: input: do not report stylus battery state as "full"Dmitry Torokhov-2/+0
2021-07-15HID: intel-ish-hid: use async resume functionYe Xiang-8/+37
2021-06-30Merge branch 'for-5.14/multitouch' into for-linusJiri Kosina-1/+18
2021-06-30Merge branch 'for-5.14/logitech' into for-linusJiri Kosina-45/+118
2021-06-30Merge branch 'for-5.14/intel-ish' into for-linusJiri Kosina-66/+104
2021-06-30Merge branch 'for-5.14/google' into for-linusJiri Kosina-0/+10
2021-06-30Merge branch 'for-5.14/core' into for-linusJiri Kosina-11/+40
2021-06-30Merge branch 'for-5.14/amd-sfh' into for-linusJiri Kosina-34/+324
2021-06-25HID: thrustmaster: Switch to kmemdup() when allocate change_requestYang Yingliang-2/+3
2021-06-25HID: multitouch: Disable event reporting on suspend when the device is not a ...Hans de Goede-1/+2
2021-06-25HID: logitech-dj: Implement may_wakeup ll-driver callbackHans de Goede-0/+8
2021-06-25HID: usbhid: Implement may_wakeup ll-driver callbackHans de Goede-0/+8
2021-06-24HID: input: Add support for Programmable ButtonsThomas Weißschuh-0/+33
2021-06-24HID: wacom: Correct base usage for capacitive ExpressKey status bitsJason Gerecke-1/+1
2021-06-24HID: amd_sfh: Add initial support for HPD sensorBasavaraj Natikar-2/+174