| Commit message (Expand) | Author | Age |
* | HID: i2c-hid: add a simple quirk to fix device defects | HungNien Chen | 2017-04-12 |
* | HID: i2c-hid: set power sleep before shutdown | Guohua Zhong | 2016-06-21 |
* | HID: i2c_hid: enable i2c-hid devices to suspend/resume asynchronously | Fu, Zhonghui | 2016-06-06 |
* | HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report() | Dmitry Torokhov | 2016-03-15 |
* | HID: i2c-hid: Fix suspend/resume when already runtime suspended | Doug Anderson | 2016-03-10 |
* | HID: i2c-hid: Add hid-over-i2c name to i2c id table | Benson Leung | 2016-03-10 |
*-. | Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/co... | Jiri Kosina | 2016-01-14 |
|\ \ |
|
| | * | HID: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 2015-11-19 |
| |/ |
|
* / | HID: i2c-hid: Prevent sending reports from racing with device reset | Mika Westerberg | 2015-12-30 |
|/ |
|
* | HID: i2c-hid: Fill in physical device providing HID functionality | Mika Westerberg | 2015-09-29 |
* | HID: i2c-hid: Only disable irq wake if it was successfully enabled during sus... | Andrew Duggan | 2015-08-18 |
* | HID: i2c-hid: Call device suspend callback before disabling irq | Gabriele Mazzotta | 2015-07-08 |
*---. | Merge branches 'for-4.2/i2c-hid', 'for-4.2/lenovo', 'for-4.2/plantronics', 'f... | Jiri Kosina | 2015-06-22 |
|\ \ \ |
|
| * | | | HID: i2c-hid: Do not set the ACPI companion field in the HID device | Andrew Duggan | 2015-06-03 |
| | |/
| |/| |
|
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'for-4.1/upstream-fixes', 'for-4.2/upstream' and 'for-4.2/logi... | Jiri Kosina | 2015-06-22 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/ |
|
| * / | HID: i2c-hid: fix harmless test_bit() issue | Dan Carpenter | 2015-05-18 |
| |/ |
|
* / | HID: i2c-hid: Do not fail probing if gpiolib is not enabled | Mika Westerberg | 2015-04-23 |
|/ |
|
* | HID: i2c-hid: Add support for ACPI GPIO interrupts | Mika Westerberg | 2015-02-24 |
* | HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events | Seth Forshee | 2015-02-23 |
* | HID: i2c-hid: The interrupt should be level sensitive | Mika Westerberg | 2015-02-17 |
* | HID: i2c-hid: Do not free buffers in i2c_hid_stop() | Mika Westerberg | 2014-12-17 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-12-12 |
|\ |
|
| *-. | Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenov... | Jiri Kosina | 2014-12-12 |
| |\ \ |
|
| | | * | HID: i2c-hid: fix race condition reading reports | Jean-Baptiste Maneyrol | 2014-11-25 |
| | | * | HID: i2c-hid: print the correct data in dbg msg | Jean-Baptiste Maneyrol | 2014-11-18 |
| | |/ |
|
| * / | HID: i2c-hid: prevent buffer overflow in early IRQ | Gwendal Grignou | 2014-12-12 |
| |/ |
|
* / | i2c-hid / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2014-12-03 |
|/ |
|
* | HID: i2c-hid: call the hid driver's suspend and resume callbacks | Andrew Duggan | 2014-07-29 |
* | HID: i2c-hid: hid report descriptor retrieval changes | Archana Patni | 2014-05-13 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-04-02 |
|\ |
|
| * | Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linus | Jiri Kosina | 2014-04-01 |
| |\ |
|
| | * | HID: remove hid_output_raw_report transport implementations | Benjamin Tissoires | 2014-03-14 |
| | * | HID: core: check parameters when sending/receiving data from the device | Benjamin Tissoires | 2014-02-17 |
| | * | HID: i2c-hid: use generic .request() implementation | Benjamin Tissoires | 2014-02-17 |
| | * | HID: i2c-hid: implement ll_driver transport-layer callbacks | Benjamin Tissoires | 2014-02-17 |
| | * | HID: remove hid_get_raw_report in struct hid_device | Benjamin Tissoires | 2014-02-17 |
| * | | Merge branch 'for-3.15/i2c-hid' into for-linus | Jiri Kosina | 2014-04-01 |
| |\ \ |
|
| | * | | HID: i2c-hid: add runtime PM support | Mika Westerberg | 2014-01-30 |
| | |/ |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-02-18 |
|\| | |
|
| * | | HID: fix buffer allocations | Benjamin Tissoires | 2014-02-03 |
| |/ |
|
* | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-01-24 |
|\ \
| |/
|/| |
|
| * | ACPI / i2c-hid: replace open-coded _DSM code with helper functions | Jiang Liu | 2014-01-05 |
| | | |
| \ | |
*-. | | Merge branches 'for-3.13/upstream-fixes', 'for-3.14/i2c-hid', 'for-3.14/senso... | Jiri Kosina | 2014-01-22 |
|\ \| |
|
| | * | Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-11-20 |
| |/|
|/| | |
|
| | * | ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node | Rafael J. Wysocki | 2013-11-14 |
| * | | HID: i2c-hid: disable interrupt on suspend | Mika Westerberg | 2013-11-25 |
|/ / |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-11-15 |
|\ \
| |/
|/| |
|
| * | HID: i2c-hid: Stop querying for init reports | Bibek Basu | 2013-10-30 |
* | | i2c-hid: convert acpi_evaluate_object() to acpi_evaluate_integer() | Zhang Rui | 2013-09-23 |
|/ |
|
*-----. | Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'f... | Jiri Kosina | 2013-09-06 |
|\ \ \ \ |
|