diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/common_usb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/executor/common_usb.h b/executor/common_usb.h index 7b16f9849..638e8bb85 100644 --- a/executor/common_usb.h +++ b/executor/common_usb.h @@ -77,8 +77,6 @@ static bool parse_usb_descriptor(char* buffer, size_t length, struct usb_device_ enum usb_raw_event_type { USB_RAW_EVENT_INVALID, USB_RAW_EVENT_CONNECT, - USB_RAW_EVENT_DISCONNECT, - USB_RAW_EVENT_SUSPEND, USB_RAW_EVENT_CONTROL, }; |
