aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'for-linus-2023083101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds20-260/+1127
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-97/+116
2023-08-31Merge branch 'for-6.5/upstream-fixes' into for-linusBenjamin Tissoires2-1/+5
2023-08-31Merge branch 'for-6.6/wiimote' into for-linusBenjamin Tissoires1-10/+0
2023-08-31Merge branch 'for-6.6/wacom' into for-linusBenjamin Tissoires4-19/+37
2023-08-31Merge branch 'for-6.6/steelseries' into for-linusBenjamin Tissoires2-17/+300
2023-08-31Merge branch 'for-6.6/sensor-hub' into for-linusBenjamin Tissoires1-1/+1
2023-08-31Merge branch 'for-6.6/roccat' into for-linusBenjamin Tissoires11-97/+116
2023-08-31Merge branch 'for-6.6/nvidia' into for-linusBenjamin Tissoires1-20/+406
2023-08-31Merge branch 'for-6.6/logitech' into for-linusBenjamin Tissoires3-45/+93
2023-08-31Merge branch 'for-6.6/google' into for-linusBenjamin Tissoires4-0/+167
2023-08-31Merge branch 'for-6.6/elan' into for-linusBenjamin Tissoires1-12/+38
2023-08-31Merge branch 'for-6.6/devm-fixes' into for-linusBenjamin Tissoires3-21/+7
2023-08-31Merge branch 'for-6.6/cp2112' into for-linusBenjamin Tissoires1-112/+57
2023-08-30Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-90/+266
2023-08-25HID: logitech-hidpp: rework one more time the retries attemptsBenjamin Tissoires1-40/+75
2023-08-24HID: nvidia-shield: Reference hid_device devm allocation of input_dev nameRahul Rameshbabu1-1/+1
2023-08-24HID: multitouch: Correct devm device reference for hidinput input_dev nameRahul Rameshbabu1-10/+3
2023-08-24HID: uclogic: Correct devm device reference for hidinput input_dev nameRahul Rameshbabu1-10/+3
2023-08-22HID: logitech-dj: Fix error handling in logi_dj_recv_switch_to_dj_mode()Nikita Zhandarovich1-1/+4
2023-08-21HID: i2c-hid: elan: Add ili9882t timingCong Yang1-12/+38
2023-08-16HID: apple: Add "Hailuck" to the list of non-apple keyboardsNils Tonnaett1-1/+2
2023-08-14HID: steelseries: arctis_1_battery_request[] should be staticJiri Kosina1-1/+1
2023-08-14HID: logitech-hidpp: Add support for Logitech MX Anywhere 3 mouseMaxim Mikityanskiy1-0/+2
2023-08-14HID: wacom: struct name cleanupAaron Armstrong Skomra3-12/+13
2023-08-14HID: wacom: remove unnecessary 'connected' variable from EKRAaron Armstrong Skomra3-4/+1
2023-08-14HID: wacom: remove the battery when the EKR is offAaron Armstrong Skomra4-4/+24
2023-08-14HID: nvidia-shield: Update Thunderstrike LED instance name to use idRahul Rameshbabu1-1/+2
2023-08-14HID: nvidia-shield: Add battery support for ThunderstrikeRahul Rameshbabu1-17/+401
2023-08-14HID: nvidia-shield: Remove led_classdev_unregister in thunderstrike_createRahul Rameshbabu1-6/+7
2023-08-14HID: hid-google-stadiaff: add support for Stadia force feedbackFabio Baltieri4-0/+167
2023-08-14HID: logitech-dj: Add support for a new lightspeed receiver iterationMavroudis Chatzilazaridis2-3/+9
2023-08-14HID: logitech-hidpp: Add support for the Pro X SuperlightMavroudis Chatzilazaridis1-0/+2
2023-08-14HID: steelseries: Add support for Arctis 1 XBoxBastien Nocera2-17/+300
2023-08-14HID: input: Fix Apple Magic Trackpad 1 Bluetooth disconnectNimish Gåtam1-0/+3
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-13Merge 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
2023-06-09HID: add quirk for 03f0:464a HP Elite Presenter MouseMarco Morandini2-0/+2
2023-06-09HID: nvidia-shield: Support LED functionality for ThunderstrikeRahul Rameshbabu1-5/+111
2023-06-09HID: nvidia-shield: Add mappings for consumer HID USAGE buttonsRahul Rameshbabu1-5/+50
2023-06-09HID: nvidia-shield: Initial driver implementation with Thunderstrike supportRahul Rameshbabu4-0/+609
2023-06-09HID: apple: Option to swap only left side mod keysLasse Brun1-2/+11
2023-06-09HID: uclogic: Modular KUnit tests should not depend on KUNIT=yGeert Uytterhoeven1-1/+1
2023-06-08HID: fix an error code in hid_check_device_match()Dan Carpenter1-1/+1
2023-06-08HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech G915 TKL Keyb...stuarthayhurst1-0/+4
2023-06-08HID: i2c-hid: Switch i2c drivers back to use .probe()Uwe Kleine-König4-4/+4
2023-06-08HID: i2c-hid: goodix: Add support for "goodix,no-reset-during-suspend" propertyFei Shao1-1/+15
2023-06-08HID: microsoft: Add rumble support to latest xbox controllersSiarhei Vishniakou2-2/+19
2023-06-06Merge tag 'for-linus-2023060501' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+6
2023-06-05HID: hidpp: terminate retry loop on successBenjamin Tissoires1-7/+6
2023-06-01Merge tag 'for-linus-2023060101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-6/+21
2023-05-31HID: logitech-hidpp: Handle timeout differently from busyBastien Nocera1-0/+1
2023-05-26HID: ensure timely release of driver-allocated resourcesDmitry Torokhov1-0/+17
2023-05-26HID: split apart hid_device_probe to make logic more apparentDmitry Torokhov1-47/+54
2023-05-23HID: amd_sfh: Split sensor and HID initialization for SFH1.1Basavaraj Natikar1-5/+5
2023-05-23HID: amd_sfh: Remove duplicate cleanup for SFH1.1Basavaraj Natikar1-13/+1
2023-05-23HID: amd_sfh: Split sensor and HID initializationBasavaraj Natikar1-6/+10
2023-05-23HID: amd_sfh: Remove duplicate cleanupBasavaraj Natikar1-23/+4
2023-05-23HID: amd_sfh: Remove unnecessary logBasavaraj Natikar1-4/+0
2023-05-23HID: asus: reformat the hotkey mapping blockLuke D. Jones1-32/+12
2023-05-23HID: asus: add keycodes for 0x6a, 0x4b, and 0xc7Luke D. Jones1-0/+7
2023-05-23HID: asus: Add support for ASUS ROG Z13 keyboardLuke D. Jones2-0/+4
2023-05-23HID: wacom: Add error check to wacom_parse_and_register()Denis Arefev1-1/+6
2023-05-23HID: google: add jewel USB idSung-Chi Li2-0/+3
2023-05-23HID: wacom: avoid integer overflow in wacom_intuos_inout()Nikita Zhandarovich1-1/+1
2023-05-23HID: wacom: Check for string overflow from strscpy callsJason Gerecke1-4/+10
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard40-631/+943
2023-05-08hid/hid-picolcd_fb: Use struct fb_info.screen_bufferThomas Zimmermann1-2/+2
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-10/+10
2023-04-27Merge tag 'for-linus-2023042601' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds25-614/+917
2023-04-26Merge branch 'for-6.4/wacom' into for-linusJiri Kosina3-41/+54
2023-04-26Merge branch 'for-6.4/nintendo' into for-linusJiri Kosina1-9/+86
2023-04-26Merge branch 'for-6.4/mcp2221' into for-linusJiri Kosina1-3/+3
2023-04-26Merge branch 'for-6.4/logitech-hidpp' into for-linusJiri Kosina1-7/+249
2023-04-26Merge branch 'for-6.4/led-includes' into for-linusJiri Kosina3-0/+3
2023-04-26Merge branch 'for-6.4/kye' into for-linusJiri Kosina3-526/+421
2023-04-26Merge branch 'for-6.4/i2c-hid' into for-linusJiri Kosina2-11/+33
2023-04-26Merge branch 'for-6.4/core' into for-linusJiri Kosina2-0/+13
2023-04-26Merge branch 'for-6.4/apple' into for-linusJiri Kosina1-8/+12
2023-04-25HID: amd_sfh: Fix max supported HID devicesBasavaraj Natikar1-1/+1
2023-04-14HID: wacom: generic: Set battery quirk only when we see battery dataJason Gerecke1-22/+11
2023-04-14HID: wacom: Lazy-init batteriesJason Gerecke2-17/+6
2023-04-13Daniel Borkmann says:Jakub Kicinski1-3/+0
2023-04-13HID: Ignore battery for ELAN touchscreen on ROG Flow X13 GV301RAweiliang15032-0/+3
2023-04-13HID: asus: explicitly include linux/leds.hThomas Weißschuh1-0/+1
2023-04-13HID: lg-g15: explicitly include linux/leds.hThomas Weißschuh1-0/+1
2023-04-13HID: steelseries: explicitly include linux/leds.hThomas Weißschuh1-0/+1
2023-04-13HID: apple: Set the tilde quirk flag on the Geyser 3Alex Henrie1-1/+2
2023-04-13HID: apple: explicitly include linux/leds.hThomas Weißschuh1-0/+1
2023-04-13HID: mcp2221: fix get and get_direction for gpioLouis Morhet1-2/+2
2023-04-13HID: mcp2221: fix report layout for gpio getLouis Morhet1-1/+1
2023-04-13HID: wacom: Set a default resolution for older tabletsPing Cheng1-2/+10
2023-04-13HID: i2c-hid-of: Add reset GPIO support to i2c-hid-ofHans de Goede1-0/+21
2023-04-13HID: i2c-hid-of: Allow using i2c-hid-of on non OF platformsHans de Goede2-3/+7
2023-04-13HID: i2c-hid-of: Consistenly use dev local variable in probe()Hans de Goede1-8/+5
2023-04-13HID: kye: Fix rdesc for kye tabletsDavid Yang1-3/+10
2023-04-13HID: amd_sfh: Support for additional light sensorBasavaraj Natikar4-0/+10
2023-04-13HID: amd_sfh: Handle "no sensors" enabled for SFH1.1Basavaraj Natikar1-0/+11
2023-04-13HID: amd_sfh: Increase sensor command timeout for SFH1.1Basavaraj Natikar1-2/+2
2023-04-13HID: amd_sfh: Correct the stop all commandBasavaraj Natikar1-1/+3
2023-04-13HID: amd_sfh: Add support for shutdown operationBasavaraj Natikar1-0/+9
2023-04-13HID: amd_sfh: Fix illuminance valueBasavaraj Natikar2-2/+2
2023-04-13HID: amd_sfh: Correct the sensor enable and disable commandBasavaraj Natikar1-0/+2
2023-04-13HID: amd_sfh: Correct the structure fieldsBasavaraj Natikar1-3/+3
2023-04-12Merge tag 'for-linus-2023041201' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-4/+16
2023-04-03HID: logitech-hidpp: Set wireless_status for G935 receiverBastien Nocera1-1/+25
2023-04-03HID: logitech-hidpp: Add Logitech G935 headsetBastien Nocera1-0/+3
2023-04-03HID: logitech-hidpp: Add support for ADC measurement featureBastien Nocera1-2/+170
2023-04-03HID: logitech-hidpp: Simplify array length checkBastien Nocera1-3/+1
2023-04-03HID: logitech-hidpp: Reconcile USB and Unifying serialsBastien Nocera1-4/+2
2023-04-03HID: logitech-hidpp: Don't use the USB serial for USB devicesBastien Nocera1-0/+51
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman5-8/+37
2023-03-28HID: intel-ish-hid: Fix kernel panic during warm resetTanu Malhotra1-2/+2
2023-03-25bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet1-3/+0
2023-03-24HID: hid-sensor-custom: Fix buffer overrun in device nameTodd Brandt1-1/+1
2023-03-24HID: kye: Add support for all kye tabletsDavid Yang3-0/+188
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman10-10/+10
2023-03-10HID: topre: Add support for 87 keys Realforce R2Alessandro Manca3-1/+4
2023-03-10HID: apple: Set the tilde quirk flag on the Geyser 4 and laterAlex Henrie1-7/+9
2023-03-10HID: add HP 13t-aw100 & 14t-ea100 digitizer battery quirksPhilippe Troin2-0/+9
2023-03-10HID: add KEY_CAMERA_FOCUS event in HIDfengqi1-0/+10
2023-03-10HID: kye: Sort kye devicesDavid Yang3-34/+34
2023-03-10HID: kye: Generate tablet fixup descriptors on the flyDavid Yang1-490/+100
2023-03-10HID: kye: Rewrite tablet descriptor fixup routineDavid Yang1-12/+102
2023-03-10HID: nintendo: fix rumble rate limiterDaniel J. Ogorchock1-6/+69
2023-03-10HID: nintendo: prevent rumble queue overrunsDaniel J. Ogorchock1-3/+17
2023-03-10HID: wacom: insert timestamp to packed Bluetooth (BT) eventsPing Cheng2-0/+27
2023-03-09Merge tag 'for-linus-2023030901' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-8/+37
2023-03-03HID: intel-ish-hid: ipc: Fix potential use-after-free in work functionReka Norman1-1/+8
2023-03-03HID: logitech-hidpp: Add support for Logitech MX Master 3S mouseRafał Szalecki1-0/+2
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2023-02-23HID: cp2112: Fix driver not registering GPIO IRQ chip as threadedDanny Kaehn1-0/+1
2023-02-23HID: uhid: Over-ride the default maximum data buffer value with our ownLee Jones1-0/+1
2023-02-23HID: core: Provide new max_buffer_size attribute to over-ride the defaultLee Jones1-7/+25
2023-02-22Merge tag 'for-linus-2023022201' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds53-1367/+3066
2023-02-22Merge branch 'for-6.3/hid-bpf' into for-linusBenjamin Tissoires15-23/+1607
2023-02-22Merge branch 'for-6.3/uclogic' into for-linusBenjamin Tissoires10-27/+339
2023-02-22Merge branch 'for-6.3/steam' into for-linusBenjamin Tissoires3-28/+368
2023-02-22Merge branch 'for-6.3/sony' into for-linusBenjamin Tissoires2-1000/+62
2023-02-22Merge branch 'for-6.3/multitouch' into for-linusBenjamin Tissoires5-7/+85
2023-02-22Merge branch 'for-6.3/mcp2221' into for-linusBenjamin Tissoires1-0/+3
2023-02-22Merge branch 'for-6.3/logitech' into for-linusBenjamin Tissoires2-61/+92
2023-02-22Merge branch 'for-6.3/i2c-hid' into for-linusBenjamin Tissoires3-103/+36
2023-02-22Merge branch 'for-6.3/hid-sensor' into for-linusBenjamin Tissoires1-73/+169
2023-02-22Merge branch 'for-6.3/evision' into for-linusBenjamin Tissoires4-0/+64
2023-02-22Merge branch 'for-6.3/bigben' into for-linusBenjamin Tissoires1-12/+63
2023-02-22Merge branch 'for-6.3/asus' into for-linusBenjamin Tissoires1-5/+32
2023-02-22Merge branch 'for-6.3/hid-core' into for-linusBenjamin Tissoires17-28/+148
2023-02-21Merge tag 'platform-drivers-x86-v6.3-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-8/+8
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+1
2023-02-20HID: mcp-2221: prevent UAF in delayed workBenjamin Tissoires1-0/+3
2023-02-16hid: bigben_probe(): validate report countPietro Borrello1-5/+2