diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-11-05 14:58:48 +0100 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2019-11-05 15:11:22 +0100 |
| commit | 80aca15c2a73c53f0ae91d31ebc042443738ecfc (patch) | |
| tree | 81739a08ee75a8f6a8577503320df1ff53fbf289 /executor | |
| parent | 0f3ec414b986caeb05e198240389925eae978ab8 (diff) | |
executor: update the list of raw usb events
The number of reported event types changed.
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, }; |
