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 42c0a93016..59c0004416 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -86,6 +86,9 @@ enum {
86#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD 86#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
87#define USBPOWER_BUTTON BUTTON_PLAYLIST 87#define USBPOWER_BUTTON BUTTON_PLAYLIST
88#define USBPOWER_BTN_IGNORE BUTTON_POWER 88#define USBPOWER_BTN_IGNORE BUTTON_POWER
89#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD
90#define USBPOWER_BUTTON BUTTON_SELECT
91#define USBPOWER_BTN_IGNORE BUTTON_POWER
89#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD 92#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
90#define USBPOWER_BUTTON BUTTON_RIGHT 93#define USBPOWER_BUTTON BUTTON_RIGHT
91#define USBPOWER_BTN_IGNORE BUTTON_LEFT 94#define USBPOWER_BTN_IGNORE BUTTON_LEFT