1. 1efa770 Input: do not lock device when showing name, phys and uniq by Dmitry Torokhov · 17 years ago
  2. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  3. 2b8693c [PATCH] mark struct file_operations const 3 by Arjan van de Ven · 17 years ago
  4. 1447190 Input: add comments to input_{allocate|free}_device() by Dmitry Torokhov · 18 years ago
  5. 4263cf0 Input: make input_register_handler() return error codes by Dmitry Torokhov · 18 years ago
  6. 68c2a16 Input: remove cruft that was needed for transition to sysfs by Dmitry Torokhov · 18 years ago
  7. 655816e Input: fix input module refcounting by Dmitry Torokhov · 18 years ago
  8. 66e6611 Input: constify input core by Dmitry Torokhov · 18 years ago
  9. 6d2750c Input: send key up events at disconnect by Dmitry Torokhov · 18 years ago
  10. 509ca1a Input: implement new force feedback interface by Anssi Hannula · 18 years ago
  11. b6d786d Input: add missing handler->start() call by Dmitry Torokhov · 18 years ago
  12. a2b2ed2 Input: fix list iteration in input_release_device() by Andrew Morton · 18 years ago
  13. 0e739d2 Input: introduce input_inject_event() function by Dmitry Torokhov · 18 years ago
  14. c7e8dc6 Input: add start() method to input handlers by Dmitry Torokhov · 18 years ago
  15. e9c8862 Input: remove accept method from input_dev by Dmitry Torokhov · 18 years ago
  16. e7374e4 Input: fix resetting name, phys and uniq when unregistering device by Dmitry Torokhov · 18 years ago
  17. ca56fe0 Input: rearrange exports by Dmitry Torokhov · 18 years ago
  18. 1e0afb2 Input: fix formatting to better follow CodingStyle by Dmitry Torokhov · 18 years ago
  19. f60d2b1 Input: reset name, phys and uniq when unregistering by Dmitry Torokhov · 18 years ago
  20. 8a3cf45 Input: return correct size when reading modalias attribute by Richard Purdie · 18 years ago
  21. 8fdc194 Input: make EVIOCGSND return meaningful data by Dmitry Torokhov · 18 years ago
  22. ddc5d34 Input: move input_device_id to mod_devicetable.h by Dmitry Torokhov · 18 years ago
  23. ac648a6 Input: make modalias code respect allowed buffer size by Dmitry Torokhov · 18 years ago
  24. 969b21c Input: convert /proc handling to seq_file by Dmitry Torokhov · 18 years ago
  25. 2db6687 Input: limit attributes' output to PAGE_SIZE by Dmitry Torokhov · 18 years ago
  26. 95d465f Manual merge with Linus. by Dmitry Torokhov · 18 years ago
  27. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  28. e676c23 Input: input core - semaphore to mutex conversion by Jes Sorensen · 18 years ago
  29. bd37e5a [PATCH] INPUT: add MODALIAS to the event environment by Kay Sievers · 19 years ago
  30. e2bd470 Input: prepare for f_ops constness by Arjan van de Ven · 19 years ago
  31. 1d8f430 [PATCH] Input: add modalias support by Rusty Russell · 19 years ago
  32. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  33. 0296b22 [PATCH] remove CONFIG_KOBJECT_UEVENT option by Kay Sievers · 19 years ago
  34. bd0ef23 Input: handle failures in input_register_device() by Dmitry Torokhov · 19 years ago
  35. 08de1f0 [PATCH] Input: fix 'uniq' reporting in hotplug handler by Dmitry Torokhov · 19 years ago
  36. 4761060 Input: fix input device deregistration by Dmitry Torokhov · 19 years ago
  37. 5f94548 Input: do not register statically allocated devices by Dmitry Torokhov · 19 years ago
  38. 995fc4d Input: fix input_dev registration message by Dmitry Torokhov · 19 years ago
  39. a7fadbe [PATCH] input core: remove custom-made hotplug handler by Dmitry Torokhov · 19 years ago
  40. ea9f240 [PATCH] INPUT: rename input_dev_class to input_class to be correct. by Greg Kroah-Hartman · 19 years ago
  41. b0fdfeb [PATCH] INPUT: remove the input_class structure, as it is unused. by Greg Kroah-Hartman · 19 years ago
  42. 629b77a [PATCH] INPUT: Fix oops when accessing sysfs files of nested input devices by Greg Kroah-Hartman · 19 years ago
  43. 23d5090 [PATCH] INPUT: export input_dev_class so that input drivers can use it. by Greg Kroah-Hartman · 19 years ago
  44. 1020402 [PATCH] INPUT: register the input class device sooner by Greg Kroah-Hartman · 19 years ago
  45. 5c1e9a6 [PATCH] Input: export input_dev data via sysfs attributes by Dmitry Torokhov · 19 years ago
  46. 051b2fe [PATCH] Input: show sysfs path in /proc/bus/input/devices by Dmitry Torokhov · 19 years ago
  47. d19fbe8 [PATCH] Input: prepare to sysfs integration by Dmitry Torokhov · 19 years ago
  48. 4f00469 [PATCH] Input: kill devfs references by Dmitry Torokhov · 19 years ago
  49. ff13f98 [PATCH] Input: check switch bitmap when matching handlers by Dmitry Torokhov · 19 years ago
  50. 3158106 [PATCH] Input: Add a new switch event type by Richard Purdie · 19 years ago
  51. beffbdc Input: cannot refer to __exit from within __init. by Andrew Morton · 19 years ago
  52. f96b434 Input: rearrange procfs code to reduce number of #ifdefs by Dmitry Torokhov · 19 years ago
  53. 3e0777b Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git manually by Linus Torvalds · 19 years ago
  54. 1235686 [PATCH] INPUT: move to use the new class code, instead of class_simple by gregkh@suse.de · 19 years ago
  55. e334016fc Input: do not corrupt system-wide procfs fops. by Luke Kosewski · 19 years ago
  56. 0fbf87c Input: add semaphore and user count to input_dev structure; by Dmitry Torokhov · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago