summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| * | | HID: thrustmaster: clean up Makefile and adapt quirksLukas Bulwahn2021-08-202-3/+0
| * | | HID: i2c-hid: Fix Elan touchpad regressionJim Broadus2021-08-201-3/+2
| * | | HID: asus: Prevent Claymore sending suspend eventLuke D. Jones2021-08-202-0/+16
| * | | HID: elo: update the reference count of the usb device structureSalah Triki2021-08-201-1/+5
* | | | Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman2021-08-0910-33/+55
|\| | |
| * | | HID: ft260: fix device removal due to USB disconnectMichael Zaidman2021-07-291-16/+7
| | |/ | |/|
| * | HID: wacom: Skip processing of touches with negative slot valuesJason Gerecke2021-07-281-0/+3
| * | HID: wacom: Re-enable touch by default for Cintiq 24HDT / 27QHDTJason Gerecke2021-07-281-1/+1
| * | HID: Kconfig: Fix spelling mistake "Uninterruptable" -> "Uninterruptible"Colin Ian King2021-07-281-1/+1
| * | HID: apple: Add support for Keychron K1 wireless keyboardHaochen Tong2021-07-281-0/+2
| * | HID: fix typo in KconfigChristophe JAILLET2021-07-281-1/+1
| * | HID: ft260: fix format type warning in ft260_word_show()Michael Zaidman2021-07-271-2/+2
| * | HID: amd_sfh: Use correct MMIO register for DMA addressDylan MacKenzie2021-07-151-1/+1
| * | HID: asus: Remove check for same LED brightness on setLuke D. Jones2021-07-151-3/+0
| * | HID: intel-ish-hid: use async resume functionYe Xiang2021-07-153-8/+37
| |/
* / bus: Make remove callback return voidUwe Kleine-König2021-07-212-6/+2
|/
* Merge branch 'for-5.14/multitouch' into for-linusJiri Kosina2021-06-303-1/+18
|\
| * HID: multitouch: Disable event reporting on suspend when the device is not a ...Hans de Goede2021-06-251-1/+2
| * HID: logitech-dj: Implement may_wakeup ll-driver callbackHans de Goede2021-06-251-0/+8
| * HID: usbhid: Implement may_wakeup ll-driver callbackHans de Goede2021-06-251-0/+8
* | Merge branch 'for-5.14/logitech' into for-linusJiri Kosina2021-06-305-45/+118
|\ \
| * | HID: lg-g15 + ite: Add MODULE_AUTHORHans de Goede2021-05-052-0/+2
| * | HID: lg-g15: Add support for the Logitech Z-10 speakersHans de Goede2021-05-052-1/+38
| * | HID: lg-g15: Make the LED-name used by lg_g15_register_led() a parameterHans de Goede2021-05-051-12/+11
| * | HID: lg-g15: Add a lg_g15_init_input_dev() helper functionHans de Goede2021-05-051-17/+25
| * | HID: lg-g15: Add a lg_g15_handle_lcd_menu_keys() helper functionHans de Goede2021-05-051-7/+14
| * | HID: lg-g15: Remove unused size argument from lg_*_event() functionsHans de Goede2021-05-051-8/+8
| * | HID: logitech-dj/hidpp: Add info/warn/err messages about 27 MHz keyboard encr...Hans de Goede2021-05-052-0/+20
* | | Merge branch 'for-5.14/intel-ish' into for-linusJiri Kosina2021-06-3012-66/+104
|\ \ \
| * | | HID: intel-ish-hid: ipc: Specify that EHL no cache snoopingEven Xu2021-06-141-1/+25