summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/usb.h2
-rw-r--r--firmware/target/arm/philips/hdd6330/button-target.h6
2 files changed, 2 insertions, 6 deletions
diff --git a/firmware/export/usb.h b/firmware/export/usb.h
index 55b5f2cffb..3e236bfb9f 100644
--- a/firmware/export/usb.h
+++ b/firmware/export/usb.h
@@ -90,7 +90,7 @@ enum {
90#define USBPOWER_BUTTON BUTTON_PLAYLIST 90#define USBPOWER_BUTTON BUTTON_PLAYLIST
91#define USBPOWER_BTN_IGNORE BUTTON_POWER 91#define USBPOWER_BTN_IGNORE BUTTON_POWER
92#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD 92#elif CONFIG_KEYPAD == PHILIPS_HDD6330_PAD
93#define USBPOWER_BUTTON BUTTON_SELECT 93#define USBPOWER_BUTTON BUTTON_LEFT
94#define USBPOWER_BTN_IGNORE BUTTON_POWER 94#define USBPOWER_BTN_IGNORE BUTTON_POWER
95#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD 95#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
96#define USBPOWER_BUTTON BUTTON_RIGHT 96#define USBPOWER_BUTTON BUTTON_RIGHT
diff --git a/firmware/target/arm/philips/hdd6330/button-target.h b/firmware/target/arm/philips/hdd6330/button-target.h
index 07d8d9b0de..492a5014e5 100644
--- a/firmware/target/arm/philips/hdd6330/button-target.h
+++ b/firmware/target/arm/philips/hdd6330/button-target.h
@@ -53,11 +53,7 @@ void button_int(void);
53#define BUTTON_NEXT 0x00000200 53#define BUTTON_NEXT 0x00000200
54#define BUTTON_PREV 0x00000400 54#define BUTTON_PREV 0x00000400
55#define BUTTON_PLAY 0x00000800 55#define BUTTON_PLAY 0x00000800
56 56#define BUTTON_MAIN 0x00000fff
57#define BUTTON_SELECT 0x00001000
58#define BUTTON_PLAYLIST 0x00002000
59
60#define BUTTON_MAIN 0x00003fff
61 57
62/* No Remote control */ 58/* No Remote control */
63#define BUTTON_REMOTE 0 59#define BUTTON_REMOTE 0