1. c737bcf HID: i2c-hid: i2c_hid_get_report may fail by Benjamin Tissoires · 12 years ago
  2. 134ebfd HID: i2c-hid: also call i2c_hid_free_buffers in i2c_hid_remove by Benjamin Tissoires · 12 years ago
  3. 9972dcc HID: i2c-hid: fix error messages by Benjamin Tissoires · 12 years ago
  4. 317b204 HID: i2c-hid: fix return paths by Benjamin Tissoires · 12 years ago
  5. 6bf6c8b HID: i2c-hid: remove unused static declarations by Benjamin Tissoires · 12 years ago
  6. fa738644 HID: i2c-hid: fix i2c_hid_dbg macro by Benjamin Tissoires · 12 years ago
  7. ee8e880 HID: i2c-hid: fix checkpatch.pl warning by Benjamin Tissoires · 12 years ago
  8. 8ee0c05 HID: i2c-hid: enhance Kconfig by Benjamin Tissoires · 12 years ago
  9. 24ebb37 HID: i2c-hid: change I2C name by Benjamin Tissoires · 12 years ago
  10. 3c62602 HID: i2c-hid: fix memory leak during probe by Jiri Kosina · 12 years ago
  11. 4a200c3 HID: i2c-hid: introduce HID over i2c specification implementation by Benjamin Tissoires · 12 years ago
  12. 1a1e8c6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  13. 6b90466 HID: microsoft: do not use compound literal - fix build by Jiri Slaby · 12 years ago
  14. 976bacef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  15. df0cfd6 HID: hidraw: put old deallocation mechanism in place by Jiri Kosina · 12 years ago
  16. 296bac3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  17. 8d80da9 HID: Add support for the MacBook Pro 10,2 keyboard / touchpad by Dirk Hohndel · 12 years ago
  18. 58ad34b HID: multitouch: fix maxcontacts problem on GeneralTouch by Xianhan Yu · 12 years ago
  19. 65b258e HID: multitouch: put the case in the right switch statement by Alan Cox · 12 years ago
  20. 3ccc60f HID: microsoft: fix invalid rdesc for 3k kbd by Jiri Slaby · 12 years ago
  21. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  22. def7cb8 Merge tag 'staging-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  23. cdcd3ac Merge branch 'multitouch' into for-linus by Jiri Kosina · 12 years ago
  24. a3cbe10 Merge branch 'upstream' into for-linus by Jiri Kosina · 12 years ago
  25. fa2bd30 Merge branches 'from-henrik', 'hidraw', 'logitech', 'picolcd', 'ps3', 'uclogic', 'wacom' and 'wiimote' into for-linus by Jiri Kosina · 12 years ago
  26. 4fe9f8e HID: hidraw: don't deallocate memory when it is in use by Ratan Nalumasu · 12 years ago
  27. 56fa944 HID: picoLCD: optimize for inactive debugfs by Bruno Prémont · 12 years ago
  28. f5ff4e1 HID: multitouch: add support for GeneralTouch multi-touchscreen by Xianhan Yu · 12 years ago
  29. 5844c1c HID: Add support for Sony PS3 BD Remote Control by David Dillow · 12 years ago
  30. 86e6b77 HID: keep dev_rdesc unmodified and use it for comparisons by Kevin Daughtridge · 12 years ago
  31. a80fe5d HID: lg4ff: Minor coding style fixes in lg4ff and hid-lg by Michal Malý · 12 years ago
  32. a206317 HID: hid-lg4ff: Set absolute axes parametes on DFP by Michal Malý · 12 years ago
  33. 2b24a96 HID: hid-lg4ff: Adjust X axis input value accordingly to selected range. by Michal Malý · 12 years ago
  34. 74479ba HID: hid-lg4ff: Minor code cleanup to improve readability by Michal Malý · 12 years ago
  35. 4cc9834 HID: ntrig: change default value of logical/physical width/height to 1 by Wen-chien Jesse Sung · 12 years ago
  36. 5ed84c3 HID: picoLCD: bounds check in dump_buff_as_hex() by Bruno Prémont · 12 years ago
  37. f2f13a6 HID: hid-sensor-hub: Fix sensor_hub_probe error handling by Axel Lin · 12 years ago
  38. 3f257ca HID: hid-sensor-hub: Remove hdev->claimed setting by Axel Lin · 12 years ago
  39. 5962640 HID: Fix logitech-dj: missing Unifying device issue by Nestor Lopez Casado · 12 years ago
  40. 3914998 HID: lenovo-tpkbd: Fix memory leak in tpkbd_remove_tp() by Axel Lin · 12 years ago
  41. 1ad346a Merge branch 'for-next' of git://github.com/rydberg/linux into from-henrik by Jiri Kosina · 12 years ago
  42. 77723e3 HID: hid-multitouch: Add Flatfrog support by Henrik Rydberg · 12 years ago
  43. c5d40be HID: hid-multitouch: Fix contact count on 3M panels by Henrik Rydberg · 12 years ago
  44. 3e1b501 HID: hid-multitouch: Remove the redundant touch state by Henrik Rydberg · 12 years ago
  45. 76f5902 HID: hid-multitouch: Simplify setup and frame synchronization by Henrik Rydberg · 12 years ago
  46. 9ebf3d7 HID: Add an input configured notification callback by Henrik Rydberg · 12 years ago
  47. b4adbbe Input: MT - Add flags to input_mt_init_slots() by Henrik Rydberg · 12 years ago
  48. 206e3f1 HID: picolcd_core: Remove setting hdev->claimed before calling hid_hw_start() by Axel Lin · 12 years ago
  49. bb5c32d HID: picoLCD: drop version check during probe by Bruno Prémont · 12 years ago
  50. 8908dd8 HID: wacom: Fix wacom_probe error handling by Axel Lin · 12 years ago
  51. 24db0d7 HID: sensors: remove some unneeded checks by Dan Carpenter · 12 years ago
  52. 2b7c4b8 HID: sensors: use GFP_ATOMIC under spinlock by Dan Carpenter · 12 years ago
  53. f45c69b HID: sensors: fix up for mfd_add_devices() API change by Stephen Rothwell · 12 years ago
  54. a2f6e4e HID: wiimote: fix weight conversion error for values > 17kg by Florian Echtler · 12 years ago
  55. ca9bbdc HID: roccat: conditional blacklisting of Roccat modules by Stefan Achatz · 12 years ago
  56. 3155a09 HID: wiimote: Parse calibration data of balance boards by Florian Echtler · 12 years ago
  57. 5ad67fb HID: wiimote: Add Nintendo Balance-Board support by David Herrmann · 12 years ago
  58. a6fbaac HID: Fix return values in open_collection() by Sachin Kamat · 12 years ago
  59. 832fbea HID: lenovo-tpkbd: Remove unnecessary casts of void pointers by Axel Lin · 12 years ago
  60. 372d297 HID: prodikeys: Remove unnecessary casts of void pointers by Axel Lin · 12 years ago
  61. 4629fd1 HID: lg4ff: Remove unnecessary casts of void pointers by Axel Lin · 12 years ago
  62. 2575155 HID: lg: Remove unnecessary casts of void pointers by Axel Lin · 12 years ago
  63. 6a2a2cd Merge 3.6-rc6 into staging-next by Greg Kroah-Hartman · 12 years ago
  64. e9a7c79 HID: picolcd: fix build error if !CONFIG_DEBUG_FS by Axel Lin · 12 years ago
  65. e2e78e7 HID: holtekff: use %*ph to dump small buffers by Andy Shevchenko · 12 years ago
  66. 02d9be1 HID: picoLCD: fix a NULL test in picolcd_raw_cir() by Dan Carpenter · 12 years ago
  67. 5b6e7f1 Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  68. aad932e HID: tpkbd: work even if the new Lenovo Keyboard driver is not configured by Andres Freund · 12 years ago
  69. 8b61513 HID: primax: Remove px_probe() and px_remove() functions by Axel Lin · 12 years ago
  70. 751e5ed HID: waltop: Remove waltop_probe() and waltop_remove() functions by Axel Lin · 12 years ago
  71. 401ca24 HID: sensors: introduce sensor framework by srinivas pandruvada · 12 years ago
  72. c8147d9 HID: sensors: add to special driver list by srinivas pandruvada · 12 years ago
  73. 8a55ade dj: memory scribble in logi_dj by Alan Cox · 12 years ago
  74. 5f4fa6a HID: hid-lcpower: Use HID_UP_LOGIVENDOR instead of hard coded 0x0ffbc0000 by Axel Lin · 12 years ago
  75. eb9001c HID: picoLCD: use proper device as input_dev parent by Bruno Prémont · 12 years ago
  76. f2df5b7 HID: picoLCD: fix dumping of IR_DATA report by Bruno Prémont · 12 years ago
  77. 63583c6 HID: picoLCD: optimize for inactive debugfs by Bruno Prémont · 12 years ago
  78. ae08e32 HID: picoLCD: Add support for CIR by Bruno Prémont · 12 years ago
  79. 1604870 HID: picoLCD: rework hid-fbdev interaction by Bruno Prémont · 12 years ago
  80. a5785cc HID: picoLCD: prevent NULL pointer dereferences by Bruno Prémont · 12 years ago
  81. 2f43f874 HID: remove Paul Walmsley's copyright from places where it shouldn't be by Jiri Kosina · 12 years ago
  82. 6dbea04 HID: Remove "default m" from HID_LOGITECH_DJ by Josh Triplett · 12 years ago
  83. 00315e4 HID: update hid_have_special_driver[] explanation by Jiri Kosina · 12 years ago
  84. 9bfc8da HID: Only dump input if someone is listening by Henrik Rydberg · 12 years ago
  85. eb4e426 HID: uclogic: Add support for UC-Logic TWHA60 by Nikolai Kondrashov · 12 years ago
  86. 66a61fc Merge branch 'master' into upstream by Jiri Kosina · 12 years ago
  87. 8db089d HID: hid-debug: Show rdesc for unclaimed devices by Henrik Rydberg · 12 years ago
  88. b0be5b3 HID: Remove duplicate ID for QUANTA 3001 touchscreen by Simon Farnsworth · 12 years ago
  89. 67ddbb3 HID: add NOGET quirk for Eaton Ellipse MAX UPS by Alan Stern · 12 years ago
  90. d37e449 Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  91. 53c8498 HID: Remove QUANTA from special drivers list by Simon Farnsworth · 12 years ago
  92. 9277738 HID: picolcd: Add missing #include <linux/uaccess.h> by Geert Uytterhoeven · 12 years ago
  93. 3b07e9c workqueue: deprecate system_nrt[_freezable]_wq by Tejun Heo · 12 years ago
  94. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  95. d1c60a0 HID: picolcd: using vmalloc() requires the include of vmalloc.h by Stephen Rothwell · 12 years ago
  96. bcb4a75 HID: hidraw: improve error handling in hidraw_init() by Alexey Khoroshilov · 12 years ago
  97. dfeefd1 HID: multitouch: Add ELAN production request when resume. by Scott Liu · 12 years ago
  98. ae01c9e HID: multitouch: Add support for eGalax 0x73f7 by Thierry Reding · 12 years ago
  99. 94b5485c HID: hid-multitouch: Remove misleading null test by Henrik Rydberg · 12 years ago
  100. 2843b67 HID: add quirk for Freescale i.MX28 ROM recovery by Marek Vasut · 12 years ago