aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-21HID: amd_sfh: Add descriptor operations in amd_mp2_opsBasavaraj Natikar7-25/+42
2022-07-21HID: amd_sfh: Move request_list variable to client dataBasavaraj Natikar2-5/+8
2022-07-21HID: amd_sfh: Move request_list struct to header fileBasavaraj Natikar2-10/+9
2022-07-21HID: amd_sfh: Move common macros and structuresBasavaraj Natikar2-41/+60
2022-07-21HID: amd_sfh: Add NULL check for hid deviceBasavaraj Natikar1-4/+8
2022-07-21HID: core: remove unneeded assignment in hid_process_report()Lukas Bulwahn1-1/+1
2022-07-21ID: intel-ish-hid: hid-client: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-07-21HID: mcp2221: prevent a buffer overflow in mcp_smbus_write()Harshit Mogalapalli1-0/+3
2022-06-15HID: nintendo: Set phys property of input device based on HID physThomas Schneider1-0/+2
2022-06-15HID: uclogic: Add support for XP-PEN Deco LJosé Expósito5-0/+310
2022-06-15HID: uclogic: Allow to generate frame templatesJosé Expósito3-3/+53
2022-06-15HID: uclogic: Add KUnit tests for uclogic_rdesc_template_apply()José Expósito4-0/+207
2022-06-15HID: uclogic: Make template placeholder IDs genericJosé Expósito3-14/+14
2022-06-13HID: surface-hid: Add support for hot-removalMaximilian Luz1-1/+37
2022-06-09HID: multitouch: new device class fix Lenovo X12 trackpad stickyTao Jin1-1/+12
2022-06-09HID: cp2112: prevent a buffer overflow in cp2112_xfer()Harshit Mogalapalli1-0/+5
2022-06-08HID: hyperv: Correctly access fields declared as __le16Michael Kelley1-2/+3
2022-06-08HID: hid-input: add Surface Go battery quirkMaximilian Luz2-0/+3
2022-06-08HID: intel-ish-hid: ipc: use time_before to replace "jiffies < a"Li Qiong1-1/+1
2022-06-08HID: logitech-hidpp: Fix syntax errors in commentsXiang wangx1-1/+1
2022-06-08HID: uclogic: properly format kernel-doc comment for hid_dbg() wrappersBagas Sanjaya1-10/+14
2022-06-08HID: apple: Properly handle function keys on non-Apple keyboardHilton Chain1-5/+29
2022-06-08HID: nintendo: fix unused const warningDaniel J. Ogorchock1-2/+1
2022-06-08HID: i2c-hid: elan: Add support for Elan eKTH6915 i2c-hid touchscreensDouglas Anderson3-0/+146
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds3-3/+3
2022-05-27HID: amd_sfh: Don't show client init failed as error when discovery failsMario Limonciello1-1/+2
2022-05-27HID: wacom: Don't register pad_input for touch switchPing Cheng2-19/+26
2022-05-27HID: wacom: Only report rotation for art penPing Cheng1-8/+21
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+2
2022-05-24Merge tag 'for-linus-2022052401' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds29-187/+1045
2022-05-24Merge branch 'for-5.19/wacom' into for-linusJiri Kosina3-9/+41
2022-05-24Merge branch 'for-5.19/uclogic' into for-linusJiri Kosina8-149/+587
2022-05-24Merge branch 'for-5.19/megaworld' into for-linusJiri Kosina4-0/+137
2022-05-24Merge branch 'for-5.19/lenovo' into for-linusJiri Kosina2-6/+170
2022-05-24Merge branch 'for-5.19/apple' into for-linusJiri Kosina1-4/+18
2022-05-24Merge branch 'for-5.19/amd-sfh' into for-linusJiri Kosina7-16/+71
2022-05-11HID: apple: Properly handle function keys on Keychron keyboardsBryan Cain1-4/+18
2022-05-11HID: uclogic: Switch to Digitizer usage for stylusesNikolai Kondrashov3-16/+16
2022-05-11HID: uclogic: Add pen support for XP-PEN Star 06Roman Romanenko3-0/+5
2022-05-11HID: uclogic: Differentiate touch ring and touch stripNikolai Kondrashov3-24/+112
2022-05-11HID: uclogic: Always shift touch reports to zeroNikolai Kondrashov2-8/+9
2022-05-11HID: uclogic: Do not focus on touch ring onlyNikolai Kondrashov5-40/+39
2022-05-11HID: uclogic: Return raw parameters from v2 pen initNikolai Kondrashov1-34/+58
2022-05-11HID: uclogic: Move param printing to a functionNikolai Kondrashov3-116/+93
2022-05-11HID: core: Display "SENSOR HUB" for sensor hub bus string in hid_infoBasavaraj Natikar1-0/+4
2022-05-11HID: amd_sfh: Move bus declaration outside of amd-sfhBasavaraj Natikar1-1/+0
2022-05-11HID: amd_sfh: Add physical location to HID deviceBasavaraj Natikar1-0/+5
2022-05-11HID: amd_sfh: Modify the hid nameBasavaraj Natikar1-1/+1
2022-05-11HID: amd_sfh: Modify the bus nameBasavaraj Natikar2-2/+2
2022-05-11HID: amd_sfh: Add sensor name by index for debug infoBasavaraj Natikar3-10/+35