提交 290d26d2 编写于 作者: H Hans de Goede 提交者: Gerd Hoffmann

usb-bus: Add knowledge of USB_SPEED_SUPER to usb_speed helper

Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
上级 f8ddbfbc
......@@ -273,6 +273,7 @@ static const char *usb_speed(unsigned int speed)
[ USB_SPEED_LOW ] = "1.5",
[ USB_SPEED_FULL ] = "12",
[ USB_SPEED_HIGH ] = "480",
[ USB_SPEED_SUPER ] = "5000",
};
if (speed >= ARRAY_SIZE(txt))
return "?";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册