summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2023-03-10HID: logitech-hidpp: Don't restart communication if not necessaryBastien Nocera1-12/+20
2023-03-10HID: uclogic: Add support for XP-PEN Deco Pro MWJosé Expósito4-0/+8
2023-03-10HID: uclogic: Add support for XP-PEN Deco Pro SWJosé Expósito4-0/+8
2023-03-10HID: uclogic: Add battery quirkJosé Expósito2-0/+6
2023-03-10HID: uclogic: Add frame type quirkJosé Expósito3-19/+29
2023-03-10HID: Add Mapping for System Microphone MuteJingyuan Liang2-0/+9
2023-03-10hid: bigben_probe(): validate report countPietro Borrello1-5/+2
2023-03-10HID: bigben: use spinlock to safely schedule workersPietro Borrello1-6/+12
2023-03-10HID: bigben_worker() remove unneeded check on report_fieldPietro Borrello1-1/+1
2023-03-10HID: bigben: use spinlock to protect concurrent accessesPietro Borrello1-2/+50
2023-03-10HID: logitech-hidpp: Hard-code HID++ 1.0 fast scroll supportBastien Nocera1-8/+9
2023-03-10HID: retain initial quirks set up when creating HID devicesDmitry Torokhov3-10/+5
2023-03-10HID: multitouch: Add quirks for flipped axesAllen Ballway4-4/+87
2023-03-10HID: asus: use spinlock to safely schedule workersPietro Borrello1-4/+11
2023-03-10HID: asus: use spinlock to protect concurrent accessesPietro Borrello1-1/+21
2023-02-25HID: mcp-2221: prevent UAF in delayed workBenjamin Tissoires1-0/+3
2023-02-09Merge tag 'for-linus-2023020901' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-7/+41
2023-02-06HID: Ignore battery for ELAN touchscreen 29DF on HPLuka Guzenko2-0/+3
2023-02-06HID: amd_sfh: if no sensors are enabled, clean upMario Limonciello2-2/+12
2023-02-06HID: logitech: Disable hi-res scrolling on USBBastien Nocera1-1/+2
2023-02-06HID: core: Fix deadloop in hid_apply_multiplier.Xin Zhao1-0/+3
2023-01-25HID: Ignore battery for Elan touchscreen on Asus TP420IAmarco.rodolfi@tuta.io2-0/+3
2023-01-20HID: elecom: add support for TrackBall 056E:011CTakahiro Fujii3-4/+18
2023-01-19Merge tag 'for-linus-2023011801' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds11-14/+96
2023-01-18HID: betop: check shape of output reportsPietro Borrello1-8/+9
2023-01-18HID: playstation: sanity check DualSense calibration data.Roderick Colenbrander1-0/+32
2023-01-18HID: playstation: sanity check DualShock4 calibration data.Roderick Colenbrander1-0/+31
2023-01-18HID: uclogic: Add support for XP-PEN Deco 01 V2José Expósito3-0/+5
2023-01-17HID: revert CHERRY_MOUSE_000C quirkJiri Kosina2-2/+0
2023-01-17HID: check empty report_list in bigben_probe()Pietro Borrello1-0/+5
2023-01-17HID: check empty report_list in hid_validate_values()Pietro Borrello1-2/+2
2023-01-06HID: amd_sfh: Fix warning unwind gotoBasavaraj Natikar2-2/+2
2023-01-02HID: intel_ish-hid: Add check for ishtp_dma_tx_mapJiasheng Jiang1-0/+10
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-21Merge tag 'for-linus-2022122101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds13-7/+58
2022-12-20HID: sony: Fix unused function warningJosé Expósito1-0/+2
2022-12-20HID: plantronics: Additional PIDs for double volume key presses quirkTerry Junge2-0/+12
2022-12-20HID: multitouch: fix Asus ExpertBook P2 P2451FA trackpointJosé Expósito1-0/+4
2022-12-20HID: Ignore HP Envy x360 eu0009nv stylus batteryJosé Expósito2-0/+3
2022-12-20HID: wacom: Ensure bootloader PID is usable in hidraw modeJason Gerecke3-0/+13
2022-12-20HID: amd_sfh: Add missing check for dma_alloc_coherentJiasheng Jiang1-0/+4
2022-12-19HID: playstation: fix free of uninialized pointer for DS4 in Bluetooth.Roderick Colenbrander2-2/+2
2022-12-19HID: mcp2221: don't connect hidrawEnrik Berkhan1-3/+9
2022-12-19HID: logitech-hidpp: Guard FF init code against non-USB devicesBastien Nocera1-2/+9
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+0
2022-12-14Merge tag 'for-linus-2022121301' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds25-295/+2056
2022-12-14Merge 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