summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2021-12-20HID: potential dereference of null pointerJiasheng Jiang1-0/+3
2021-12-20HID: holtek: fix mouse probingBenjamin Tissoires1-0/+15
2021-12-14HID: i2c-hid-of: Expose the touchscreen-inverted propertiesAlistair Francis5-5/+15
2021-12-14HID: quirks: Allow inverting the absolute X/Y valuesAlistair Francis1-0/+6
2021-12-14HID: hidraw: Replace hidraw device table mutex with a rwsemAndré Almeida1-17/+17
2021-12-14HID: thrustmaster use swap() to make code cleanerchiminghao1-6/+2
2021-12-14HID: debug: Add USI usagesMika Westerberg1-0/+35
2021-12-14HID: input: Make hidinput_find_field() staticMika Westerberg1-2/+2
2021-12-14HID: hid-input: Add suffix also for HID_DG_PENMika Westerberg2-3/+10
2021-12-14HID: Add map_msc() to avoid boilerplate codeMika Westerberg1-4/+2
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: do not inline some hid_hw_ functionsBenjamin Tissoires1-0/+64
2021-12-02HID: add suspend/resume helpersBenjamin Tissoires4-42/+46
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: apple: Report Magic Keyboard battery over USBJosé Expósito1-2/+85
2021-11-19HID: apple: Use BIT to define quirksJosé Expósito1-9/+9
2021-11-19HID: apple: Do not reset quirks when the Fn key is not foundJosé Expósito1-1/+1
2021-11-19HID: magicmouse: Report battery level over USBJosé Expósito1-6/+88
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: i2c-hid: Report wakeup eventsMatthias Kaehlcke1-1/+4
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...Linus 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