summaryrefslogtreecommitdiffstats
path: root/drivers/hid/i2c-hid
AgeCommit message (Expand)AuthorLines
2026-02-15Merge tag 'input-for-v7.0-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+8
2026-01-21HID: i2c-hid: Add FocalTech FT8112Daniel Peng-0/+8
2026-01-07HID: i2c-hid: fix potential buffer overflow in i2c_hid_get_report()Kwok Kin Ming-0/+1
2025-10-04Merge tag 'hid-for-linus-2025093001' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+37
2025-09-16HID: i2c-hid: Resolve touchpad issues on Dell systems during S4Mario Limonciello (AMD)-1/+37
2025-08-27HID: i2c-hid: Fix test in i2c_hid_core_register_panel_follower()Dan Carpenter-1/+1
2025-08-25HID: i2c-hid: Make elan touch controllers power on after panel is enabledPin-yen Lin-19/+38
2025-03-04HID: i2c-hid: improve i2c_hid_get_report error messageWentao Guan-1/+1
2025-02-03HID: intel-thc: fix CONFIG_HID dependencyArnd Bergmann-1/+1
2024-12-11HID: i2c-hid: introduce qtec vendor, enable re-power-on quirkAleksandrs Vinarskis-0/+5
2024-12-11HID: i2c-hid: introduce re-power-on quirkAleksandrs Vinarskis-1/+6
2024-11-28HID: i2c-hid: Revert to using power commands to wake on resumeKenny Levinsen-8/+12
2024-11-18Merge branch 'for-6.13/i2c-hid' into for-linusJiri Kosina-3/+3
2024-11-18Merge branch 'for-6.13/wacom' into for-linusJiri Kosina-1/+1
2024-10-18HID: i2c-hid: Delayed i2c resume wakeup for 0x0d42 Goodix touchpadBartłomiej Maryńczak-0/+10
2024-10-08HID: i2c-hid-of: Drop explicit initialization of struct i2c_device_id::driver...Uwe Kleine-König-3/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-13Merge branch 'for-6.12/elan' into for-linusBenjamin Tissoires-0/+8
2024-09-12HID: i2c-hid: ensure various commands do not interfere with each otherDmitry Torokhov-15/+27
2024-09-03HID: i2c-hid: elan: Add elan-ekth6a12nay timingZhaoxiong Lv-0/+8
2024-06-07HID: i2c-hid: elan: fix reset suspend current leakageJohan Hovold-12/+47
2024-05-14Merge branch 'for-6.10/i2c-hid' into for-linusJiri Kosina-17/+27
2024-05-07HID: i2c-hid: Remove unused label in i2c_hid_set_powerKenny Levinsen-2/+0
2024-05-06HID: i2c-hid: Use address probe to wake on resumeKenny Levinsen-13/+8
2024-05-06HID: i2c-hid: Retry address probe after delayKenny Levinsen-2/+19
2024-04-03HID: i2c-hid: Revert to await reset ACK before reading report descriptorKenny Levinsen-21/+8
2024-03-21HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-upNam Cao-9/+0
2024-01-26HID: i2c-hid-of: fix NULL-deref on failed power upJohan Hovold-0/+1
2024-01-23HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on system suspendKai-Heng Feng-1/+5
2024-01-08Merge branch 'for-6.8/i2c-hid' into for-linusJiri Kosina-67/+70
2024-01-02HID: i2c-hid: elan: Add ili2901 timingZhengqiao Xia-0/+8
2023-12-06HID: i2c-hid: Renumber I2C_HID_QUIRK_ definesHans de Goede-5/+5
2023-12-06HID: i2c-hid: Remove I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirkHans de Goede-5/+1
2023-12-06HID: i2c-hid: Turn missing reset ack into a warningHans de Goede-8/+3
2023-12-06HID: i2c-hid: Move i2c_hid_finish_hwreset() to after reading the report-descr...Hans de Goede-10/+19
2023-12-06HID: i2c-hid: Switch i2c_hid_parse() to goto style error handlingHans de Goede-8/+6
2023-12-06HID: i2c-hid: Split i2c_hid_hwreset() in start() and finish() functionsHans de Goede-10/+28
2023-12-06HID: i2c-hid: Fold i2c_hid_execute_reset() into i2c_hid_hwreset()Hans de Goede-43/+30
2023-12-04HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[]Mario Limonciello-0/+5
2023-10-06HID: i2c-hid: fix handling of unpopulated devicesJohan Hovold-63/+81
2023-09-01Merge tag 'for-linus-2023083101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-12/+38
2023-08-21HID: i2c-hid: elan: Add ili9882t timingCong Yang-12/+38
2023-08-03HID: i2c-hid: add more DRM dependenciesArnd Bergmann-0/+4
2023-08-01HID: i2c-hid: Do panel follower work on the system_wqDouglas Anderson-4/+46
2023-08-01HID: i2c-hid: Support being a panel followerDouglas Anderson-3/+92
2023-08-01HID: i2c-hid: Suspend i2c-hid devices in removeDouglas Anderson-4/+4
2023-08-01HID: i2c-hid: Make suspend and resume into helper functionsDouglas Anderson-42/+56
2023-08-01HID: i2c-hid: Rearrange probe() to power things up laterDouglas Anderson-47/+77
2023-08-01HID: i2c-hid: Switch to SYSTEM_SLEEP_PM_OPS()Douglas Anderson-3/+1
2023-06-27Merge branch 'for-6.5/i2c-hid' into for-linusJiri Kosina-4/+4