aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2019-11-05 14:58:48 +0100
committerAndrey Konovalov <andreyknvl@gmail.com>2019-11-05 15:11:22 +0100
commit80aca15c2a73c53f0ae91d31ebc042443738ecfc (patch)
tree81739a08ee75a8f6a8577503320df1ff53fbf289 /pkg/csource
parent0f3ec414b986caeb05e198240389925eae978ab8 (diff)
executor: update the list of raw usb events
The number of reported event types changed.
Diffstat (limited to 'pkg/csource')
-rw-r--r--pkg/csource/generated.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/csource/generated.go b/pkg/csource/generated.go
index bd633e0aa..7931332ad 100644
--- a/pkg/csource/generated.go
+++ b/pkg/csource/generated.go
@@ -1939,8 +1939,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,
};