summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | HID: mcp2221: switch i2c registration to devm functionsMatt Ranostay2022-10-181-25/+25
| * | | | | Merge branch 'for-6.2/logitech' into for-linusJiri Kosina2022-12-131-1/+1
| |\ \ \ \ \
| | * | | | | HID: logitech HID++: Send SwID in GetProtocolVersionAndreas Bergmeier2022-11-211-1/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'for-6.2/intel-ish' into for-linusJiri Kosina2022-12-131-3/+0
| |\ \ \ \ \
| | * | | | | HID: intel-ish-hid: ishtp: remove variable rb_countColin Ian King2022-11-141-3/+0
| | |/ / / /
| * | | | | Merge branch 'for-6.2/i2c' into for-linusJiri Kosina2022-12-133-9/+6
| |\ \ \ \ \
| | * | | | | HID: i2c: use simple i2c probeStephen Kitt2022-10-183-9/+6
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'for-6.2/hyperv' into for-linusJiri Kosina2022-12-131-21/+10
| |\ \ \ \ \
| | * | | | | HID: hyperv: remove unused struct synthhid_msgPaulo Miguel Almeida2022-10-241-12/+4
| | * | | | | HID: hyperv: Replace one-element array with flexible-array memberPaulo Miguel Almeida2022-10-181-10/+7
| | |/ / / /
| * | | | | Merge branch 'for-6.2/ft260' into for-linusJiri Kosina2022-12-131-134/+191
| |\ \ \ \ \
| | * | | | | HID: ft260: fix 'cast to restricted' kernel CI bot warningsMichael Zaidman2022-11-111-7/+7
| | * | | | | HID: ft260: missed NACK from busy deviceMichael Zaidman2022-11-111-5/+22
| | * | | | | HID: ft260: fix a NULL pointer dereference in ft260_i2c_writeMichael Zaidman2022-11-111-0/+3
| | * | | | | HID: ft260: wake up device from power saving modeMichael Zaidman2022-11-111-0/+17
| | * | | | | HID: ft260: missed NACK from big i2c readMichael Zaidman2022-11-111-2/+4
| | * | | | | HID: ft260: remove SMBus Quick command supportMichael Zaidman2022-11-111-9/+1
| | * | | | | HID: ft260: skip unexpected HID input reportsMichael Zaidman2022-11-111-12/+24
| | * | | | | HID: ft260: do not populate /dev/hidraw deviceMichael Zaidman2022-11-111-3/+6
| | * | | | | HID: ft260: improve i2c large reads performanceMichael Zaidman2022-11-111-5/+12
| | * | | | | HID: ft260: support i2c reads greater than HID report sizeMichael Zaidman2022-11-111-61/+66
| | * | | | | HID: ft260: support i2c writes larger than HID report sizeMichael Zaidman2022-11-111-18/+23
| | * | | | | HID: ft260: improve i2c write performanceMichael Zaidman2022-11-111-5/+9
| | * | | | | HID: ft260: ft260_xfer_status routine cleanupMichael Zaidman2022-11-111-20/+10
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'for-6.2/default-remove-cleanup' into for-linusJiri Kosina2022-12-132-12/+0
| |\ \ \ \ \
| | * | | | | HID: hid-elan: use default remove for hid deviceMarcus Folkesson2022-11-211-6/+0
| | * | | | | HID: hid-alps: use default remove for hid deviceMarcus Folkesson2022-11-211-6/+0
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'for-6.2/apple' into for-linusJiri Kosina2022-12-132-68/+76
| |\ \ \ \ \
| | * | | | | HID: apple: Swap Control and Command keys on Apple keyboardsAditya Garg2022-11-141-1/+22
| | * | | | | HID: apple: enable APPLE_ISO_TILDE_QUIRK for the keyboards of Macs with the T...Kerem Karabay2022-11-021-8/+8
| | * | | | | HID: apple: fix key translations where multiple quirks attempt to translate t...Kerem Karabay2022-11-021-58/+44
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'input-for-v6.2-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-134-26/+9
|\ \ \ \ \ \
| * | | | | | HID: add mapping for camera access keysEray Orçunus2022-11-222-0/+6
| * | | | | | HID: i2c-hid: Don't set wake_capable and wake_irqRaul E Rangel2022-11-221-9/+0
| * | | | | | HID: i2c-hid: acpi: Stop setting wakeup_capableRaul E Rangel2022-11-221-5/+0
| * | | | | | HID: i2c-hid: Use PM subsystem to manage wake irqRaul E Rangel2022-11-221-21/+12
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'for-linus-2022120801' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-089-22/+34
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | Revert "HID: logitech-hidpp: Enable HID++ for all the Logitech Bluetooth devi...Benjamin Tissoires2022-12-081-19/+0
| * | | | Revert "HID: logitech-hidpp: Remove special-casing of Bluetooth devices"Benjamin Tissoires2022-12-081-0/+9
| * | | | HID: usbhid: Add ALWAYS_POLL quirk for some miceAnkit Patel2022-11-222-0/+6
| * | | | HID: core: fix shift-out-of-bounds in hid_report_raw_eventZhangPeng2022-11-211-0/+3
| * | | | HID: uclogic: Add HID_QUIRK_HIDINPUT_FORCE quirkJosé Expósito2022-11-211-0/+1
| * | | | HID: fix I2C_HID not selected when I2C_HID_OF_ELAN isBenjamin Tissoires2022-11-151-2/+2
| * | | | HID: hid-lg4ff: Add check for empty lbufAnastasia Belova2022-11-141-0/+6
| * | | | HID: ite: Enable QUIRK_TOUCHPAD_ON_OFF_REPORT on Acer Aspire Switch V 10Hans de Goede2022-11-142-0/+6
| * | | | HID: uclogic: Fix frame templates for big endian architecturesJosé Expósito2022-11-141-1/+1
* | | | | Merge tag 'for-linus-2022111101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-11-113-9/+8
|\| | | | | |_|/ / |/| | |
| * | | HID: wacom: Fix logic used for 3rd barrel switch emulationJason Gerecke2022-11-041-5/+6
| * | | HID: hyperv: fix possible memory leak in mousevsc_probe()Yang Yingliang2022-11-021-1/+1
| * | | HID: asus: Remove unused variable in asus_report_tool_width()Colin Ian King2022-11-021-3/+1