summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)Author
2021-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2021-02-23Merge branch 'for-5.12/uclogic' into for-linusJiri Kosina
2021-02-23Merge branch 'for-5.12/sony' into for-linusJiri Kosina
2021-02-23Merge branch 'for-5.12/playstation-v2' into for-linusJiri Kosina
2021-02-23Merge branch 'for-5.12/multitouch' into for-linusJiri Kosina
2021-02-23Merge branch 'for-5.12/logitech' into for-linusJiri Kosina
2021-02-23Merge branch 'for-5.12/intel-ish' into for-linusJiri Kosina
2021-02-23Merge branch 'for-5.12/i2c-hid' into for-linusJiri Kosina
2021-02-23Merge branch 'for-5.12/google' into for-linusJiri Kosina
2021-02-23Merge branch 'for-5.12/doc' into for-linusJiri Kosina
2021-02-23Merge branch 'for-5.12/chicony' into for-linusJiri Kosina
2021-02-23Merge branch 'for-5.12/core' into for-linusJiri Kosina
2021-02-20Merge tag 'staging-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-18HID: playstation: add DualSense player LED support.Roderick Colenbrander
2021-02-18HID: playstation: add microphone mute support for DualSense.Roderick Colenbrander
2021-02-18HID: playstation: add initial DualSense lightbar support.Roderick Colenbrander
2021-02-18HID: wacom: Ignore attempts to overwrite the touch_max value from HIDJason Gerecke
2021-02-17HID: playstation: fix array size comparison (off-by-one)Colin Ian King
2021-02-17HID: playstation: fix unused variable in ps_battery_get_property.Roderick Colenbrander
2021-02-17HID: playstation: report DualSense hardware and firmware version.Roderick Colenbrander
2021-02-11HID: playstation: add DualSense classic rumble support.Roderick Colenbrander
2021-02-11HID: playstation: add DualSense Bluetooth support.Roderick Colenbrander
2021-02-11HID: playstation: track devices in list.Roderick Colenbrander
2021-02-11HID: playstation: add DualSense accelerometer and gyroscope support.Roderick Colenbrander
2021-02-11HID: playstation: add DualSense touchpad support.Roderick Colenbrander
2021-02-11HID: playstation: add DualSense battery support.Roderick Colenbrander
2021-02-11HID: playstation: use DualSense MAC address as unique identifier.Roderick Colenbrander
2021-02-11HID: playstation: initial DualSense USB support.Roderick Colenbrander
2021-02-09HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire Switch 10EHans de Goede
2021-02-09HID: Ignore battery for Elan touchscreen on HP Spectre X360 15-df0xxxElia Devito
2021-02-09HID: logitech-dj: add support for the new lightspeed connection iterationFilipe Laíns
2021-02-09HID: intel-ish-hid: ipc: Add Tiger Lake H PCI device IDYou-Sheng Yang
2021-02-05HID: logitech-dj: add support for keyboard events in eQUAD step 4 GamingFilipe Laíns
2021-02-05HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568 EC on Voyo Win...Hans de Goede
2021-02-05HID: displays: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong
2021-02-05HID: wacom: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong
2021-02-05HID: lg-g15: make a const array static, makes object smallerColin Ian King
2021-02-02HID: google: Get HID report on probe to confirm tablet switch stateNicolas Boichat
2021-02-02HID: hid-input: avoid splitting keyboard, system and consumer controlsDmitry Torokhov
2021-01-26HID: correct kernel-doc notation in hid-quirks.cRandy Dunlap
2021-01-26HID: wacom: Correct NULL dereference on AES pen proximityJason Gerecke
2021-01-26HID: multitouch: Set to high latency mode on suspend.Blaž Hrastnik
2021-01-25Merge 5.11-rc5 into staging-nextGreg Kroah-Hartman
2021-01-25HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input devicesKai-Heng Feng
2021-01-22HID: hid-sensor-custom: Add custom sensor iio supportYe Xiang
2021-01-18HID: i2c-hid: Introduce goodix-i2c-hid using i2c-hid coreDouglas Anderson
2021-01-18HID: i2c-hid: Reorganize so ACPI and OF are separate modulesDouglas Anderson
2021-01-18HID: logitech-hidpp: add support for Unified Battery (1004) featureFilipe Laíns
2021-01-18HID: sony: Add support for tilt on guitar hero guitarsSanjay Govind
2021-01-18HID: make arrays usage and value to be the sameWill McVicker