Age | Commit message (Expand) | Author | Files | Lines |
2017-11-21 | HID: i2c-hid: Allow ACPI systems to specify "post-power-on-delay-ms" | Rajat Jain | 1 | -5/+13 |
2017-11-15 | Merge branch 'for-4.15/upstream' into for-linus | Jiri Kosina | 1 | -1/+6 |
2017-11-09 | HID: i2c-hid: Add no-irq-after-reset quirk for 0911:5288 device | Hans de Goede | 1 | -1/+6 |
2017-09-13 | HID: i2c-hid: allocate hid buffers for real worst case | Adrian Salido | 1 | -1/+2 |
2017-07-27 | HID: introduce hid_is_using_ll_driver | Jason Gerecke | 1 | -1/+2 |
2017-07-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -24/+10 |
2017-07-10 | Merge branches 'for-4.13/multitouch', 'for-4.13/retrode', 'for-4.13/transport... | Jiri Kosina | 1 | -24/+10 |
2017-06-08 | HID: i2c-hid: remove custom locking from i2c_hid_open/close | Dmitry Torokhov | 1 | -23/+9 |
2017-06-07 | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() | Andy Shevchenko | 1 | -5/+4 |
2017-05-29 | HID: i2c: Call acpi_device_fix_up_power for ACPI-enumerated devices | Hans de Goede | 1 | -0/+13 |
2017-05-22 | HID: i2c-hid: move header file out of I2C realm | Wolfram Sang | 1 | -1/+1 |
2017-05-02 | Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2... | Jiri Kosina | 1 | -65/+40 |
2017-03-21 | HID: remove initial reading of reports at connect | Benjamin Tissoires | 1 | -63/+0 |
2017-03-06 | HID: i2c-hid: Fix error handling | Christophe JAILLET | 1 | -1/+1 |
2017-03-06 | HID: i2c-hid: support regulator power on/off | Brian Norris | 1 | -2/+40 |
2017-01-11 | HID: i2c-hid: Add sleep between POWER ON and RESET | Brendan McGrath | 1 | -0/+9 |
2016-12-12 | HID: fix missing irq field | Benjamin Tissoires | 1 | -2/+2 |
2016-12-12 | HID: i2c-hid: fix build | Jiri Kosina | 1 | -0/+1 |
2016-12-12 | HID: i2c-hid: Disable IRQ before freeing buffers | João Paulo Rechi Vita | 1 | -0/+2 |
2016-11-28 | HID: i2c-hid: force the IRQ level trigger only when not set | Benjamin Tissoires | 1 | -2/+6 |
2016-11-10 | HID: i2c-hid: add a simple quirk to fix device defects | HungNien Chen | 1 | -0/+57 |
2016-10-14 | HID: i2c-hid: exit if the IRQ is not valid | David Arcari | 1 | -0/+7 |
2016-10-14 | Revert "HID: i2c-hid: Add support for ACPI GPIO interrupts" | David Arcari | 1 | -53/+18 |
2016-06-21 | HID: i2c-hid: set power sleep before shutdown | Guohua Zhong | 1 | -1/+9 |
2016-06-06 | HID: i2c_hid: enable i2c-hid devices to suspend/resume asynchronously | Fu, Zhonghui | 1 | -0/+1 |
2016-03-15 | HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report() | Dmitry Torokhov | 1 | -6/+10 |
2016-03-10 | HID: i2c-hid: Fix suspend/resume when already runtime suspended | Doug Anderson | 1 | -12/+31 |
2016-03-10 | HID: i2c-hid: Add hid-over-i2c name to i2c id table | Benson Leung | 1 | -0/+1 |
2016-01-14 | Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/co... | Jiri Kosina | 1 | -1/+0 |
2015-12-30 | HID: i2c-hid: Prevent sending reports from racing with device reset | Mika Westerberg | 1 | -3/+18 |
2015-11-19 | HID: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 1 | -1/+0 |
2015-09-29 | HID: i2c-hid: Fill in physical device providing HID functionality | Mika Westerberg | 1 | -0/+1 |
2015-08-18 | HID: i2c-hid: Only disable irq wake if it was successfully enabled during sus... | Andrew Duggan | 1 | -4/+20 |
2015-07-08 | HID: i2c-hid: Call device suspend callback before disabling irq | Gabriele Mazzotta | 1 | -3/+3 |
2015-06-22 | Merge branches 'for-4.2/i2c-hid', 'for-4.2/lenovo', 'for-4.2/plantronics', 'f... | Jiri Kosina | 1 | -1/+0 |
2015-06-22 | Merge branches 'for-4.1/upstream-fixes', 'for-4.2/upstream' and 'for-4.2/logi... | Jiri Kosina | 1 | -3/+3 |
2015-06-03 | HID: i2c-hid: Do not set the ACPI companion field in the HID device | Andrew Duggan | 1 | -1/+0 |
2015-05-18 | HID: i2c-hid: fix harmless test_bit() issue | Dan Carpenter | 1 | -3/+3 |
2015-04-23 | HID: i2c-hid: Do not fail probing if gpiolib is not enabled | Mika Westerberg | 1 | -1/+4 |
2015-02-24 | HID: i2c-hid: Add support for ACPI GPIO interrupts | Mika Westerberg | 1 | -18/+50 |
2015-02-23 | HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events | Seth Forshee | 1 | -1/+4 |
2015-02-17 | HID: i2c-hid: The interrupt should be level sensitive | Mika Westerberg | 1 | -1/+1 |
2014-12-17 | HID: i2c-hid: Do not free buffers in i2c_hid_stop() | Mika Westerberg | 1 | -5/+0 |
2014-12-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -6/+10 |
2014-12-12 | Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov... | Jiri Kosina | 1 | -5/+9 |
2014-12-12 | HID: i2c-hid: prevent buffer overflow in early IRQ | Gwendal Grignou | 1 | -1/+1 |
2014-12-04 | i2c-hid / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 1 | -1/+1 |
2014-11-25 | HID: i2c-hid: fix race condition reading reports | Jean-Baptiste Maneyrol | 1 | -4/+8 |
2014-11-18 | HID: i2c-hid: print the correct data in dbg msg | Jean-Baptiste Maneyrol | 1 | -1/+1 |
2014-07-29 | HID: i2c-hid: call the hid driver's suspend and resume callbacks | Andrew Duggan | 1 | -1/+14 |