Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | USB HID: encapsulate quirk handling into hid-quirks.c | Paul Walmsley | 2007-04-19 | 1 | -1/+1 |
| | | | | | | | | | | Move the USB_VENDOR* and USB_DEVICE* defines and the hid_blacklist[] array there from hid-core.c. Add hid-quirks.c:usbhid_lookup_any_quirks() to return quirk information to hid-core.c. Convert __u32, __u16 types to u32, u16. Signed-off-by: Paul Walmsley <paul@booyaka.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz> | ||||
* | USB HID: move usbhid code from drivers/usb/input to drivers/hid/usbhid | Jiri Kosina | 2007-04-11 | 1 | -0/+35 |
Separate usbhid code into dedicated drivers/hid/usbhid directory as discussed previously with Greg, so that it eases maintaineance process. Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |