Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [PATCH] USB: remove .owner field from struct usb_driver | Greg Kroah-Hartman | 2006-01-04 |
| | | | | | | It is no longer needed, so let's remove it, saving a bit of memory. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | ||
* | [PATCH] USB: allow usb drivers to disable dynamic ids | Greg Kroah-Hartman | 2006-01-04 |
| | | | | | | | | | | | 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> | ||
* | [PATCH] USB: add the anydata usb-serial driver | Greg Kroah-Hartman | 2005-11-17 |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |