aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2023-11-21HID: mcp2221: Set driver data before I2C adapter addHamish Martin1-1/+1
2023-11-21HID: mcp2200: added driver for GPIOs of MCP2200Johannes Roith4-0/+403
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-0/+55
2023-11-02Merge tag 'for-linus-2023110101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds12-243/+269
2023-11-01Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-60/+21
2023-11-01Merge branch 'for-6.7/uclogic' into for-linusJiri Kosina2-1/+22
2023-11-01Merge branch 'for-6.7/nvidia-shield' into for-linusJiri Kosina1-10/+11
2023-11-01Merge branch 'for-6.7/nintendo' into for-linusJiri Kosina1-57/+76
2023-11-01Merge branch 'for-6.7/logitech' into for-linusJiri Kosina1-111/+63
2023-11-01Merge branch 'for-6.7/lenovo' into for-linusJiri Kosina1-39/+79
2023-11-01Merge branch 'for-6.7/cp2112' into for-linusJiri Kosina1-3/+7
2023-11-01Merge branch 'for-6.7/config_pm' into for-linusJiri Kosina3-22/+9
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2023-10-27HID: Add quirk for Dell Pro Wireless Keyboard and Mouse KM5221WJiri Kosina2-0/+2
2023-10-26HID: logitech-hidpp: Stop IO before calling hid_connect()Hans de Goede1-3/+6
2023-10-25HID: logitech-hidpp: Drop HIDPP_QUIRK_UNIFYINGHans de Goede1-10/+6
2023-10-25HID: logitech-hidpp: Drop delayed_work_cb()Hans de Goede1-11/+3
2023-10-25HID: logitech-hidpp: Fix connect event raceHans de Goede1-20/+5
2023-10-25HID: logitech-hidpp: Remove unused connected param from *_connect()Hans de Goede1-6/+6
2023-10-25HID: logitech-hidpp: Remove connected check for non-unifying devicesHans de Goede1-7/+0
2023-10-25HID: logitech-hidpp: Add hidpp_non_unifying_init() helperHans de Goede1-8/+10
2023-10-25HID: logitech-hidpp: Move hidpp_overwrite_name() to before connect checkHans de Goede1-13/+8
2023-10-25HID: logitech-hidpp: Move g920_get_config() to just before hidpp_ff_init()Hans de Goede1-8/+6
2023-10-25HID: logitech-hidpp: Remove wtp_get_config() call from probe()Hans de Goede1-5/+1
2023-10-25HID: logitech-hidpp: Move get_wireless_feature_index() check to hidpp_connect...Hans de Goede1-11/+9
2023-10-25HID: logitech-hidpp: Revert "Don't restart communication if not necessary"Hans de Goede1-16/+8
2023-10-25HID: logitech-hidpp: Don't restart IO, instead defer hid_connect() onlyHans de Goede1-10/+12
2023-10-25HID: rmi: remove #ifdef CONFIG_PMThomas Weißschuh1-7/+3
2023-10-25HID: multitouch: remove #ifdef CONFIG_PMThomas Weißschuh1-7/+3
2023-10-25HID: usbhid: remove #ifdef CONFIG_PMThomas Weißschuh1-8/+3
2023-10-25hid: lenovo: Resend all settings on reset_resume for compact keyboardsJamie Lentin1-16/+34
2023-10-25HID: uclogic: Fix a work->entry not empty bug in __queue_work()Jinjie Ruan1-0/+7
2023-10-25HID: uclogic: Fix user-memory-access bug in uclogic_params_ugee_v2_init_event...Jinjie Ruan1-1/+15
2023-10-25hid: cp2112: Fix IRQ shutdown stopping polling for all IRQs on chipDanny Kaehn1-1/+5
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie12-140/+218
2023-10-20Merge tag 'iio-for-6.7a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman5-0/+55
2023-10-06HID: logitech-hidpp: Fix kernel crash on receiver USB disconnectHans de Goede1-1/+2
2023-10-06HID: i2c-hid: fix handling of unpopulated devicesJohan Hovold1-63/+81
2023-10-05HID: Add quirk to ignore the touchscreen battery on HP ENVY 15-eu0556ngFabian Vogt2-0/+3
2023-10-05HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bitSrinivas Pandruvada1-0/+8
2023-10-05HID: sony: remove duplicate NULL check before calling usb_free_urb()Jiri Kosina1-2/+1
2023-10-05HID: nintendo: reinitialize USB Pro Controller after resuming from suspendMartino Fontana1-72/+103
2023-10-05HID: nvidia-shield: Fix some missing function calls() in the probe error hand...Christophe JAILLET1-2/+4
2023-10-05HID: nvidia-shield: Fix a missing led_classdev_unregister() in the probe erro...Christophe JAILLET1-1/+2
2023-10-05HID: multitouch: Add required quirk for Synaptics 0xcd7e deviceRahul Rameshbabu1-0/+4
2023-10-04hid: cp2112: Fix duplicate workqueue initializationDanny Kaehn1-2/+2
2023-10-04HID: nintendo: cleanup LED codeMartino Fontana1-57/+76
2023-10-04HID: lenovo: Detect quirk-free fw on cptkbd and stop applying workaroundMikhail Khvainitski1-23/+45
2023-10-04HID: nvidia-shield: Introduce thunderstrike_destroy()Christophe JAILLET1-10/+11
2023-10-04HID: nvidia-shield: Fix some missing function calls() in the probe error hand...Christophe JAILLET1-2/+4
2023-10-04HID: nvidia-shield: Fix a missing led_classdev_unregister() in the probe erro...Christophe JAILLET1-1/+2
2023-10-04HID: nvidia-shield: Select POWER_SUPPLY Kconfig optionRahul Rameshbabu1-0/+1
2023-09-29HID: prodikeys: Replace deprecated strncpy() with strscpy()Justin Stitt1-4/+4
2023-09-24HID: amd_sfh: Add light chromaticity for SFH1.1Basavaraj Natikar2-1/+6
2023-09-24HID: amd_sfh: Add light chromaticity supportBasavaraj Natikar3-1/+20
2023-09-24HID: amd_sfh: Add support for SFH1.1 light color temperatureBasavaraj Natikar2-0/+19
2023-09-24HID: amd_sfh: Add support for light color temperatureBasavaraj Natikar3-0/+12
2023-09-22Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2-60/+21
2023-09-18HID: holtek: fix slab-out-of-bounds Write in holtek_kbd_input_eventMa Ke1-0/+4
2023-09-18HID: nvidia-shield: add LEDS_CLASS dependencyRandy Dunlap1-0/+1
2023-09-18HID: logitech-hidpp: Add Bluetooth ID for the Logitech M720 Triathlon mouseHans de Goede1-0/+2
2023-09-18HID: steelseries: Fix signedness bug in steelseries_headset_arctis_1_fetch_ba...Dan Carpenter1-1/+1
2023-09-05hid/picolcd: Use fb_ops helpers for deferred I/OThomas Zimmermann2-59/+20
2023-09-05hid: Remove trailing whitespaceThomas Zimmermann1-1/+1
2023-09-04HID: sony: Fix a potential memory leak in sony_probe()Christophe JAILLET1-0/+3
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