summaryrefslogtreecommitdiffstats
path: root/include/linux/usb_input.h
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] USB: move <linux/usb_input.h> to <linux/usb/input.h>David Brownell2006-06-211-25/+0
| | | | | | | | Move <linux/usb_input.h> to <linux/usb/input.h> and remove some redundant includes. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Input: introduce usb_to_input_id() to uniformly produceDmitry Torokhov2005-06-301-0/+25
struct input_id for USB input devices. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>