On Thu, Apr 14, 2011 at 03:45:42PM +0200, Sebastian Andrzej Siewior wrote: > Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> FWIW: Reviewed-by: Felipe Balbi <balbi@xxxxxx> > --- > drivers/usb/misc/usbtest.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/drivers/usb/misc/usbtest.c b/drivers/usb/misc/usbtest.c > index 388cc12..62fc935 100644 > --- a/drivers/usb/misc/usbtest.c > +++ b/drivers/usb/misc/usbtest.c > @@ -2192,6 +2192,9 @@ usbtest_probe(struct usb_interface *intf, const struct usb_device_id *id) > case USB_SPEED_HIGH: > tmp = "high"; > break; > + case USB_SPEED_SUPER: > + tmp = "super"; > + break; > default: > tmp = "unknown"; > break; > -- > 1.7.4 > -- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html