aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-27HID: playstation: fix return from dualsense_player_led_set_brightness()Jiri Kosina1-0/+2
2021-10-27HID: playstation: expose DualSense player LEDs through LED class.Roderick Colenbrander1-1/+84
2021-10-27HID: playstation: expose DualSense lightbar through a multi-color LED.Roderick Colenbrander1-0/+72
2021-10-22HID: surface-hid: Allow driver matching for target ID 1 devicesMaximilian Luz1-1/+1
2021-10-22HID: surface-hid: Use correct event registry for managing HID eventsMaximilian Luz1-1/+1
2021-10-19HID: hid-asus.c: Maps key 0x35 (display off) to KEY_SCREENLOCKVinícius Angiolucci Reis1-1/+1
2021-10-19HID: apple: Bring back flag for Apple tilde key quirkAlex Henrie1-22/+24
2021-10-19HID: apple: Add support for the 2021 Magic KeyboardAlex Henrie3-0/+6
2021-10-19HID: apple: Rename MAGIC_KEYBOARD_ANSI to MAGIC_KEYBOARD_2015Alex Henrie3-7/+7
2021-10-07HID: multitouch: disable sticky fingers for UPERFECT YJosé Expósito2-0/+16
2021-10-07HID: cougar: Make use of the helper function devm_add_action_or_reset()Cai Huoqing1-2/+1
2021-09-27HID: amd_sfh: Update Copyright detailsBasavaraj Natikar8-6/+17
2021-09-27HID: amd_sfh: switch from 'pci_' to 'dev_' APIBasavaraj Natikar1-5/+3
2021-09-27HID: amd_sfh: Use dma_set_mask_and_coherent()Basavaraj Natikar1-3/+6
2021-09-27HID: amd_sfh: Fix potential NULL pointer dereferenceBasavaraj Natikar1-8/+4
2021-09-25HID: roccat: Use struct_group() to zero kone_mouse_eventKees Cook2-6/+8
2021-09-25HID: cp2112: Use struct_group() for memcpy() regionKees Cook1-6/+8
2021-09-22HID: Add support for side buttons of Xiaomi Mi Dual Mode Wireless Mouse SilentIlya Skriblovsky4-0/+105
2021-09-22HID: hid-debug: clean up snprintf() checks in hid_resolv_usage()Dan Carpenter1-5/+4
2021-09-22HID: apple: Eliminate obsolete IR receiver quirksAlexander F. Lent1-9/+3
2021-09-22HID: u2fzero: ignore incomplete packets without dataAndrej Shadura1-1/+3
2021-09-16HID: amd_sfh: Fix potential NULL pointer dereferenceEvgeny Novikov1-1/+5
2021-09-15HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDsJoshua-Dickens1-0/+8
2021-09-15HID: core: add TransducerSerialNumber2Felipe Balbi2-0/+2
2021-09-15HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JISMizuho Mori1-0/+7
2021-09-15HID: betop: fix slab-out-of-bounds Write in betop_probeF.A.Sulaiman1-3/+10
2021-09-15HID: amd_sfh: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-2/+2
2021-09-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds22-96/+564
2021-09-01Merge branch 'for-5.15/apple' into for-linusJiri Kosina1-9/+23
2021-09-01Merge branch 'for-5.15/wacom' into for-linusJiri Kosina3-13/+48
2021-09-01Merge branch 'for-5.15/thrustmaster' into for-linusJiri Kosina1-1/+6
2021-09-01Merge branch 'for-5.15/sony' into for-linusJiri Kosina3-17/+38
2021-09-01Merge branch 'for-5.15/magicmouse' into for-linusJiri Kosina1-0/+52
2021-09-01Merge branch 'for-5.15/logitech' into for-linusJiri Kosina1-3/+44
2021-09-01Merge branch 'for-5.15/goodix' into for-linusJiri Kosina1-13/+79
2021-09-01Merge branch 'for-5.15/core' into for-linusJiri Kosina2-13/+18
2021-09-01Merge branch 'for-5.15/cmedia' into for-linusJiri Kosina3-4/+92
2021-09-01Merge branch 'for-5.15/amd-sfh' into for-linusJiri Kosina3-15/+139
2021-09-01HID: usbhid: Simplify code in hid_submit_ctrl()Alan Stern1-8/+4
2021-09-01HID: usbhid: Fix warning caused by 0-length input reportsAlan Stern1-0/+1
2021-09-01HID: usbhid: Fix flood of "control queue full" messagesMichal Kubecek1-8/+7
2021-08-20HID: sony: Fix more ShanWan clone gamepads to not rumble when plugged in.Ulrich Spörlein1-1/+2
2021-08-20HID: sony: support for the ghlive ps4 donglesDaniel Nguyen3-17/+38
2021-08-20HID: thrustmaster: clean up Makefile and adapt quirksLukas Bulwahn2-3/+0
2021-08-20HID: i2c-hid: Fix Elan touchpad regressionJim Broadus1-3/+2
2021-08-20HID: asus: Prevent Claymore sending suspend eventLuke D. Jones2-0/+16
2021-08-20HID: amd_sfh: Add dyndbg prints for debuggingBasavaraj Natikar2-0/+10
2021-08-20HID: amd_sfh: Add support for PM suspend and resumeBasavaraj Natikar3-1/+54
2021-08-20HID: amd_sfh: Move hid probe after sensor is enabledBasavaraj Natikar1-4/+11
2021-08-20HID: amd_sfh: Add command response to check command statusBasavaraj Natikar3-10/+64