summaryrefslogtreecommitdiff
path: root/drivers/hid/i2c-hid/i2c-hid-core.c
AgeCommit message (Expand)Author
2024-01-23HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on system suspendKai-Heng Feng
2023-12-06HID: i2c-hid: Renumber I2C_HID_QUIRK_ definesHans de Goede
2023-12-06HID: i2c-hid: Remove I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirkHans de Goede
2023-12-06HID: i2c-hid: Turn missing reset ack into a warningHans de Goede
2023-12-06HID: i2c-hid: Move i2c_hid_finish_hwreset() to after reading the report-descr...Hans de Goede
2023-12-06HID: i2c-hid: Switch i2c_hid_parse() to goto style error handlingHans de Goede
2023-12-06HID: i2c-hid: Split i2c_hid_hwreset() in start() and finish() functionsHans de Goede
2023-12-06HID: i2c-hid: Fold i2c_hid_execute_reset() into i2c_hid_hwreset()Hans de Goede
2023-10-06HID: i2c-hid: fix handling of unpopulated devicesJohan Hovold
2023-08-01HID: i2c-hid: Do panel follower work on the system_wqDouglas Anderson
2023-08-01HID: i2c-hid: Support being a panel followerDouglas Anderson
2023-08-01HID: i2c-hid: Suspend i2c-hid devices in removeDouglas Anderson
2023-08-01HID: i2c-hid: Make suspend and resume into helper functionsDouglas Anderson
2023-08-01HID: i2c-hid: Rearrange probe() to power things up laterDouglas Anderson
2023-08-01HID: i2c-hid: Switch to SYSTEM_SLEEP_PM_OPS()Douglas Anderson
2023-02-22Merge branch 'for-6.3/multitouch' into for-linusBenjamin Tissoires
2023-02-22Merge branch 'for-6.3/i2c-hid' into for-linusBenjamin Tissoires
2023-02-09HID: retain initial quirks set up when creating HID devicesDmitry Torokhov
2023-01-18HID: i2c-hid: use uniform debugging APIsThomas Weißschuh
2023-01-18HID: i2c-hid: switch to standard debugging APIsThomas Weißschuh
2023-01-17HID: Make lowlevel driver structs constThomas Weißschuh
2023-01-17HID: Unexport struct i2c_hid_ll_driverThomas Weißschuh
2022-12-13Merge tag 'for-linus-2022121301' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-11-22HID: i2c-hid: Don't set wake_capable and wake_irqRaul E Rangel
2022-11-22HID: i2c-hid: Use PM subsystem to manage wake irqRaul E Rangel
2022-11-21HID: i2c: let RMI devices decide what constitutes wakeup eventDmitry Torokhov
2022-10-07Merge tag 'for-linus-2022100501' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-25HID: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-02-16HID: i2c-hid: remove unneeded semicolonYang Li
2022-02-14HID: i2c-hid: note that I2C xfer buffers are DMA-safeDmitry Torokhov
2022-02-14HID: i2c-hid: no longer need raw access to HID descriptor structureDmitry Torokhov
2022-02-14HID: i2c-hid: use helpers to do endian conversion in i2c_hid_get_input()Dmitry Torokhov
2022-02-14HID: i2c-hid: rework i2c_hid_get_report() to use i2c_hid_xfer()Dmitry Torokhov
2022-02-14HID: i2c-hid: convert i2c_hid_execute_reset() to use i2c_hid_xfer()Dmitry Torokhov
2022-02-14HID: i2c-hid: create a helper for SET_POWER commandDmitry Torokhov
2022-02-14HID: i2c-hid: define i2c_hid_read_register() and use itDmitry Torokhov
2022-02-14HID: i2c-hid: explicitly code setting and sending reportsDmitry Torokhov
2022-02-14HID: i2c-hid: refactor reset commandDmitry Torokhov
2022-02-14HID: i2c-hid: use "struct i2c_hid" as argument in most callsDmitry Torokhov
2022-02-14HID: i2c-hid: fix GET/SET_REPORT for unnumbered reportsDmitry Torokhov
2022-02-14HID: i2c-hid: fix handling numbered reports with IDs of 15 and aboveAngela Czubak
2022-01-10Merge branch 'for-5.17/i2c-hid' into for-linusJiri Kosina
2021-12-14HID: i2c-hid-of: Expose the touchscreen-inverted propertiesAlistair Francis
2021-12-02HID: add suspend/resume helpersBenjamin Tissoires
2021-11-19HID: i2c-hid: Report wakeup eventsMatthias Kaehlcke
2021-08-20HID: i2c-hid: Fix Elan touchpad regressionJim Broadus
2021-05-27HID: i2c-hid: fix format string mismatchArnd Bergmann
2021-05-07HID: i2c-hid: Skip ELAN power-on command after resetJohnny Chuang
2021-02-23Merge branch 'for-5.12/i2c-hid' into for-linusJiri Kosina