diff options
Diffstat (limited to 'executor/common_usb.h')
| -rw-r--r-- | executor/common_usb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/executor/common_usb.h b/executor/common_usb.h index 687baf095..34e3e3166 100644 --- a/executor/common_usb.h +++ b/executor/common_usb.h @@ -85,9 +85,9 @@ struct usb_raw_init { }; enum usb_raw_event_type { - USB_RAW_EVENT_INVALID, - USB_RAW_EVENT_CONNECT, - USB_RAW_EVENT_CONTROL, + USB_RAW_EVENT_INVALID = 0, + USB_RAW_EVENT_CONNECT = 1, + USB_RAW_EVENT_CONTROL = 2, }; struct usb_raw_event { |
