1. 24da2c8 BACKPORT: treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  2. b7a87ad HID: magicmouse: make transfer buffers DMA capable by Benjamin Tissoires · 8 years ago
  3. 9154301 HID: hid-input: allow input_configured callback return errors by Dmitry Torokhov · 9 years ago
  4. c54def7 HID: magicmouse: sanity check report size in raw_event() callback by Jiri Kosina · 10 years ago
  5. b0dd72a HID: replace hid_output_raw_report with hid_hw_raw_request for feature requests by Benjamin Tissoires · 10 years ago
  6. 7e845d4 HID: introduce helper to access hid_output_raw_report() by Benjamin Tissoires · 10 years ago
  7. 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
  8. abf832b HID: trivial devm conversion for special hid drivers by Benjamin Tissoires · 11 years ago
  9. dfc450b HID: replace strict_strtoul() with kstrtoul() by Jingoo Han · 11 years ago
  10. 4f5a810 Merge branches 'for-3.10/appleir', 'for-3.10/hid-debug', 'for-3.10/hid-driver-transport-cleanups', 'for-3.10/i2c-hid' and 'for-3.10/logitech' into for-linus by Jiri Kosina · 11 years ago
  11. f1a9a14 HID: magicmouse: fix race between input_register() and probe() by Benjamin Tissoires · 11 years ago
  12. f3757ce HID: Kconfig: Remove explicit transport layer dependencies by Benjamin Tissoires · 11 years ago
  13. f425458 HID: Use module_hid_driver macro by H Hartley Sweeten · 11 years ago
  14. b4adbbe Input: MT - Add flags to input_mt_init_slots() by Henrik Rydberg · 12 years ago
  15. a6d1bc1 HID: magicmouse: Implement Multi-touch Protocol B (MT-B) by Yufeng Shen · 12 years ago
  16. 6264307 HID: magicmouse: Removing report_touches switch by Yufeng Shen · 12 years ago
  17. e75561b HID: magicmouse: Correct report range of major / minor axes by Yufeng Shen · 12 years ago
  18. 503f7d5 HID: hid-magicmouse: Add pointer and buttonpad properties for Magic Trackpad by Chase Douglas · 12 years ago
  19. bca6214 HID: hid-magicmouse: Magic Trackpad has 1 button, not 2 by Daniel van Vugt · 13 years ago
  20. 35d851d HID: magicmouse: ignore 'ivalid report id' while switching modes, v2 by Jiri Kosina · 13 years ago
  21. 4f6fdf0 HID: magicmouse: Set resolution of touch surfaces by Chase Douglas · 13 years ago
  22. c3a4924 Revert "HID: magicmouse: ignore 'ivalid report id' while switching modes" by Jiri Kosina · 13 years ago
  23. 366a238 Merge branches 'doc', 'multitouch', 'upstream' and 'upstream-fixes' into for-linus by Jiri Kosina · 13 years ago
  24. 23746a6 HID: magicmouse: ignore 'ivalid report id' while switching modes by Jiri Kosina · 13 years ago
  25. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  26. cc5e0f0 HID: hid-magicmouse: Increase evdev buffer size by Chase Douglas · 13 years ago
  27. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  28. 2d9ca4e HID: hid-magicmouse: Correct touch orientation direction by Henrik Rydberg · 13 years ago
  29. a715325 Merge branches 'upstream' and 'upstream-fixes' into for-linus by Jiri Kosina · 13 years ago
  30. 4291ee3 HID: Add and use hid_<level>: dev_<level> equivalents by Joe Perches · 13 years ago
  31. 6a66bbd HID: magicmouse: Don't report REL_{X,Y} for Magic Trackpad by Chase Douglas · 13 years ago
  32. 921990b HID: magicmouse: Adjust major / minor axes to scale by Henrik Rydberg · 14 years ago
  33. 64eb105 HID: magicmouse: Use hid-input parsing rather than bypassing it by Michael Poole · 14 years ago
  34. a462230 HID: magicmouse: enable Magic Trackpad support by Chase Douglas · 14 years ago
  35. 6de048b HID: magicmouse: simplify touch data bit manipulation by Chase Douglas · 14 years ago
  36. 0773590 HID: magicmouse: simplify multitouch feature request by Chase Douglas · 14 years ago
  37. c61b7ce HID: magicmouse: remove timestamp logic by Chase Douglas · 14 years ago
  38. 0228db7 HID: magicmouse: simplify touch down logic by Chase Douglas · 14 years ago
  39. 7d876c0 HID: magicmouse: Correct parsing of large X and Y motions. by Michael Poole · 14 years ago
  40. e3612e8 HID: magicmouse: report last touch up by Chase Douglas · 14 years ago
  41. c042668 HID: magicmouse: enable horizontal scrolling by Chase Douglas · 14 years ago
  42. 0b778e7 HID: magicmouse: add param for scroll speed by Chase Douglas · 14 years ago
  43. 8d93efb HID: magicmouse: properly account for scroll movement in state by Chase Douglas · 14 years ago
  44. 9846f35 HID: magicmouse: disable and add module param for scroll acceleration by Chase Douglas · 14 years ago
  45. ef566d3 HID: magicmouse: scroll on entire surface, not just middle of mouse by Chase Douglas · 14 years ago
  46. 23d0211 HID: magicmouse: fix input registration by Jiri Kosina · 14 years ago
  47. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  48. 28918c2 HID: magicmouse: fix oops after device removal by Michael Poole · 14 years ago
  49. 71b38bd HID: magicmouse: coding style and probe failure fixes by Michael Poole · 14 years ago
  50. 128537c HID: add a device driver for the Apple Magic Mouse. by Michael Poole · 14 years ago