usb: Update struct usb_device to indicate speed enum
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 16:26:53 +0000 (10:26 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 15 May 2020 17:53:50 +0000 (13:53 -0400)
commit25a838175cb571a27337385d20bd164f0e3603cf
tree76683b3330c75ab1905af0e63a345d76fcbdb02b
parent5f09f9af3cc335fe6a74c031cfa0b1d8bdf4b9db
usb: Update struct usb_device to indicate speed enum

The speed member actually uses an enum, so add this to the comment.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
include/usb.h