mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
greybus: usb: renumber operation types
Renumber the current operation types. NOTE: Protocol change. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
3a6b5aeec7
commit
583804f713
@ -22,9 +22,9 @@
|
||||
/* Greybus USB request types */
|
||||
#define GB_USB_TYPE_INVALID 0x00
|
||||
#define GB_USB_TYPE_PROTOCOL_VERSION 0x01
|
||||
#define GB_USB_TYPE_HCD_STOP 0x02
|
||||
#define GB_USB_TYPE_HCD_START 0x03
|
||||
#define GB_USB_TYPE_HUB_CONTROL 0x07
|
||||
#define GB_USB_TYPE_HCD_START 0x02
|
||||
#define GB_USB_TYPE_HCD_STOP 0x03
|
||||
#define GB_USB_TYPE_HUB_CONTROL 0x04
|
||||
|
||||
struct gb_usb_hub_control_request {
|
||||
__le16 typeReq;
|
||||
|
Loading…
Reference in New Issue
Block a user