aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-08HID: Ignore battery for Elan touchscreen on Asus UX550VEHans de Goede2-0/+3
2021-12-03HID: intel-ish-hid: ipc: only enable IRQ wakeup when requestedThomas Weißschuh1-2/+4
2021-12-03HID: google: add eel USB idxiazhengqiao2-0/+3
2021-12-03HID: add USB_HID dependancy to hid-prodikeysGreg Kroah-Hartman1-1/+1
2021-12-03HID: add USB_HID dependancy to hid-chiconyGreg Kroah-Hartman1-1/+1
2021-12-02HID: bigbenff: prevent null pointer dereferenceBenjamin Tissoires1-1/+1
2021-12-02HID: sony: fix error path in probeBenjamin Tissoires1-7/+15
2021-12-02HID: add USB_HID dependancy on some USB HID driversGreg Kroah-Hartman1-3/+3
2021-12-02HID: check for valid USB device for many HID driversGreg Kroah-Hartman23-9/+92
2021-12-02HID: wacom: fix problems when device is not a valid USB deviceGreg Kroah-Hartman1-5/+12
2021-12-02HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman5-9/+6
2021-11-29HID: quirks: Add quirk for the Microsoft Surface 3 type-coverHans de Goede2-0/+2
2021-11-19HID: multitouch: Fix Iiyama ProLite T1931SAW (0eef:0001 again!)Ondrej Zary1-0/+5
2021-11-19HID: nintendo: eliminate dead datastructures in !CONFIG_NINTENDO_FF caseJiri Kosina1-3/+5
2021-11-19HID: magicmouse: prevent division by 0 on scrollClaudia Pellegrino1-2/+5
2021-11-19HID: thrustmaster: fix sparse warningsVihas Mak1-3/+3
2021-11-19HID: Ignore battery for Elan touchscreen on HP Envy X360 15-eu0xxxTrevor Davenport2-0/+3
2021-11-19HID: input: set usage type to key on keycode remapThomas Weißschuh1-0/+1
2021-11-19HID: input: Fix parsing of HID_CP_CONSUMER_CONTROL fieldsHans de Goede1-3/+2
2021-11-19HID: ft260: fix i2c probing for hwmon devicesMichael Zaidman1-6/+5
2021-11-12Revert "HID: hid-asus.c: Maps key 0x35 (display off) to KEY_SCREENLOCK"Vinícius Angiolucci Reis1-1/+1
2021-11-11HID: intel-ish-hid: fix module device-id handlingArnd Bergmann3-23/+17
2021-11-10HID: wacom: Use "Confidence" flag to prevent reporting invalid contactsJason Gerecke2-1/+8
2021-11-10HID: nintendo: unlock on error in joycon_leds_create()Dan Carpenter1-1/+4
2021-11-09HID: intel-ish-hid: hid-client: only load for matching devicesThomas Weißschuh1-1/+6
2021-11-09HID: intel-ish-hid: fw-loader: only load for matching devicesThomas Weißschuh1-1/+6
2021-11-09HID: intel-ish-hid: use constants for modaliasesThomas Weißschuh1-2/+2
2021-11-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds23-81/+2751
2021-11-05Merge branch 'for-5.16/xiaomi' into for-linusJiri Kosina4-0/+105
2021-11-05Merge branch 'for-5.16/wacom' into for-linusJiri Kosina1-9/+6
2021-11-05Merge branch 'for-5.16/u2fzero' into for-linusJiri Kosina2-9/+39
2021-11-05Merge branch 'for-5.16/nintendo' into for-linusJiri Kosina4-0/+2348
2021-11-05Merge branch 'for-5.16/playstation' into for-linusJiri Kosina2-1/+159
2021-11-05Merge branch 'for-5.16/core' into for-linusJiri Kosina3-7/+7
2021-11-05Merge branch 'for-5.16/asus' into for-linusJiri Kosina1-1/+1
2021-11-05Merge branch 'for-5.16/apple' into for-linusJiri Kosina3-36/+38
2021-11-05Merge branch 'for-5.16/amd-sfh' into for-linusJiri Kosina8-14/+26
2021-11-02Merge tag 'platform-drivers-x86-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-2/+2
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-12/+16
2021-11-01HID: nintendo: fix -Werror buildJiri Kosina1-80/+80
2021-11-01HID: playstation: require multicolor LED functionalityJiri Kosina1-0/+1
2021-10-27HID: u2fzero: properly handle timeouts in usb_submit_urbAndrej Shadura1-1/+1
2021-10-27HID: u2fzero: clarify error check and length calculationsAndrej Shadura1-3/+5
2021-10-27HID: u2fzero: Support NitroKey U2F revision of the deviceAndrej Shadura2-9/+39
2021-10-27HID: wacom: Make use of the helper function devm_add_action_or_reset()Cai Huoqing1-4/+2
2021-10-27HID: wacom: Shrink critical section in `wacom_add_shared_data`Jason Gerecke1-5/+4
2021-10-27HID: nintendo: prevent needless queueing of the rumble workerDaniel J. Ogorchock1-1/+17
2021-10-27HID: nintendo: ratelimit subcommands and rumbleDaniel J. Ogorchock1-20/+49
2021-10-27HID: nintendo: improve rumble performance and stabilityDaniel J. Ogorchock1-1/+37
2021-10-27HID: nintendo: add IMU supportDaniel J. Ogorchock1-12/+491