aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb_input.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-06-21[PATCH] USB: move <linux/usb_input.h> to <linux/usb/input.h>David Brownell1-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>
2005-06-30Input: introduce usb_to_input_id() to uniformly produceDmitry Torokhov1-0/+25
struct input_id for USB input devices. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>