summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)Author
2021-05-14HID: lenovo: Map mic-mute button to KEY_F20 instead of KEY_MICMUTEHans de Goede
2021-05-14HID: lenovo: Check hid_get_drvdata() returns non NULL in lenovo_event()Hans de Goede
2021-05-14HID: lenovo: Fix lenovo_led_set_tp10ubkbd() error handlingHans de Goede
2021-05-14HID: lenovo: Use brightness_set_blocking callback for setting LEDs brightnessHans de Goede
2021-05-14HID: plantronics: Workaround for double volume key pressesMaxim Mikityanskiy
2021-04-28HID: wacom: Assign boolean values to a bool variableJiapeng Zhong
2021-04-28HID cp2112: fix support for multiple gpiochipsDouglas Gilbert
2021-04-28HID: alps: fix error return code in alps_input_configured()Jia-Ju Bai
2021-04-28HID: asus: Add support for 2021 ASUS N-Key keyboardLuke D Jones
2021-04-28HID: google: add don USB idShou-Chieh Hsu
2021-04-21HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devicesPing Cheng
2021-04-21AMD_SFH: Add DMI quirk table for BIOS-es which don't set the activestatus bitsHans de Goede
2021-04-21AMD_SFH: Add sensor_mask module parameterHans de Goede
2021-04-21AMD_SFH: Removed unused activecontrolstatus member from the amd_mp2_dev structHans de Goede
2021-03-17HID: logitech-dj: add support for the new lightspeed connection iterationFilipe Laíns
2021-03-11HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire Switch 10EHans de Goede
2021-03-11HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568 EC on Voyo Win...Hans de Goede
2021-03-04HID: wacom: Ignore attempts to overwrite the touch_max value from HIDJason Gerecke
2021-03-04HID: logitech-dj: add support for keyboard events in eQUAD step 4 GamingFilipe Laíns
2021-03-04HID: core: detect and skip invalid inputs to snto32()Randy Dunlap
2021-02-26HID: make arrays usage and value to be the sameWill McVicker
2021-01-26HID: wacom: Correct NULL dereference on AES pen proximityJason Gerecke
2021-01-25HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input devicesKai-Heng Feng
2021-01-14HID: logitech-hidpp: Add product ID for MX Ergo in Bluetooth modeNicholas Miell
2021-01-08HID: Ignore battery for Elan touchscreen on ASUS UX550Seth Miller
2021-01-08HID: logitech-dj: add the G602 receiverFilipe Laíns
2021-01-07HID: wiimote: remove h from printk format specifierTom Rix
2021-01-07HID: uclogic: remove h from printk format specifierTom Rix
2021-01-04HID: sony: select CONFIG_CRC32Arnd Bergmann
2021-01-04HID: sfh: fix address space confusionArnd Bergmann
2021-01-04HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad deviceKai-Heng Feng
2020-12-22HID: wacom: Fix memory leakage caused by kfifo_allocPing Cheng
2020-12-16Merge branch 'for-5.11/wacom' into for-linusJiri Kosina
2020-12-16Merge branch 'for-5.11/sony' into for-linusJiri Kosina
2020-12-16Merge branch 'for-5.11/intel-ish' into for-linusJiri Kosina
2020-12-16Merge branch 'for-5.11/i2c-hid' into for-linusJiri Kosina
2020-12-16Merge branch 'for-5.11/elecom' into for-linusJiri Kosina
2020-12-16Merge branch 'for-5.11/core' into for-linusJiri Kosina
2020-12-16Merge branch 'for-5.11/asus' into for-linusJiri Kosina
2020-12-16Merge branch 'for-5.11/amd-sfh-hid' into for-linusJiri Kosina
2020-11-27HID: i2c-hid: add Vero K147 to descriptor overrideJulian Sax
2020-11-27HID: ite: Add support for Acer S1002 keyboard-dockHans de Goede
2020-11-27HID: sony: support for ghlive ps3/wii u donglesPascal Giard
2020-11-27HID: hidraw: Add additional hidraw input/output report ioctls.Dean Camera
2020-11-25HID: elecom: drop stray commentJiri Kosina
2020-11-25HID: mf: add support for 0079:1846 Mayflash/Dragonrise USB Gamecube AdapterEthan Warth
2020-11-25HID: elecom: add support for EX-G M-XGL20DLBK wireless mouseYOSHIOKA Takuma
2020-11-25HID: elecom: rewrite report based on model specific parametersYOSHIOKA Takuma
2020-11-25HID: wacom: Constify attribute_groupsRikard Falkeborn
2020-11-25HID: input: Fix fall-through warnings for ClangGustavo A. R. Silva