summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2023-05-17HID: wacom: insert timestamp to packed Bluetooth (BT) eventsPing Cheng2-0/+27
2023-05-17HID: wacom: Set a default resolution for older tabletsPing Cheng1-2/+10
2023-05-11HID: amd_sfh: Handle "no sensors" enabled for SFH1.1Basavaraj Natikar1-0/+11
2023-05-11HID: amd_sfh: Increase sensor command timeout for SFH1.1Basavaraj Natikar1-2/+2
2023-05-11HID: amd_sfh: Correct the stop all commandBasavaraj Natikar1-1/+3
2023-05-11HID: amd_sfh: Add support for shutdown operationBasavaraj Natikar1-0/+9
2023-05-11HID: amd_sfh: Fix illuminance valueBasavaraj Natikar2-2/+2
2023-05-11HID: amd_sfh: Correct the sensor enable and disable commandBasavaraj Natikar1-0/+2
2023-05-11HID: amd_sfh: Correct the structure fieldsBasavaraj Natikar1-3/+3
2023-04-20HID: intel-ish-hid: Fix kernel panic during warm resetTanu Malhotra1-2/+2
2023-03-30HID: intel-ish-hid: ipc: Fix potential use-after-free in work functionReka Norman1-1/+8
2023-03-30HID: logitech-hidpp: Add support for Logitech MX Master 3S mouseRafał Szalecki1-0/+2
2023-03-30HID: cp2112: Fix driver not registering GPIO IRQ chip as threadedDanny Kaehn1-0/+1
2023-03-17HID: uhid: Over-ride the default maximum data buffer value with our ownLee Jones1-0/+1
2023-03-17HID: core: Provide new max_buffer_size attribute to over-ride the defaultLee Jones1-7/+25
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