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:
parent
e06f640862
commit
b1ea5557ec
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user