Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-04 | [PATCH] USB: remove .owner field from struct usb_driver | Greg Kroah-Hartman | |
It is no longer needed, so let's remove it, saving a bit of memory. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2006-01-04 | [PATCH] USB: allow usb drivers to disable dynamic ids | Greg Kroah-Hartman | |
This lets drivers, like the usb-serial ones, disable the ability to add ids from sysfs. The usb-serial drivers are "odd" in that they are really usb-serial bus drivers, not usb bus drivers, so the dynamic id logic will have to go into the usb-serial bus core for those drivers to get that ability. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-11-17 | [PATCH] USB: add the anydata usb-serial driver | Greg Kroah-Hartman | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |