summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2022-11-21HID: hid-sensor-custom: set fixed size for custom attributesMarcus Folkesson1-1/+1
2022-11-21HID: core: fix shift-out-of-bounds in hid_report_raw_eventZhangPeng1-0/+3
2022-11-21HID: i2c: let RMI devices decide what constitutes wakeup eventDmitry Torokhov2-1/+4
2022-11-21HID: uclogic: Add HID_QUIRK_HIDINPUT_FORCE quirkJosé Expósito1-0/+1
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman9-18/+91
2022-11-17HID: playstation: fix DualShock4 bluetooth CRC endian issue.Roderick Colenbrander1-1/+2
2022-11-17HID: playstation: fix DualShock4 bluetooth memory corruption bug.Roderick Colenbrander1-1/+1
2022-11-15HID: fix I2C_HID not selected when I2C_HID_OF_ELAN isBenjamin Tissoires1-2/+2
2022-11-14HID: hid-lg4ff: Add check for empty lbufAnastasia Belova1-0/+6
2022-11-14HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire Switch V 10Hans de Goede2-0/+6
2022-11-14HID: apple: Swap Control and Command keys on Apple keyboardsAditya Garg1-1/+22
2022-11-14HID: intel-ish-hid: ishtp: remove variable rb_countColin Ian King1-3/+0
2022-11-14HID: uclogic: Standardize test name prefixJosé Expósito2-4/+4
2022-11-14HID: uclogic: Fix frame templates for big endian architecturesJosé Expósito1-1/+1
2022-11-14HID: hid-sensor-custom: Allow more than one hinge angle sensorYauhen Kharuzhy1-1/+1
2022-11-11Merge tag 'for-linus-2022111101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-9/+8
2022-11-11HID: ft260: fix 'cast to restricted' kernel CI bot warningsMichael Zaidman1-7/+7
2022-11-11HID: ft260: missed NACK from busy deviceMichael Zaidman1-5/+22
2022-11-11HID: ft260: fix a NULL pointer dereference in ft260_i2c_writeMichael Zaidman1-0/+3
2022-11-11HID: ft260: wake up device from power saving modeMichael Zaidman1-0/+17
2022-11-11HID: ft260: missed NACK from big i2c readMichael Zaidman1-2/+4
2022-11-11HID: ft260: remove SMBus Quick command supportMichael Zaidman1-9/+1
2022-11-11HID: ft260: skip unexpected HID input reportsMichael Zaidman1-12/+24
2022-11-11HID: ft260: do not populate /dev/hidraw deviceMichael Zaidman1-3/+6
2022-11-11HID: ft260: improve i2c large reads performanceMichael Zaidman1-5/+12
2022-11-11HID: ft260: support i2c reads greater than HID report sizeMichael Zaidman1-61/+66
2022-11-11HID: ft260: support i2c writes larger than HID report sizeMichael Zaidman1-18/+23
2022-11-11HID: ft260: improve i2c write performanceMichael Zaidman1-5/+9
2022-11-11HID: ft260: ft260_xfer_status routine cleanupMichael Zaidman1-20/+10
2022-11-11HID: playstation: add DualShock4 dongle support.Roderick Colenbrander1-6/+140
2022-11-11HID: playstation: set default DualShock4 BT poll interval to 4ms.Roderick Colenbrander1-0/+29
2022-11-11HID: playstation: add DualShock4 bluetooth support.Roderick Colenbrander1-26/+144
2022-11-11HID: playstation: add option to ignore CRC in ps_get_report.Roderick Colenbrander1-8/+9
2022-11-11HID: playstation: support DualShock4 lightbar blink.Roderick Colenbrander1-1/+46
2022-11-11HID: playstation: support DualShock4 lightbar.Roderick Colenbrander1-3/+138
2022-11-11HID: playstation: make LED brightness adjustable in ps_led_register.Roderick Colenbrander1-6/+7
2022-11-11HID: playstation: Add DualShock4 rumble support.Roderick Colenbrander1-1/+147
2022-11-11HID: playstation: add DualShock4 accelerometer and gyroscope support.Roderick Colenbrander1-2/+168
2022-11-11HID: playstation: add DualShock4 touchpad support.Roderick Colenbrander1-3/+63
2022-11-11HID: playstation: add DualShock4 battery support.Roderick Colenbrander1-4/+66
2022-11-11HID: playstation: report DualShock4 hardware and firmware version.Roderick Colenbrander1-0/+38
2022-11-11HID: playstation: initial DualShock4 USB support.Roderick Colenbrander1-2/+172
2022-11-04HID: uclogic: Add support for XP-PEN Deco LWJosé Expósito3-0/+114
2022-11-04HID: input: do not query XP-PEN Deco LW batteryJosé Expósito1-0/+6
2022-11-04HID: wiimote: Add support for the DJ Hero turntableJoshua Jun3-0/+233
2022-11-04HID: wacom: Fix logic used for 3rd barrel switch emulationJason Gerecke1-5/+6
2022-11-02HID: hyperv: fix possible memory leak in mousevsc_probe()Yang Yingliang1-1/+1
2022-11-02HID: asus: Remove unused variable in asus_report_tool_width()Colin Ian King1-3/+1
2022-11-02HID: apple: enable APPLE_ISO_TILDE_QUIRK for the keyboards of Macs with the T...Kerem Karabay1-8/+8
2022-11-02HID: apple: fix key translations where multiple quirks attempt to translate t...Kerem Karabay1-58/+44