summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | HID: multitouch: Add quirks for flipped axesAllen Ballway2023-01-184-4/+87
| | |/ / /
| * | | | Merge branch 'for-6.3/mcp2221' into for-linusBenjamin Tissoires2023-02-221-0/+3
| |\ \ \ \
| | * | | | HID: mcp-2221: prevent UAF in delayed workBenjamin Tissoires2023-02-201-0/+3
| * | | | | Merge branch 'for-6.3/logitech' into for-linusBenjamin Tissoires2023-02-222-61/+92
| |\ \ \ \ \
| | * | | | | HID: logitech-hidpp: Add myself to authorsBastien Nocera2023-02-151-0/+1
| | * | | | | HID: logitech-hidpp: Retry commands when device is busyBastien Nocera2023-02-151-24/+30
| | * | | | | HID: logitech-hidpp: Add more debug statementsBastien Nocera2023-02-101-3/+14
| | * | | | | HID: Add support for Logitech G923 Xbox Edition steering wheelWalt Holman2023-02-102-0/+4
| | * | | | | HID: logitech-hidpp: Add Signature M650Bastien Nocera2023-02-101-0/+2
| | * | | | | HID: logitech-hidpp: Remove HIDPP_QUIRK_NO_HIDINPUT quirkBastien Nocera2023-02-101-5/+3
| | * | | | | HID: logitech-hidpp: Don't restart communication if not necessaryBastien Nocera2023-02-101-12/+20
| | * | | | | HID: logitech-hidpp: Add constants for HID++ 2.0 error codesBastien Nocera2023-02-101-0/+10
| | * | | | | Revert "HID: logitech-hidpp: add a module parameter to keep firmware gestures"Bastien Nocera2023-02-101-10/+0
| | * | | | | HID: logitech-hidpp: Hard-code HID++ 1.0 fast scroll supportBastien Nocera2023-02-101-8/+9
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'for-6.3/i2c-hid' into for-linusBenjamin Tissoires2023-02-223-103/+36
| |\ \ \ \ \
| | * | | | | HID: i2c-hid: goodix: Add mainboard-vddio-supplyDouglas Anderson2023-02-091-0/+10
| | * | | | | HID: i2c-hid: goodix: Stop tying the reset line to the regulatorDouglas Anderson2023-02-091-75/+13
| | * | | | | HID: i2c-hid: acpi: Unify ACPI ID tables formatAndy Shevchenko2023-01-181-5/+5
| | * | | | | HID: i2c-hid: acpi: Drop unneded NULL check of adevAndy Shevchenko2023-01-181-11/+5
| | * | | | | HID: i2c-hid: use uniform debugging APIsThomas Weißschuh2023-01-181-2/+2
| | * | | | | HID: i2c-hid: switch to standard debugging APIsThomas Weißschuh2023-01-181-10/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'for-6.3/hid-sensor' into for-linusBenjamin Tissoires2023-02-221-73/+169
| |\ \ \ \ \
| | * | | | | HID: hid-sensor-custom: Fix big on-stack allocation in hid_sensor_custom_get_...Jiri Kosina2023-01-061-7/+14
| | * | | | | HID: hid-sensor-custom: Add LISS custom sensorsPhilipp Jungkamp2022-12-201-0/+23
| | * | | | | HID: hid-sensor-custom: Allow more custom iio sensorsPhilipp Jungkamp2022-12-201-72/+138
| * | | | | | Merge branch 'for-6.3/evision' into for-linusBenjamin Tissoires2023-02-224-0/+64
| |\ \ \ \ \ \
| | * | | | | | HID: evision: Add preliminary support for EVision keyboardsPhilippe Valembois2023-02-064-0/+64
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'for-6.3/bigben' into for-linusBenjamin Tissoires2023-02-221-12/+63
| |\ \ \ \ \ \
| | * | | | | | hid: bigben_probe(): validate report countPietro Borrello2023-02-161-5/+2
| | * | | | | | HID: bigben: use spinlock to safely schedule workersPietro Borrello2023-02-151-6/+12
| | * | | | | | HID: bigben_worker() remove unneeded check on report_fieldPietro Borrello2023-02-151-1/+1
| | * | | | | | HID: bigben: use spinlock to protect concurrent accessesPietro Borrello2023-02-151-2/+50
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'for-6.3/asus' into for-linusBenjamin Tissoires2023-02-221-5/+32
| |\ \ \ \ \ \
| | * | | | | | HID: asus: use spinlock to safely schedule workersPietro Borrello2023-02-151-4/+11
| | * | | | | | HID: asus: use spinlock to protect concurrent accessesPietro Borrello2023-02-151-1/+21
| | |/ / / / /
| * | | | | | Merge branch 'for-6.3/hid-core' into for-linusBenjamin Tissoires2023-02-2217-28/+148
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | HID: use standard debug APIsThomas Weißschuh2023-02-061-9/+0
| | * | | | | HID: surface-hid: Constify lowlevel HID driverThomas Weißschuh2023-02-061-1/+1
| | * | | | | HID: intel-ish-hid: Constify lowlevel HID driverThomas Weißschuh2023-02-061-1/+1
| | * | | | | HID: steam: Constify lowlevel HID driverThomas Weißschuh2023-02-061-1/+1
| | * | | | | HID: logitech-dj: Constify lowlevel HID driverThomas Weißschuh2023-02-061-2/+2
| | * | | | | HID: hyperv: Constify lowlevel HID driverThomas Weißschuh2023-02-061-1/+1
| | * | | | | HID: amd_sfh: Constify lowlevel HID driverThomas Weißschuh2023-02-061-1/+1
| | * | | | | HID: Recognize sensors with application collectionsRonald Tschalär2023-01-182-3/+6
| | * | | | | HID: Make lowlevel driver structs constThomas Weißschuh2023-01-173-3/+3
| | * | | | | HID: Unexport struct i2c_hid_ll_driverThomas Weißschuh2023-01-171-2/+1
| | * | | | | HID: Unexport struct uhid_hid_driverThomas Weißschuh2023-01-171-2/+1
| | * | | | | HID: Unexport struct usb_hid_driverThomas Weißschuh2023-01-171-2/+1
| | * | | | | HID: usbhid: Make hid_is_usb() non-inlineThomas Weißschuh2023-01-171-0/+6
| | * | | | | HID: letsketch: Use hid_is_usb()Thomas Weißschuh2023-01-171-1/+1