libpayload: Add enum for USB speeds
These values are already used in this usb stack.
Original-Change-Id: If96f1dc2b67fbc13dfc4ae2d84e8f9945aa03163
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: http://review.coreboot.org/3448
Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
(cherry picked from commit 4fc7b6c994)
BUG=chrome-os-partner:21969
TEST=None
Change-Id: I203f4adbdb74a9274014531037bda7d073e155f6
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/168092
This commit is contained in:
parent
55810ba176
commit
6029ccc11a
1 changed files with 1 additions and 0 deletions
|
|
@ -93,6 +93,7 @@ typedef struct {
|
|||
endpoint_type type;
|
||||
} endpoint_t;
|
||||
|
||||
enum { FULL_SPEED = 0, LOW_SPEED = 1, HIGH_SPEED = 2, SUPER_SPEED = 3 };
|
||||
|
||||
struct usbdev {
|
||||
hci_t *controller;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue