From 80aca15c2a73c53f0ae91d31ebc042443738ecfc Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Tue, 5 Nov 2019 14:58:48 +0100 Subject: executor: update the list of raw usb events The number of reported event types changed. --- executor/common_usb.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'executor/common_usb.h') 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, }; -- cgit mrf-deployment