summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge tag 'for-linus-2022121301' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds25-295/+2056
2022-12-13Merge tag 'input-for-v6.2-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-26/+9
2022-12-13Merge branch 'for-6.2/wiimote' into for-linusJiri Kosina3-0/+233
2022-12-13Merge branch 'for-6.2/uclogic' into for-linusJiri Kosina6-4/+124
2022-12-13Merge branch 'for-6.2/sony' into for-linusJiri Kosina1-15/+1121
2022-12-13Merge branch 'for-6.2/sensor' into for-linusJiri Kosina1-2/+2
2022-12-13Merge branch 'for-6.2/rmi' into for-linusJiri Kosina2-1/+4
2022-12-13Merge branch 'for-6.2/mcp2221' into for-linusJiri Kosina2-26/+290
2022-12-13Merge branch 'for-6.2/logitech' into for-linusJiri Kosina1-1/+1
2022-12-13Merge branch 'for-6.2/intel-ish' into for-linusJiri Kosina1-3/+0
2022-12-13Merge branch 'for-6.2/i2c' into for-linusJiri Kosina3-9/+6
2022-12-13Merge branch 'for-6.2/hyperv' into for-linusJiri Kosina1-21/+10
2022-12-13Merge branch 'for-6.2/ft260' into for-linusJiri Kosina1-134/+191
2022-12-13Merge branch 'for-6.2/default-remove-cleanup' into for-linusJiri Kosina2-12/+0
2022-12-13Merge branch 'for-6.2/apple' into for-linusJiri Kosina2-68/+76
2022-12-08Merge tag 'for-linus-2022120801' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-22/+34
2022-12-08Revert "HID: logitech-hidpp: Enable HID++ for all the Logitech Bluetooth devi...Benjamin Tissoires1-19/+0
2022-12-08Revert "HID: logitech-hidpp: Remove special-casing of Bluetooth devices"Benjamin Tissoires1-0/+9
2022-11-22HID: add mapping for camera access keysEray Orçunus2-0/+6
2022-11-22HID: i2c-hid: Don't set wake_capable and wake_irqRaul E Rangel1-9/+0
2022-11-22HID: i2c-hid: acpi: Stop setting wakeup_capableRaul E Rangel1-5/+0
2022-11-22HID: i2c-hid: Use PM subsystem to manage wake irqRaul E Rangel1-21/+12
2022-11-22HID: usbhid: Add ALWAYS_POLL quirk for some miceAnkit Patel2-0/+6
2022-11-21HID: logitech HID++: Send SwID in GetProtocolVersionAndreas Bergmeier1-1/+1
2022-11-21HID: hid-elan: use default remove for hid deviceMarcus Folkesson1-6/+0
2022-11-21HID: hid-alps: use default remove for hid deviceMarcus Folkesson1-6/+0
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-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