summaryrefslogtreecommitdiff
path: root/firmware/export/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/usb.h')
-rw-r--r--firmware/export/usb.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index aceecb55ae..a3425dae2f 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -33,10 +33,7 @@
33enum { 33enum {
34 USB_EXTRACTED = 0, /* Event+State */ 34 USB_EXTRACTED = 0, /* Event+State */
35 USB_INSERTED, /* Event+State */ 35 USB_INSERTED, /* Event+State */
36#if defined(HAVE_USB_POWER) || defined(USB_DETECT_BY_DRV) || \ 36 USB_POWERED, /* Event+State - transitional indicator if no power */
37 defined(USB_DETECT_BY_CORE)
38 USB_POWERED, /* Event+State */
39#endif
40#if defined(USB_DETECT_BY_DRV) || defined(USB_DETECT_BY_CORE) 37#if defined(USB_DETECT_BY_DRV) || defined(USB_DETECT_BY_CORE)
41 USB_UNPOWERED, /* Event */ 38 USB_UNPOWERED, /* Event */
42#endif 39#endif