1. b599902 HID: i2c-hid: fix size check and type usage by Aaron Ma · 7 years ago
  2. 3291bb5 HID: i2c: Call acpi_device_fix_up_power for ACPI-enumerated devices by Hans de Goede · 7 years ago
  3. 5abb9cd HID: i2c-hid: allocate hid buffers for real worst case by Adrian Salido · 7 years ago
  4. 582c1ca HID: i2c-hid: Add sleep between POWER ON and RESET by Brendan McGrath · 8 years ago
  5. ee670af HID: i2c-hid: add a simple quirk to fix device defects by HungNien Chen · 7 years ago
  6. d9f448e3 HID: i2c-hid: set power sleep before shutdown by Guohua Zhong · 8 years ago
  7. 982e42d HID: i2c_hid: enable i2c-hid devices to suspend/resume asynchronously by Fu, Zhonghui · 8 years ago
  8. 3b65428 HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report() by Dmitry Torokhov · 8 years ago
  9. 01714a6 HID: i2c-hid: Fix suspend/resume when already runtime suspended by Doug Anderson · 8 years ago
  10. 1dcdde9 HID: i2c-hid: Add hid-over-i2c name to i2c id table by Benson Leung · 8 years ago
  11. 83f1bfd Merge branches 'for-4.4/upstream-fixes', 'for-4.5/async-suspend', 'for-4.5/container-of-cleanups', 'for-4.5/core', 'for-4.5/i2c-hid', 'for-4.5/logitech', 'for-4.5/multitouch', 'for-4.5/sony', 'for-4.5/upstream' and 'for-4.5/wacom' into for-linus by Jiri Kosina · 9 years ago
  12. 9a32740 HID: i2c-hid: Prevent sending reports from racing with device reset by Mika Westerberg · 9 years ago
  13. 6cf2e31 HID: Drop owner assignment from i2c_driver by Krzysztof Kozlowski · 9 years ago
  14. f3984ed HID: i2c-hid: Fill in physical device providing HID functionality by Mika Westerberg · 9 years ago
  15. d1c4803 HID: i2c-hid: Only disable irq wake if it was successfully enabled during suspend by Andrew Duggan · 9 years ago
  16. af4739c HID: i2c-hid: Call device suspend callback before disabling irq by Gabriele Mazzotta · 9 years ago
  17. ec3b34e Merge branches 'for-4.2/i2c-hid', 'for-4.2/lenovo', 'for-4.2/plantronics', 'for-4.2/rmi', 'for-4.2/sensor-hub', 'for-4.2/sjoy', 'for-4.2/sony' and 'for-4.2/wacom' into for-linus by Jiri Kosina · 9 years ago
  18. 817a312 Merge branches 'for-4.1/upstream-fixes', 'for-4.2/upstream' and 'for-4.2/logitech' into for-linus by Jiri Kosina · 9 years ago
  19. 3e48138 HID: i2c-hid: Do not set the ACPI companion field in the HID device by Andrew Duggan · 9 years ago
  20. c8fd51d HID: i2c-hid: fix harmless test_bit() issue by Dan Carpenter · 9 years ago
  21. a7d2bf2 HID: i2c-hid: Do not fail probing if gpiolib is not enabled by Mika Westerberg · 9 years ago
  22. a485923 HID: i2c-hid: Add support for ACPI GPIO interrupts by Mika Westerberg · 9 years ago
  23. 6d00f37 HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events by Seth Forshee · 9 years ago
  24. f2de746 HID: i2c-hid: The interrupt should be level sensitive by Mika Westerberg · 10 years ago
  25. 5b44c53 HID: i2c-hid: Do not free buffers in i2c_hid_stop() by Mika Westerberg · 10 years ago
  26. 0349678 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  27. 019e129 Merge branches 'for-3.19/hid-report-len', 'for-3.19/i2c-hid', 'for-3.19/lenovo', 'for-3.19/logitech', 'for-3.19/microsoft', 'for-3.19/plantronics', 'for-3.19/rmi', 'for-3.19/sony' and 'for-3.19/wacom' into for-linus by Jiri Kosina · 10 years ago
  28. d1c7e29 HID: i2c-hid: prevent buffer overflow in early IRQ by Gwendal Grignou · 10 years ago
  29. 721564a i2c-hid / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  30. 6296f4a HID: i2c-hid: fix race condition reading reports by Jean-Baptiste Maneyrol · 10 years ago
  31. 08bb7be HID: i2c-hid: print the correct data in dbg msg by Jean-Baptiste Maneyrol · 10 years ago
  32. 109571c HID: i2c-hid: call the hid driver's suspend and resume callbacks by Andrew Duggan · 10 years ago
  33. f58b848 HID: i2c-hid: hid report descriptor retrieval changes by Archana Patni · 10 years ago
  34. 0f1b1e6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  35. ad295b6d Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linus by Jiri Kosina · 10 years ago
  36. ba04a57 Merge branch 'for-3.15/i2c-hid' into for-linus by Jiri Kosina · 10 years ago
  37. 6fd1820 HID: remove hid_output_raw_report transport implementations by Benjamin Tissoires · 10 years ago
  38. 525b870 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 10 years ago
  39. 5318251 HID: core: check parameters when sending/receiving data from the device by Benjamin Tissoires · 11 years ago
  40. 649f947 HID: i2c-hid: use generic .request() implementation by Benjamin Tissoires · 11 years ago
  41. 9b5a9ae HID: i2c-hid: implement ll_driver transport-layer callbacks by Benjamin Tissoires · 11 years ago
  42. cafebc0 HID: remove hid_get_raw_report in struct hid_device by Benjamin Tissoires · 11 years ago
  43. 9d27f43 HID: fix buffer allocations by Benjamin Tissoires · 11 years ago
  44. 34f439e HID: i2c-hid: add runtime PM support by Mika Westerberg · 11 years ago
  45. 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  46. 6281385 Merge branches 'for-3.13/upstream-fixes', 'for-3.14/i2c-hid', 'for-3.14/sensor-hub', 'for-3.14/sony' and 'for-3.14/upstream' into for-linus by Jiri Kosina · 11 years ago
  47. ea547d7 ACPI / i2c-hid: replace open-coded _DSM code with helper functions by Jiang Liu · 11 years ago
  48. 94037ef HID: i2c-hid: disable interrupt on suspend by Mika Westerberg · 11 years ago
  49. 82023bb Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  50. e0da5c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 11 years ago
  51. 7b19981 ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node by Rafael J. Wysocki · 11 years ago
  52. e1b8ad8 HID: i2c-hid: Stop querying for init reports by Bibek Basu · 11 years ago
  53. 74da276 i2c-hid: convert acpi_evaluate_object() to acpi_evaluate_integer() by Zhang Rui · 11 years ago
  54. 63faf15 Merge branches 'for-3.12/devm', 'for-3.12/i2c-hid', 'for-3.12/i2c-hid-dt', 'for-3.12/logitech', 'for-3.12/multitouch-win8', 'for-3.12/trasnport-driver-cleanup', 'for-3.12/uhid', 'for-3.12/upstream' and 'for-3.12/wiimote' into for-linus by Jiri Kosina · 11 years ago
  55. 75ba899 HID: i2c-hid: use correct type for ACPI _DSM parameter by Mika Westerberg · 11 years ago
  56. 4858bfe HID: i2c-hid: don't push static constants on stack for %*ph by Andy Shevchenko · 11 years ago
  57. 3d7d248 HID: i2c-hid: add DT bindings by Benjamin Tissoires · 11 years ago
  58. ac126f4 HID: i2c: use generic hidinput_input_event() by David Herrmann · 11 years ago
  59. 811adb9 HID: i2c-hid: support sending HID output reports using the output register by Andrew Duggan · 11 years ago
  60. 7c4d577 HID: i2c-hid: fix length for set/get report in i2c hid by Huzefa Kankroliwala · 11 years ago
  61. 545bef6 HID: i2c-hid: implement request() callback by Benjamin Tissoires · 11 years ago
  62. 539cf54 Merge branches 'for-3.8/upstream-fixes', 'for-3.9/hid-sensor', 'for-3.9/hidraw' and 'for-3.9/i2c-hid' into for-linus by Jiri Kosina · 11 years ago
  63. cf5425b Merge branch 'for-3.8/upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  64. c284979 HID: i2c-hid: fix i2c_hid_output_raw_report by Benjamin Tissoires · 12 years ago
  65. 92241e6 HID: i2c-hid: add ACPI support by Mika Westerberg · 12 years ago
  66. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  67. 7a7d6d9 HID: i2c-hid: add mutex protecting open/close race by Benjamin Tissoires · 12 years ago
  68. 9afd09a HID: i2c-hid: fix ret_count check by Jiri Kosina · 12 years ago
  69. e5b50fe HID: i2c-hid: fix i2c_hid_get_raw_report count mismatches by Benjamin Tissoires · 12 years ago
  70. 8a1bbb5 HID: i2c-hid: remove extra .irq field in struct i2c_hid by Benjamin Tissoires · 12 years ago
  71. 29b4578 HID: i2c-hid: reorder allocation/free of buffers by Benjamin Tissoires · 12 years ago
  72. 27174cf HID: i2c-hid: fix memory corruption due to missing hid declaration by Benjamin Tissoires · 12 years ago
  73. addb114 HID: i2c-hid: remove superfluous include by Jiri Kosina · 12 years ago
  74. 623336285 HID: i2c-hid: remove unneeded test in i2c_hid_remove by Benjamin Tissoires · 12 years ago
  75. c737bcf HID: i2c-hid: i2c_hid_get_report may fail by Benjamin Tissoires · 12 years ago
  76. 134ebfd HID: i2c-hid: also call i2c_hid_free_buffers in i2c_hid_remove by Benjamin Tissoires · 12 years ago
  77. 9972dcc HID: i2c-hid: fix error messages by Benjamin Tissoires · 12 years ago
  78. 317b204 HID: i2c-hid: fix return paths by Benjamin Tissoires · 12 years ago
  79. 6bf6c8b HID: i2c-hid: remove unused static declarations by Benjamin Tissoires · 12 years ago
  80. fa73864 HID: i2c-hid: fix i2c_hid_dbg macro by Benjamin Tissoires · 12 years ago
  81. ee8e880 HID: i2c-hid: fix checkpatch.pl warning by Benjamin Tissoires · 12 years ago
  82. 8ee0c05 HID: i2c-hid: enhance Kconfig by Benjamin Tissoires · 12 years ago
  83. 24ebb37 HID: i2c-hid: change I2C name by Benjamin Tissoires · 12 years ago
  84. 3c62602 HID: i2c-hid: fix memory leak during probe by Jiri Kosina · 12 years ago
  85. 4a200c3 HID: i2c-hid: introduce HID over i2c specification implementation by Benjamin Tissoires · 12 years ago