summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/usb_debug.c
AgeCommit message (Collapse)AuthorFilesLines
2008-04-25USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman1-3/+0
The usb-serial core no longer checks these fields so remove them from all of the individual drivers. They will be removed from the usb-serial core in a patch later in the series. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-12-02USB: add driver for the USB debug devicesGreg Kroah-Hartman1-0/+65
It's a simple usb-serial driver that just creates a tty device to read and write from. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>