Age | Commit message (Expand) | Author | Files | Lines |
2024-10-24 | Merge tag 'hid-for-linus-20241024' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+10 |
2024-10-18 | HID: i2c-hid: Delayed i2c resume wakeup for 0x0d42 Goodix touchpad | Bartłomiej Maryńczak | 1 | -0/+10 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
2024-09-13 | Merge branch 'for-6.12/elan' into for-linus | Benjamin Tissoires | 1 | -0/+8 |
2024-09-12 | HID: i2c-hid: ensure various commands do not interfere with each other | Dmitry Torokhov | 1 | -15/+27 |
2024-09-03 | HID: i2c-hid: elan: Add elan-ekth6a12nay timing | Zhaoxiong Lv | 1 | -0/+8 |
2024-06-07 | HID: i2c-hid: elan: fix reset suspend current leakage | Johan Hovold | 1 | -12/+47 |
2024-05-14 | Merge branch 'for-6.10/i2c-hid' into for-linus | Jiri Kosina | 1 | -17/+27 |
2024-05-07 | HID: i2c-hid: Remove unused label in i2c_hid_set_power | Kenny Levinsen | 1 | -2/+0 |
2024-05-06 | HID: i2c-hid: Use address probe to wake on resume | Kenny Levinsen | 1 | -13/+8 |
2024-05-06 | HID: i2c-hid: Retry address probe after delay | Kenny Levinsen | 1 | -2/+19 |
2024-04-03 | HID: i2c-hid: Revert to await reset ACK before reading report descriptor | Kenny Levinsen | 1 | -21/+8 |
2024-03-21 | HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up | Nam Cao | 1 | -9/+0 |
2024-01-26 | HID: i2c-hid-of: fix NULL-deref on failed power up | Johan Hovold | 1 | -0/+1 |
2024-01-23 | HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on system suspend | Kai-Heng Feng | 1 | -1/+5 |
2024-01-08 | Merge branch 'for-6.8/i2c-hid' into for-linus | Jiri Kosina | 1 | -67/+70 |
2024-01-02 | HID: i2c-hid: elan: Add ili2901 timing | Zhengqiao Xia | 1 | -0/+8 |
2023-12-06 | HID: i2c-hid: Renumber I2C_HID_QUIRK_ defines | Hans de Goede | 1 | -5/+5 |
2023-12-06 | HID: i2c-hid: Remove I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirk | Hans de Goede | 1 | -5/+1 |
2023-12-06 | HID: i2c-hid: Turn missing reset ack into a warning | Hans de Goede | 1 | -8/+3 |
2023-12-06 | HID: i2c-hid: Move i2c_hid_finish_hwreset() to after reading the report-descr... | Hans de Goede | 1 | -10/+19 |
2023-12-06 | HID: i2c-hid: Switch i2c_hid_parse() to goto style error handling | Hans de Goede | 1 | -8/+6 |
2023-12-06 | HID: i2c-hid: Split i2c_hid_hwreset() in start() and finish() functions | Hans de Goede | 1 | -10/+28 |
2023-12-06 | HID: i2c-hid: Fold i2c_hid_execute_reset() into i2c_hid_hwreset() | Hans de Goede | 1 | -43/+30 |
2023-12-04 | HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[] | Mario Limonciello | 1 | -0/+5 |
2023-10-06 | HID: i2c-hid: fix handling of unpopulated devices | Johan Hovold | 1 | -63/+81 |
2023-09-01 | Merge tag 'for-linus-2023083101' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -12/+38 |
2023-08-21 | HID: i2c-hid: elan: Add ili9882t timing | Cong Yang | 1 | -12/+38 |
2023-08-03 | HID: i2c-hid: add more DRM dependencies | Arnd Bergmann | 1 | -0/+4 |
2023-08-01 | HID: i2c-hid: Do panel follower work on the system_wq | Douglas Anderson | 1 | -4/+46 |
2023-08-01 | HID: i2c-hid: Support being a panel follower | Douglas Anderson | 2 | -3/+92 |
2023-08-01 | HID: i2c-hid: Suspend i2c-hid devices in remove | Douglas Anderson | 1 | -4/+4 |
2023-08-01 | HID: i2c-hid: Make suspend and resume into helper functions | Douglas Anderson | 1 | -42/+56 |
2023-08-01 | HID: i2c-hid: Rearrange probe() to power things up later | Douglas Anderson | 1 | -47/+77 |
2023-08-01 | HID: i2c-hid: Switch to SYSTEM_SLEEP_PM_OPS() | Douglas Anderson | 1 | -3/+1 |
2023-06-27 | Merge branch 'for-6.5/i2c-hid' into for-linus | Jiri Kosina | 4 | -4/+4 |
2023-06-08 | HID: i2c-hid: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 4 | -4/+4 |
2023-06-08 | HID: i2c-hid: goodix: Add support for "goodix,no-reset-during-suspend" property | Fei Shao | 1 | -1/+15 |
2023-04-13 | HID: i2c-hid-of: Add reset GPIO support to i2c-hid-of | Hans de Goede | 1 | -0/+21 |
2023-04-13 | HID: i2c-hid-of: Allow using i2c-hid-of on non OF platforms | Hans de Goede | 2 | -3/+7 |
2023-04-13 | HID: i2c-hid-of: Consistenly use dev local variable in probe() | Hans de Goede | 1 | -8/+5 |
2023-02-22 | Merge branch 'for-6.3/hid-bpf' into for-linus | Benjamin Tissoires | 1 | -15/+16 |
2023-02-22 | Merge branch 'for-6.3/multitouch' into for-linus | Benjamin Tissoires | 3 | -2/+49 |
2023-02-22 | Merge branch 'for-6.3/i2c-hid' into for-linus | Benjamin Tissoires | 3 | -103/+36 |
2023-02-09 | HID: i2c-hid: goodix: Add mainboard-vddio-supply | Douglas Anderson | 1 | -0/+10 |
2023-02-09 | HID: i2c-hid: goodix: Stop tying the reset line to the regulator | Douglas Anderson | 1 | -75/+13 |
2023-02-09 | HID: retain initial quirks set up when creating HID devices | Dmitry Torokhov | 2 | -3/+4 |
2023-01-18 | HID: stop drivers from selecting CONFIG_HID | Arnd Bergmann | 1 | -15/+16 |
2023-01-18 | HID: multitouch: Add quirks for flipped axes | Allen Ballway | 2 | -0/+46 |
2023-01-18 | HID: i2c-hid: acpi: Unify ACPI ID tables format | Andy Shevchenko | 1 | -5/+5 |