aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/i2c-hid
AgeCommit message (Expand)AuthorFilesLines
2026-05-14Merge tag 'hid-for-linus-2026051401' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+6
2026-05-12HID: i2c-hid: add reset quirk for BLTP7853 touchpadXu Rao1-0/+2
2026-05-12HID: core: introduce hid_safe_input_report()Benjamin Tissoires1-3/+4
2026-03-12Merge tag 'v7.0-rc3' into nextDmitry Torokhov1-0/+1
2026-02-26HID: i2c-hid: elan: Add parade-tc3408 timingLangyan Ye1-0/+8
2026-02-15Merge tag 'input-for-v7.0-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+8
2026-01-21HID: i2c-hid: Add FocalTech FT8112Daniel Peng1-0/+8
2026-01-07HID: i2c-hid: fix potential buffer overflow in i2c_hid_get_report()Kwok Kin Ming1-0/+1
2025-10-04Merge tag 'hid-for-linus-2025093001' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-1/+37
2025-09-16HID: i2c-hid: Resolve touchpad issues on Dell systems during S4Mario Limonciello (AMD)3-1/+37
2025-08-27HID: i2c-hid: Fix test in i2c_hid_core_register_panel_follower()Dan Carpenter1-1/+1
2025-08-25HID: i2c-hid: Make elan touch controllers power on after panel is enabledPin-yen Lin2-19/+38
2025-03-04HID: i2c-hid: improve i2c_hid_get_report error messageWentao Guan1-1/+1
2025-02-03HID: intel-thc: fix CONFIG_HID dependencyArnd Bergmann1-1/+1
2024-12-11HID: i2c-hid: introduce qtec vendor, enable re-power-on quirkAleksandrs Vinarskis1-0/+5
2024-12-11HID: i2c-hid: introduce re-power-on quirkAleksandrs Vinarskis1-1/+6
2024-11-28HID: i2c-hid: Revert to using power commands to wake on resumeKenny Levinsen1-8/+12
2024-11-18Merge branch 'for-6.13/i2c-hid' into for-linusJiri Kosina1-3/+3
2024-11-18Merge branch 'for-6.13/wacom' into for-linusJiri Kosina1-1/+1
2024-10-18HID: i2c-hid: Delayed i2c resume wakeup for 0x0d42 Goodix touchpadBartłomiej Maryńczak1-0/+10
2024-10-08HID: i2c-hid-of: Drop explicit initialization of struct i2c_device_id::driver...Uwe Kleine-König1-3/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-13Merge branch 'for-6.12/elan' into for-linusBenjamin Tissoires1-0/+8
2024-09-12HID: i2c-hid: ensure various commands do not interfere with each otherDmitry Torokhov1-15/+27
2024-09-03HID: i2c-hid: elan: Add elan-ekth6a12nay timingZhaoxiong Lv1-0/+8
2024-06-07HID: i2c-hid: elan: fix reset suspend current leakageJohan Hovold1-12/+47
2024-05-14Merge branch 'for-6.10/i2c-hid' into for-linusJiri Kosina1-17/+27
2024-05-07HID: i2c-hid: Remove unused label in i2c_hid_set_powerKenny Levinsen1-2/+0
2024-05-06HID: i2c-hid: Use address probe to wake on resumeKenny Levinsen1-13/+8
2024-05-06HID: i2c-hid: Retry address probe after delayKenny Levinsen1-2/+19
2024-04-03HID: i2c-hid: Revert to await reset ACK before reading report descriptorKenny Levinsen1-21/+8
2024-03-21HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-upNam Cao1-9/+0
2024-01-26HID: i2c-hid-of: fix NULL-deref on failed power upJohan Hovold1-0/+1
2024-01-23HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on system suspendKai-Heng Feng1-1/+5
2024-01-08Merge branch 'for-6.8/i2c-hid' into for-linusJiri Kosina1-67/+70
2024-01-02HID: i2c-hid: elan: Add ili2901 timingZhengqiao Xia1-0/+8
2023-12-06HID: i2c-hid: Renumber I2C_HID_QUIRK_ definesHans de Goede1-5/+5
2023-12-06HID: i2c-hid: Remove I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirkHans de Goede1-5/+1
2023-12-06HID: i2c-hid: Turn missing reset ack into a warningHans de Goede1-8/+3
2023-12-06HID: i2c-hid: Move i2c_hid_finish_hwreset() to after reading the report-descr...Hans de Goede1-10/+19
2023-12-06HID: i2c-hid: Switch i2c_hid_parse() to goto style error handlingHans de Goede1-8/+6
2023-12-06HID: i2c-hid: Split i2c_hid_hwreset() in start() and finish() functionsHans de Goede1-10/+28
2023-12-06HID: i2c-hid: Fold i2c_hid_execute_reset() into i2c_hid_hwreset()Hans de Goede1-43/+30
2023-12-04HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[]Mario Limonciello1-0/+5
2023-10-06HID: i2c-hid: fix handling of unpopulated devicesJohan Hovold1-63/+81
2023-09-01Merge tag 'for-linus-2023083101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+38
2023-08-21HID: i2c-hid: elan: Add ili9882t timingCong Yang1-12/+38
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-06-27Merge branch 'for-6.5/i2c-hid' into for-linusJiri Kosina4-4/+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-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-02-22Merge branch 'for-6.3/hid-bpf' into for-linusBenjamin Tissoires1-15/+16
2023-02-22Merge branch 'for-6.3/multitouch' into for-linusBenjamin Tissoires3-2/+49
2023-02-22Merge branch 'for-6.3/i2c-hid' into for-linusBenjamin Tissoires3-103/+36
2023-02-09HID: i2c-hid: goodix: Add mainboard-vddio-supplyDouglas Anderson1-0/+10
2023-02-09HID: i2c-hid: goodix: Stop tying the reset line to the regulatorDouglas Anderson1-75/+13
2023-02-09HID: retain initial quirks set up when creating HID devicesDmitry Torokhov2-3/+4
2023-01-18HID: stop drivers from selecting CONFIG_HIDArnd Bergmann1-15/+16
2023-01-18HID: multitouch: Add quirks for flipped axesAllen Ballway2-0/+46
2023-01-18HID: i2c-hid: acpi: Unify ACPI ID tables formatAndy Shevchenko1-5/+5
2023-01-18HID: i2c-hid: acpi: Drop unneded NULL check of adevAndy Shevchenko1-11/+5
2023-01-18HID: i2c-hid: use uniform debugging APIsThomas Weißschuh1-2/+2
2023-01-18HID: i2c-hid: switch to standard debugging APIsThomas Weißschuh1-10/+1
2023-01-17HID: Make lowlevel driver structs constThomas Weißschuh1-1/+1
2023-01-17HID: Unexport struct i2c_hid_ll_driverThomas Weißschuh1-2/+1
2022-12-13Merge tag 'for-linus-2022121301' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-10/+8
2022-12-13Merge tag 'input-for-v6.2-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-26/+3
2022-12-13Merge branch 'for-6.2/rmi' into for-linusJiri Kosina1-1/+2
2022-12-13Merge branch 'for-6.2/i2c' into for-linusJiri Kosina3-9/+6
2022-11-22HID: i2c-hid: Don't set wake_capable and wake_irqRaul E Rangel1-9/+0
2022-11-22HID: i2c-hid: acpi: Stop setting wakeup_capableRaul E Rangel1-5/+0
2022-11-22HID: i2c-hid: Use PM subsystem to manage wake irqRaul E Rangel1-21/+12
2022-11-21HID: i2c: let RMI devices decide what constitutes wakeup eventDmitry Torokhov1-1/+2
2022-11-15HID: fix I2C_HID not selected when I2C_HID_OF_ELAN isBenjamin Tissoires1-2/+2
2022-10-18HID: i2c: use simple i2c probeStephen Kitt3-9/+6
2022-10-07Merge tag 'for-linus-2022100501' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-08-25HID: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König2-4/+2
2022-06-08HID: i2c-hid: elan: Add support for Elan eKTH6915 i2c-hid touchscreensDouglas Anderson3-0/+146
2022-03-23Merge branch 'for-5.18/i2c-hid' into for-linusJiri Kosina1-278/+313
2022-02-16HID: i2c-hid: remove unneeded semicolonYang Li1-1/+1
2022-02-14HID: i2c-hid: note that I2C xfer buffers are DMA-safeDmitry Torokhov1-2/+3
2022-02-14HID: i2c-hid: no longer need raw access to HID descriptor structureDmitry Torokhov1-5/+2
2022-02-14HID: i2c-hid: use helpers to do endian conversion in i2c_hid_get_input()Dmitry Torokhov1-13/+15
2022-02-14HID: i2c-hid: rework i2c_hid_get_report() to use i2c_hid_xfer()Dmitry Torokhov1-91/+59
2022-02-14HID: i2c-hid: convert i2c_hid_execute_reset() to use i2c_hid_xfer()Dmitry Torokhov1-10/+9
2022-02-14HID: i2c-hid: create a helper for SET_POWER commandDmitry Torokhov1-4/+18
2022-02-14HID: i2c-hid: define i2c_hid_read_register() and use itDmitry Torokhov1-23/+22
2022-02-14HID: i2c-hid: explicitly code setting and sending reportsDmitry Torokhov1-118/+151
2022-02-14HID: i2c-hid: refactor reset commandDmitry Torokhov1-25/+38
2022-02-14HID: i2c-hid: use "struct i2c_hid" as argument in most callsDmitry Torokhov1-39/+36
2022-02-14HID: i2c-hid: fix GET/SET_REPORT for unnumbered reportsDmitry Torokhov1-8/+24
2022-02-14HID: i2c-hid: fix handling numbered reports with IDs of 15 and aboveAngela Czubak1-14/+10
2022-02-02HID: i2c-hid: goodix: Fix a lockdep splatDaniel Thompson1-16/+12
2022-01-10Merge branch 'for-5.17/i2c-hid' into for-linusJiri Kosina1-1/+4
2021-12-14HID: i2c-hid-of: Expose the touchscreen-inverted propertiesAlistair Francis5-5/+15
2021-12-02HID: add suspend/resume helpersBenjamin Tissoires1-11/+4
2021-11-19HID: i2c-hid: Report wakeup eventsMatthias Kaehlcke1-1/+4
2021-09-01Merge branch 'for-5.15/goodix' into for-linusJiri Kosina1-13/+79
2021-08-20HID: i2c-hid: Fix Elan touchpad regressionJim Broadus1-3/+2
2021-07-28HID: i2c-hid: goodix: Use the devm variant of regulator_register_notifier()Douglas Anderson1-1/+1
2021-07-15HID: i2c-hid: goodix: Tie the reset line to true state of the regulatorDouglas Anderson1-13/+79
2021-05-27HID: i2c-hid: fix format string mismatchArnd Bergmann1-2/+2
2021-05-07HID: i2c-hid: Skip ELAN power-on command after resetJohnny Chuang1-1/+8
2021-03-08HID: i2c-hid: acpi: Drop redundant ACPI_PTR()Andy Shevchenko1-1/+1
2021-03-08HID: i2c-hid: acpi: Move GUID out of function and described itAndy Shevchenko1-3/+6
2021-03-08HID: i2c-hid: acpi: Switch to new style i2c-driver probe functionAndy Shevchenko1-3/+2
2021-03-08HID: i2c-hid: acpi: Get ACPI companion only once and reuse itAndy Shevchenko1-20/+16
2021-02-23Merge branch 'for-5.12/i2c-hid' into for-linusJiri Kosina7-219/+510
2021-02-05HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568 EC on Voyo Win...Hans de Goede1-0/+2
2021-01-18HID: i2c-hid: Introduce goodix-i2c-hid using i2c-hid coreDouglas Anderson3-2/+134
2021-01-18HID: i2c-hid: Reorganize so ACPI and OF are separate modulesDouglas Anderson6-219/+378
2020-12-16Merge branch 'for-5.11/i2c-hid' into for-linusJiri Kosina1-1/+4
2020-11-27HID: i2c-hid: add Vero K147 to descriptor overrideJulian Sax1-0/+8
2020-10-29HID: i2c-hid: show the error when failing to fetch the HID descriptorCoiby Xu1-1/+4
2020-10-29HID: i2c-hid: Put ACPI enumerated devices in D3 on shutdownHans de Goede1-0/+9
2020-10-15Merge branch 'for-5.10/i2c-hid' into for-linusJiri Kosina1-0/+12
2020-10-15HID: i2c-hid: Enable wakeup capability from Suspend-to-IdleKai-Heng Feng1-0/+12
2020-10-15Merge branch 'for-5.9/upstream-fixes' into for-linusJiri Kosina1-1/+1
2020-09-23HID: i2c-hid: fix kerneldoc warnings in i2c-hid-core.cXiaofei Tan1-1/+1
2020-09-09HID: i2c-hid: Prefer asynchronous probeDouglas Anderson1-0/+1
2020-08-17HID: i2c-hid: Always sleep 60ms after I2C_HID_PWR_ON commandsHans de Goede1-9/+13
2020-07-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-0/+8
2020-06-16HID: i2c-hid: add Mediacom FlexBook edge13 to descriptor overrideFederico Ricchiuto1-0/+8
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-05-05HID: i2c-hid: add Schneider SCL142ALM to descriptor overrideJulian Sax1-0/+8
2020-04-29HID: i2c-hid: reset Synaptics SYNA2393 on resumeDaniel Playfair Cal1-0/+2
2020-02-14HID: i2c-hid: add Trekstor Surfbook E11B to descriptor overrideKai-Heng Feng1-0/+8
2019-12-13HID: Add quirk for incorrect input length on Lenovo Y720Pavel Balan1-3/+13
2019-11-29Merge branch 'for-5.5/i2c' into for-linusJiri Kosina1-2/+0
2019-11-15HID: i2c-hid: Reset ALPS touchpads on resumeKai-Heng Feng1-1/+11
2019-11-15HID: i2c-hid: fix no irq after reset on raydium 3118Aaron Ma1-0/+2
2019-11-15HID: i2c-hid: remove orphaned member sleep_delayYou-Sheng Yang1-2/+0
2019-11-02HID: i2c-hid: Send power-on command after resetHans de Goede1-0/+4
2019-10-18HID: i2c-hid: add Trekstor Primebook C11B to descriptor overrideHans de Goede1-0/+19
2019-10-18HID: i2c-hid: Remove runtime power managementKai-Heng Feng1-111/+7
2019-09-04HID: i2c-hid: modify quirks for weida's devicesHungNien Chen1-3/+1
2019-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-0/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-09HID: i2c-hid: add iBall Aer3 to descriptor overrideKai-Heng Feng1-0/+8
2019-04-11Revert "HID: i2c-hid: Disable runtime PM on Synaptics touchpad"Hui Wang1-2/+0
2019-04-01HID: i2c-hid: Disable runtime PM on Synaptics touchpadHui Wang1-0/+2
2019-03-05Merge branch 'for-5.1/i2c-hid' into for-linusJiri Kosina1-0/+9
2019-01-21HID: i2c-hid: Ignore input report if there's no data present on Elan touchpanelsKai-Heng Feng1-0/+9
2019-01-14HID: i2c-hid: Disable runtime PM on Goodix touchpadKai-Heng Feng1-0/+2
2019-01-03HID: i2c-hid: Add Odys Winbook 13 to descriptor overrideHans de Goede1-0/+8
2018-11-19HID: i2c-hid: Disable runtime PM for LG touchscreenKai-Heng Feng1-0/+2
2018-11-06Merge branch 'master' into for-4.20/upstream-fixesJiri Kosina1-1/+2
2018-10-31HID: i2c-hid: add Direkt-Tek DTLAPY133-1 to descriptor overrideJulian Sax1-0/+8
2018-10-27i2c-hid: properly terminate i2c_hid_dmi_desc_override_table[] arrayLinus Torvalds1-1/+2
2018-10-26HID: i2c-hid: Add a small delay after sleep command for Raydium touchpanelKai-Heng Feng1-0/+19
2018-10-23Merge branch 'for-4.20/i2c-hid' into for-linusJiri Kosina4-18/+437
2018-09-29HID: i2c-hid: override HID descriptors for certain devicesJulian Sax4-18/+437
2018-09-24HID: i2c-hid: Remove RESEND_REPORT_DESCR quirk and its handlingHans de Goede1-15/+3
2018-09-14HID: i2c-hid: disable runtime PM operations on hantick touchpadAnisse Astier1-3/+8
2018-09-06HID: i2c-hid: Don't reset device upon system resumeKai-Heng Feng1-6/+7
2018-08-28HID: i2c-hid: Fix flooded incomplete report after S3 on Rayd touchscreenAceLan Kao1-0/+2
2018-08-20Merge branch 'for-4.19/i2c-hid' into for-linusJiri Kosina1-30/+27
2018-07-09HID: i2c-hid: Fix "incomplete report" noiseJason Andryuk1-1/+1
2018-06-25HID: i2c-hid: Add vddl regulator controlStephen Boyd1-24/+24
2018-06-25HID: i2c-hid: Use devm to allocate i2c_hid structStephen Boyd1-6/+3
2018-06-08Merge branch 'for-4.18/i2c-hid' into for-linusJiri Kosina1-8/+25
2018-05-30HID: i2c-hid: remove i2c_hid_open_mutSebastian Andrzej Siewior1-2/+0
2018-05-15HID: i2c-hid: check if device is there before really probingDmitry Torokhov1-0/+8
2018-05-09HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-BHans de Goede1-0/+2
2018-04-19HID: i2c-hid: fix inverted return value from i2c_hid_command()Jiri Kosina1-1/+1
2018-04-16HID: i2c-hid: Silently fail probe for CHPN0001 touchscreenHans de Goede1-0/+12
2018-04-16HID: i2c-hid: Move i2c_hid_acpi_pdata error reporting to inside the functionHans de Goede1-6/+5
2018-04-12HID: i2c-hid: Fix resume issue on Raydium touchscreen deviceAaron Ma1-0/+13
2018-04-05Merge branch 'for-4.17/hid-i2c' into for-linusJiri Kosina1-2/+2
2018-02-16HID: i2c-hid: fix size check and type usageAaron Ma1-6/+7
2018-02-16HID: i2c-hid: Use ACPI_COMPANION() directlyAndy Shevchenko1-2/+2
2017-11-21HID: i2c-hid: Allow ACPI systems to specify "post-power-on-delay-ms"Rajat Jain1-5/+13
2017-11-15Merge branch 'for-4.15/upstream' into for-linusJiri Kosina1-1/+6
2017-11-09HID: i2c-hid: Add no-irq-after-reset quirk for 0911:5288 deviceHans de Goede1-1/+6
2017-09-13HID: i2c-hid: allocate hid buffers for real worst caseAdrian Salido1-1/+2
2017-07-27HID: introduce hid_is_using_ll_driverJason Gerecke1-1/+2
2017-07-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-24/+10
2017-07-10Merge branches 'for-4.13/multitouch', 'for-4.13/retrode', 'for-4.13/transport...Jiri Kosina1-24/+10
2017-06-08HID: i2c-hid: remove custom locking from i2c_hid_open/closeDmitry Torokhov1-23/+9
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko1-5/+4
2017-05-29HID: i2c: Call acpi_device_fix_up_power for ACPI-enumerated devicesHans de Goede1-0/+13
2017-05-22HID: i2c-hid: move header file out of I2C realmWolfram Sang1-1/+1
2017-05-02Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2...Jiri Kosina1-65/+40
2017-03-21HID: remove initial reading of reports at connectBenjamin Tissoires1-63/+0
2017-03-06HID: i2c-hid: Fix error handlingChristophe JAILLET1-1/+1
2017-03-06HID: i2c-hid: support regulator power on/offBrian Norris1-2/+40
2017-01-11HID: i2c-hid: Add sleep between POWER ON and RESETBrendan McGrath1-0/+9
2016-12-12HID: fix missing irq fieldBenjamin Tissoires1-2/+2
2016-12-12HID: i2c-hid: fix buildJiri Kosina1-0/+1
2016-12-12HID: i2c-hid: Disable IRQ before freeing buffersJoão Paulo Rechi Vita1-0/+2