summaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorLines
2022-12-08Revert "HID: logitech-hidpp: Enable HID++ for all the Logitech Bluetooth devi...Benjamin Tissoires-19/+0
2022-12-08Revert "HID: logitech-hidpp: Remove special-casing of Bluetooth devices"Benjamin Tissoires-0/+9
2022-12-07HID: bpf: do not rely on ALLOW_ERROR_INJECTIONBenjamin Tissoires-3/+18
2022-11-25hwrng: u2fzero - account for high quality RNGJason A. Donenfeld-1/+0
2022-11-22HID: add mapping for camera access keysEray Orçunus-0/+6
2022-11-22HID: i2c-hid: Don't set wake_capable and wake_irqRaul E Rangel-9/+0
2022-11-22HID: i2c-hid: acpi: Stop setting wakeup_capableRaul E Rangel-5/+0
2022-11-22HID: i2c-hid: Use PM subsystem to manage wake irqRaul E Rangel-21/+12
2022-11-22HID: usbhid: Add ALWAYS_POLL quirk for some miceAnkit Patel-0/+6
2022-11-21HID: logitech HID++: Send SwID in GetProtocolVersionAndreas Bergmeier-1/+1
2022-11-21HID: hid-elan: use default remove for hid deviceMarcus Folkesson-6/+0
2022-11-21HID: hid-alps: use default remove for hid deviceMarcus Folkesson-6/+0
2022-11-21HID: hid-sensor-custom: set fixed size for custom attributesMarcus Folkesson-1/+1
2022-11-21HID: core: fix shift-out-of-bounds in hid_report_raw_eventZhangPeng-0/+3
2022-11-21HID: i2c: let RMI devices decide what constitutes wakeup eventDmitry Torokhov-1/+4
2022-11-21HID: force HID depending on INPUTBenjamin Tissoires-0/+1
2022-11-21HID: uclogic: Add HID_QUIRK_HIDINPUT_FORCE quirkJosé Expósito-0/+1
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman-18/+91
2022-11-17HID: playstation: fix DualShock4 bluetooth CRC endian issue.Roderick Colenbrander-1/+2
2022-11-17HID: playstation: fix DualShock4 bluetooth memory corruption bug.Roderick Colenbrander-1/+1
2022-11-15HID: bpf: allow to change the report descriptorBenjamin Tissoires-2/+89
2022-11-15HID: bpf: introduce hid_hw_request()Benjamin Tissoires-0/+136
2022-11-15HID: bpf: allocate data memory for device_event BPF programsBenjamin Tissoires-13/+119
2022-11-15HID: bpf jmp table: simplify the logic of cleaning up programsBenjamin Tissoires-573/+211
2022-11-15HID: initial BPF implementationBenjamin Tissoires-0/+1682
2022-11-15HID: Kconfig: split HID support and hid-core compilationBenjamin Tissoires-6/+12
2022-11-15HID: fix I2C_HID not selected when I2C_HID_OF_ELAN isBenjamin Tissoires-2/+2
2022-11-14HID: hid-lg4ff: Add check for empty lbufAnastasia Belova-0/+6
2022-11-14HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire Switch V 10Hans de Goede-0/+6
2022-11-14HID: apple: Swap Control and Command keys on Apple keyboardsAditya Garg-1/+22
2022-11-14HID: intel-ish-hid: ishtp: remove variable rb_countColin Ian King-3/+0
2022-11-14HID: uclogic: Standardize test name prefixJosé Expósito-4/+4
2022-11-14HID: uclogic: Fix frame templates for big endian architecturesJosé Expósito-1/+1
2022-11-14HID: hid-sensor-custom: Allow more than one hinge angle sensorYauhen Kharuzhy-1/+1
2022-11-11Merge tag 'for-linus-2022111101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-9/+8
2022-11-11HID: ft260: fix 'cast to restricted' kernel CI bot warningsMichael Zaidman-7/+7
2022-11-11HID: ft260: missed NACK from busy deviceMichael Zaidman-5/+22
2022-11-11HID: ft260: fix a NULL pointer dereference in ft260_i2c_writeMichael Zaidman-0/+3
2022-11-11HID: ft260: wake up device from power saving modeMichael Zaidman-0/+17
2022-11-11HID: ft260: missed NACK from big i2c readMichael Zaidman-2/+4
2022-11-11HID: ft260: remove SMBus Quick command supportMichael Zaidman-9/+1
2022-11-11HID: ft260: skip unexpected HID input reportsMichael Zaidman-12/+24
2022-11-11HID: ft260: do not populate /dev/hidraw deviceMichael Zaidman-3/+6
2022-11-11HID: ft260: improve i2c large reads performanceMichael Zaidman-5/+12
2022-11-11HID: ft260: support i2c reads greater than HID report sizeMichael Zaidman-61/+66
2022-11-11HID: ft260: support i2c writes larger than HID report sizeMichael Zaidman-18/+23
2022-11-11HID: ft260: improve i2c write performanceMichael Zaidman-5/+9
2022-11-11HID: ft260: ft260_xfer_status routine cleanupMichael Zaidman-20/+10
2022-11-11HID: playstation: add DualShock4 dongle support.Roderick Colenbrander-6/+140
2022-11-11HID: playstation: set default DualShock4 BT poll interval to 4ms.Roderick Colenbrander-0/+29