aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common_usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common_usb.h')
-rw-r--r--executor/common_usb.h2
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,
};