summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorLines
2021-02-18HID: playstation: add microphone mute support for DualSense.Roderick Colenbrander-0/+44
2021-02-18HID: playstation: add initial DualSense lightbar support.Roderick Colenbrander-0/+65
2021-02-18HID: wacom: Ignore attempts to overwrite the touch_max value from HIDJason Gerecke-1/+6
2021-02-17HID: playstation: fix array size comparison (off-by-one)Colin Ian King-1/+1
2021-02-17HID: playstation: fix unused variable in ps_battery_get_property.Roderick Colenbrander-2/+2
2021-02-17HID: playstation: report DualSense hardware and firmware version.Roderick Colenbrander-0/+81
2021-02-11HID: playstation: add DualSense classic rumble support.Roderick Colenbrander-2/+214
2021-02-11HID: playstation: add DualSense Bluetooth support.Roderick Colenbrander-0/+42
2021-02-11HID: playstation: track devices in list.Roderick Colenbrander-0/+46
2021-02-11HID: playstation: add DualSense accelerometer and gyroscope support.Roderick Colenbrander-0/+203
2021-02-11HID: playstation: add DualSense touchpad support.Roderick Colenbrander-0/+66
2021-02-11HID: playstation: add DualSense battery support.Roderick Colenbrander-3/+138
2021-02-11HID: playstation: use DualSense MAC address as unique identifier.Roderick Colenbrander-0/+58
2021-02-11HID: playstation: initial DualSense USB support.Roderick Colenbrander-0/+338
2021-02-09HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire Switch 10EHans de Goede-3/+9
2021-02-09HID: Ignore battery for Elan touchscreen on HP Spectre X360 15-df0xxxElia Devito-0/+3
2021-02-09HID: logitech-dj: add support for the new lightspeed connection iterationFilipe Laíns-1/+6
2021-02-09HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device IDYou-Sheng Yang-0/+2
2021-02-05HID: logitech-dj: add support for keyboard events in eQUAD step 4 GamingFilipe Laíns-0/+1
2021-02-05HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568 EC on Voyo Win...Hans de Goede-0/+4
2021-02-05HID: displays: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong-3/+3
2021-02-05HID: wacom: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong-1/+1
2021-02-05HID: lg-g15: make a const array static, makes object smallerColin Ian King-1/+1
2021-02-02HID: google: Get HID report on probe to confirm tablet switch stateNicolas Boichat-19/+66
2021-02-02HID: hid-input: avoid splitting keyboard, system and consumer controlsDmitry Torokhov-0/+10
2021-01-26HID: correct kernel-doc notation in hid-quirks.cRandy Dunlap-11/+14
2021-01-26HID: wacom: Correct NULL dereference on AES pen proximityJason Gerecke-4/+5
2021-01-26HID: multitouch: Set to high latency mode on suspend.Blaž Hrastnik-0/+10
2021-01-25Merge 5.11-rc5 into staging-nextGreg Kroah-Hartman-12/+55
2021-01-25HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input devicesKai-Heng Feng-1/+2
2021-01-22HID: hid-sensor-custom: Add custom sensor iio supportYe Xiang-0/+143
2021-01-18HID: i2c-hid: Introduce goodix-i2c-hid using i2c-hid coreDouglas Anderson-2/+134
2021-01-18HID: i2c-hid: Reorganize so ACPI and OF are separate modulesDouglas Anderson-220/+379
2021-01-18HID: logitech-hidpp: add support for Unified Battery (1004) featureFilipe Laíns-7/+239
2021-01-18HID: sony: Add support for tilt on guitar hero guitarsSanjay Govind-7/+20
2021-01-18HID: make arrays usage and value to be the sameWill McVicker-3/+3
2021-01-14HID: logitech-hidpp: Add product ID for MX Ergo in Bluetooth modeNicholas Miell-0/+2
2021-01-14HID: chicony: Add Wireless Radio Control feature for Chicony devicesJian-Hong Pan-0/+56
2021-01-08HID: Ignore battery for Elan touchscreen on ASUS UX550Seth Miller-0/+3
2021-01-08HID: logitech-dj: add the G602 receiverFilipe Laíns-0/+4
2021-01-08HID: core: detect and skip invalid inputs to snto32()Randy Dunlap-0/+3
2021-01-08HID: uclogic: Improve support for Trust PanoraCristian Klein-1/+4
2021-01-07HID: wiimote: remove h from printk format specifierTom Rix-1/+1
2021-01-07HID: uclogic: remove h from printk format specifierTom Rix-1/+1
2021-01-06HID: intel-ish-hid: ipc: Address EHL Sx resume issuesZhang Lixu-1/+33
2021-01-06HID: intel-ish-hid: ipc: finish power flow for EHL OOBZhang Lixu-0/+48
2021-01-04HID: sony: select CONFIG_CRC32Arnd Bergmann-0/+1
2021-01-04HID: sfh: fix address space confusionArnd Bergmann-7/+7
2021-01-04HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad deviceKai-Heng Feng-0/+4
2020-12-22HID: wacom: Fix memory leakage caused by kfifo_allocPing Cheng-3/+32