summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* HID: potential dereference of null pointerJiasheng Jiang2021-12-201-0/+3
* HID: holtek: fix mouse probingBenjamin Tissoires2021-12-201-0/+15
* HID: Ignore battery for Elan touchscreen on Asus UX550VEHans de Goede2021-12-082-0/+3
* HID: intel-ish-hid: ipc: only enable IRQ wakeup when requestedThomas Weißschuh2021-12-031-2/+4
* HID: google: add eel USB idxiazhengqiao2021-12-032-0/+3
* HID: add USB_HID dependancy to hid-prodikeysGreg Kroah-Hartman2021-12-031-1/+1
* HID: add USB_HID dependancy to hid-chiconyGreg Kroah-Hartman2021-12-031-1/+1
* HID: bigbenff: prevent null pointer dereferenceBenjamin Tissoires2021-12-021-1/+1
* HID: sony: fix error path in probeBenjamin Tissoires2021-12-021-7/+15
* HID: add USB_HID dependancy on some USB HID driversGreg Kroah-Hartman2021-12-021-3/+3
* HID: check for valid USB device for many HID driversGreg Kroah-Hartman2021-12-0223-9/+92
* HID: wacom: fix problems when device is not a valid USB deviceGreg Kroah-Hartman2021-12-021-5/+12
* HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman2021-12-025-9/+6
* HID: quirks: Add quirk for the Microsoft Surface 3 type-coverHans de Goede2021-11-292-0/+2
* HID: multitouch: Fix Iiyama ProLite T1931SAW (0eef:0001 again!)Ondrej Zary2021-11-191-0/+5
* HID: nintendo: eliminate dead datastructures in !CONFIG_NINTENDO_FF caseJiri Kosina2021-11-191-3/+5
* HID: magicmouse: prevent division by 0 on scrollClaudia Pellegrino2021-11-191-2/+5
* HID: thrustmaster: fix sparse warningsVihas Mak2021-11-191-3/+3
* HID: Ignore battery for Elan touchscreen on HP Envy X360 15-eu0xxxTrevor Davenport2021-11-192-0/+3
* HID: input: set usage type to key on keycode remapThomas Weißschuh2021-11-191-0/+1
* HID: input: Fix parsing of HID_CP_CONSUMER_CONTROL fieldsHans de Goede2021-11-191-3/+2
* HID: ft260: fix i2c probing for hwmon devicesMichael Zaidman2021-11-191-6/+5
* Revert "HID: hid-asus.c: Maps key 0x35 (display off) to KEY_SCREENLOCK"Vinícius Angiolucci Reis2021-11-121-1/+1
* HID: intel-ish-hid: fix module device-id handlingArnd Bergmann2021-11-113-23/+17
* HID: wacom: Use "Confidence" flag to prevent reporting invalid contactsJason Gerecke2021-11-102-1/+8
* HID: nintendo: unlock on error in joycon_leds_create()Dan Carpenter2021-11-101-1/+4
* HID: intel-ish-hid: hid-client: only load for matching devicesThomas Weißschuh2021-11-091-1/+6
* HID: intel-ish-hid: fw-loader: only load for matching devicesThomas Weißschuh2021-11-091-1/+6
* HID: intel-ish-hid: use constants for modaliasesThomas Weißschuh2021-11-091-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-11-0523-81/+2751
|\
| * Merge branch 'for-5.16/xiaomi' into for-linusJiri Kosina2021-11-054-0/+105
| |\
| | * HID: Add support for side buttons of Xiaomi Mi Dual Mode Wireless Mouse SilentIlya Skriblovsky2021-09-224-0/+105
| * | Merge branch 'for-5.16/wacom' into for-linusJiri Kosina2021-11-051-9/+6
| |\ \
| | * | HID: wacom: Make use of the helper function devm_add_action_or_reset()Cai Huoqing2021-10-271-4/+2
| | * | HID: wacom: Shrink critical section in `wacom_add_shared_data`Jason Gerecke2021-10-271-5/+4
| * | | Merge branch 'for-5.16/u2fzero' into for-linusJiri Kosina2021-11-052-9/+39
| |\ \ \
| | * | | HID: u2fzero: Support NitroKey U2F revision of the deviceAndrej Shadura2021-10-272-9/+39
| | |/ /
| * | | Merge branch 'for-5.16/nintendo' into for-linusJiri Kosina2021-11-054-0/+2348
| |\ \ \
| | * | | HID: nintendo: fix -Werror buildJiri Kosina2021-11-011-80/+80
| | * | | HID: nintendo: prevent needless queueing of the rumble workerDaniel J. Ogorchock2021-10-271-1/+17
| | * | | HID: nintendo: ratelimit subcommands and rumbleDaniel J. Ogorchock2021-10-271-20/+49
| | * | | HID: nintendo: improve rumble performance and stabilityDaniel J. Ogorchock2021-10-271-1/+37
| | * | | HID: nintendo: add IMU supportDaniel J. Ogorchock2021-10-271-12/+491
| | * | | HID: nintendo: add support for reading user calibrationDaniel J. Ogorchock2021-10-271-58/+148
| | * | | HID: nintendo: add support for charging gripDaniel J. Ogorchock2021-10-272-13/+55
| | * | | HID: nintendo: set controller uniq to MACDaniel J. Ogorchock2021-10-271-0/+45
| | * | | HID: nintendo: reduce device removal subcommand errorsDaniel J. Ogorchock2021-10-271-2/+22
| | * | | HID: nintendo: patch hw version for userspace HID mappingsDaniel J. Ogorchock2021-10-271-0/+9
| | * | | HID: nintendo: send subcommands after receiving input reportDaniel J. Ogorchock2021-10-271-0/+33
| | * | | HID: nintendo: improve subcommand reliabilityDaniel J. Ogorchock2021-10-271-24/+42