aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/usbkbd.c
Commit message (Collapse)AuthorAge
* Input: introduce usb_to_input_id() to uniformly produceDmitry Torokhov2005-06-30
| | | | | | struct input_id for USB input devices. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: remove user counters from drivers/usb/input since inputDmitry Torokhov2005-05-29
| | | | | | | core takes care of calling open and close methods only when needed. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* Input: whitespace fixes in drivers/usb/inputDmitry Torokhov2005-05-29
| | | | Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
* [PATCH] USB: drivers/usb/input/usbkbd.c: make a function staticAdrian Bunk2005-04-22
| | | | | | | | This patch makes a needlessly global function static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!