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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index 557639c622..2707541bff 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -77,10 +77,12 @@ enum {
77#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ 77#elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \
78 (CONFIG_KEYPAD == SANSA_C200_PAD) || \ 78 (CONFIG_KEYPAD == SANSA_C200_PAD) || \
79 (CONFIG_KEYPAD == SANSA_CLIP_PAD) || \ 79 (CONFIG_KEYPAD == SANSA_CLIP_PAD) || \
80 (CONFIG_KEYPAD == SANSA_FUZE_PAD) || \ 80 (CONFIG_KEYPAD == SANSA_FUZE_PAD)
81 (CONFIG_KEYPAD == PHILIPS_SA9200_PAD)
82#define USBPOWER_BUTTON BUTTON_SELECT 81#define USBPOWER_BUTTON BUTTON_SELECT
83#define USBPOWER_BTN_IGNORE BUTTON_POWER 82#define USBPOWER_BTN_IGNORE BUTTON_POWER
83#elif (CONFIG_KEYPAD == PHILIPS_SA9200_PAD)
84#define USBPOWER_BUTTON BUTTON_PLAY
85#define USBPOWER_BTN_IGNORE BUTTON_POWER
84#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD 86#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
85#define USBPOWER_BUTTON BUTTON_PLAYLIST 87#define USBPOWER_BUTTON BUTTON_PLAYLIST
86#define USBPOWER_BTN_IGNORE BUTTON_POWER 88#define USBPOWER_BTN_IGNORE BUTTON_POWER