summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2023-08-14HID: hidraw: make hidraw_class structure constGreg Kroah-Hartman1-9/+9
2023-08-14HID: roccat: make all 'class' structures constIvan Orlov10-88/+107
2023-08-14HID: logitech-hidpp: Rename HID++ "internal" error constantBastien Nocera1-1/+1
2023-08-14HID: input: Support devices sending Eraser without InvertIllia Ostapyshyn1-2/+16
2023-08-14HID: hid-wiimote-debug.c: Drop error checking for debugfs_create_fileOsama Muhammad1-10/+0
2023-08-14HID: sensor-hub: Allow multi-function sensor devicesDaniel Thompson1-1/+1
2023-08-05HID: hidraw: make hidraw_class structure constGreg Kroah-Hartman1-9/+9
2023-08-05HID: roccat: make all 'class' structures constIvan Orlov10-88/+107
2023-08-03HID: i2c-hid: add more DRM dependenciesArnd Bergmann1-0/+4
2023-08-01HID: i2c-hid: Do panel follower work on the system_wqDouglas Anderson1-4/+46
2023-08-01HID: i2c-hid: Support being a panel followerDouglas Anderson2-3/+92
2023-08-01HID: i2c-hid: Suspend i2c-hid devices in removeDouglas Anderson1-4/+4
2023-08-01HID: i2c-hid: Make suspend and resume into helper functionsDouglas Anderson1-42/+56
2023-08-01HID: i2c-hid: Rearrange probe() to power things up laterDouglas Anderson1-47/+77
2023-08-01HID: i2c-hid: Switch to SYSTEM_SLEEP_PM_OPS()Douglas Anderson1-3/+1
2023-07-28HID: cp2112: Use octal permissionsAndy Shevchenko1-2/+2
2023-07-28HID: cp2112: Convert to DEVICE_ATTR_RW()Andy Shevchenko1-23/+19
2023-07-28HID: cp2112: Use sysfs_emit() to instead of scnprintf()Andy Shevchenko1-1/+1
2023-07-28HID: cp2112: Use BIT() in GPIO setter and getterAndy Shevchenko1-2/+2
2023-07-28HID: cp2112: Define all GPIO mask and use itAndy Shevchenko1-2/+3
2023-07-28HID: cp2112: Define maximum GPIO constant and use itAndy Shevchenko1-2/+3
2023-07-28HID: cp2112: Remove dead codeAndy Shevchenko1-54/+0
2023-07-28HID: cp2112: Don't call ->to_irq() explicitlyAndy Shevchenko1-4/+3
2023-07-28HID: cp2112: Switch to for_each_set_bit() to simplify the codeAndy Shevchenko1-6/+2
2023-07-28HID: cp2112: Make irq_chip immutableAndy Shevchenko1-13/+20
2023-07-28HID: cp2112: Use str_write_read() and str_read_write()Andy Shevchenko1-5/+4
2023-07-24hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driverThomas Zimmermann1-1/+0
2023-07-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2023-07-12Merge tag 'for-linus-2023071101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-22/+39
2023-07-10HID: amd_sfh: Fix for shift-out-of-boundsBasavaraj Natikar1-2/+18
2023-07-10HID: amd_sfh: Rename the float32 variableBasavaraj Natikar1-6/+6
2023-07-09HID: input: fix mapping for camera access keysDmitry Torokhov1-3/+4
2023-07-09HID: logitech-hidpp: Add wired USB id for Logitech G502 LightspeedStuart Hayhurst1-0/+2
2023-07-09HID: nvidia-shield: Pack inner/related declarations in HOSTCMD reportsRahul Rameshbabu1-6/+6
2023-07-09HID: hyperv: avoid struct memcpy overrun warningArnd Bergmann1-6/+4
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+2
2023-06-29bpf: Replace deprecated -target with --target= for ClangFangrui Song1-1/+1
2023-06-27Merge branch 'for-6.5/wacom' into for-linusJiri Kosina2-4/+4
2023-06-27Merge branch 'for-6.5/nvidia' into for-linusJiri Kosina4-0/+760
2023-06-27Merge branch 'for-6.5/i2c-hid' into for-linusJiri Kosina4-4/+4
2023-06-27Merge branch 'for-6.5/goodix' into for-linusJiri Kosina1-1/+15
2023-06-27Merge branch 'for-6.5/core' into for-linusJiri Kosina2-48/+72
2023-06-27Merge branch 'for-6.5/apple' into for-linusJiri Kosina11-12/+21
2023-06-27Merge branch 'for-6.5/amd-sfh' into for-linusJiri Kosina2-51/+20
2023-06-27Merge branch 'for-6.5/acer' into for-linusJiri Kosina2-26/+17
2023-06-26HID: wacom: Use ktime_t rather than int when dealing with timestampsJason Gerecke2-4/+4
2023-06-21HID: hidraw: fix data race on device refcountLudvig Michaelsson1-2/+7
2023-06-19HID: intel-ish-hid: ipc: Add Arrow Lake PCI device IDEven Xu2-0/+2
2023-06-19HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651.Mike Hommey1-1/+1
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie5-12/+26