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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index 2707541bff..911fa931d9 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -89,6 +89,9 @@ enum {
89#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD 89#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
90#define USBPOWER_BUTTON BUTTON_RIGHT 90#define USBPOWER_BUTTON BUTTON_RIGHT
91#define USBPOWER_BTN_IGNORE BUTTON_LEFT 91#define USBPOWER_BTN_IGNORE BUTTON_LEFT
92#elif CONFIG_KEYPAD == COWOND2_PAD
93#define USBPOWER_BUTTON BUTTON_MENU
94#define USBPOWER_BTN_IGNORE BUTTON_MINUS
92#endif 95#endif
93#endif /* HAVE_USB_POWER */ 96#endif /* HAVE_USB_POWER */
94 97