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