USB: Remove USB_SPEED_WIRELESS.
It doesn't belong after SUPER, as it's really an extension of USB 2.0 (Linux puts it after HIGHSPEED indeed, as "USB 2.5".) If we eventually want to support it, we can add it there.
This commit is contained in:
@@ -90,8 +90,7 @@ typedef enum {
|
||||
USB_SPEED_FULLSPEED,
|
||||
USB_SPEED_HIGHSPEED,
|
||||
USB_SPEED_SUPER,
|
||||
USB_SPEED_WIRELESS,
|
||||
USB_SPEED_MAX = USB_SPEED_WIRELESS
|
||||
USB_SPEED_MAX = USB_SPEED_SUPER
|
||||
} usb_speed;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user