summaryrefslogtreecommitdiff
path: root/firmware/export/usb.h
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-10-18 19:30:54 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-10-18 19:30:54 +0000
commit057806f67a6a8f79a003fd15db06937999a3edc5 (patch)
treef3e4fef8d284b9c603e63896deebaa66509c89f3 /firmware/export/usb.h
parentdc521b5d48e11fbccbea07b450e21f63c28066ef (diff)
downloadrockbox-057806f67a6a8f79a003fd15db06937999a3edc5.tar.gz
rockbox-057806f67a6a8f79a003fd15db06937999a3edc5.zip
HDD6330: Try to adapt the keys for the new touchpad code, remove the non existing buttons, enable morse input.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28306 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/usb.h')
-rw-r--r--firmware/export/usb.h2
1 files changed, 1 insertions, 1 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