Skip to content

Commit 14b76ed

Browse files
Sebastian Andrzej Siewiorgregkh
authored andcommitted
usb/usbtest: print super on super speed
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Reviewed-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
1 parent 7fc2a61 commit 14b76ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/usb/misc/usbtest.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2308,6 +2308,9 @@ usbtest_probe(struct usb_interface *intf, const struct usb_device_id *id)
23082308
case USB_SPEED_HIGH:
23092309
tmp = "high";
23102310
break;
2311+
case USB_SPEED_SUPER:
2312+
tmp = "super";
2313+
break;
23112314
default:
23122315
tmp = "unknown";
23132316
break;

0 commit comments

Comments
 (0)