diff options
author | Mark Arigo <markarigo@gmail.com> | 2009-06-19 03:23:38 +0000 |
---|---|---|
committer | Mark Arigo <markarigo@gmail.com> | 2009-06-19 03:23:38 +0000 |
commit | a61196fd3ae5ebd71134da8eb10e3189403c116f (patch) | |
tree | 7ce78201cb299ebfd6ac92f490776072c47a9e03 /firmware/export/usb.h | |
parent | 6a0d931f383259b4b82fcfd1cc87700f53bbcb02 (diff) |
Philips SA9200: Working touchpad and button lights! Also, improvements to the keymap (still needs work).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21346 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/usb.h')
-rw-r--r-- | firmware/export/usb.h | 6 |
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 { #elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ (CONFIG_KEYPAD == SANSA_C200_PAD) || \ (CONFIG_KEYPAD == SANSA_CLIP_PAD) || \ - (CONFIG_KEYPAD == SANSA_FUZE_PAD) || \ - (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) + (CONFIG_KEYPAD == SANSA_FUZE_PAD) #define USBPOWER_BUTTON BUTTON_SELECT #define USBPOWER_BTN_IGNORE BUTTON_POWER +#elif (CONFIG_KEYPAD == PHILIPS_SA9200_PAD) +#define USBPOWER_BUTTON BUTTON_PLAY +#define USBPOWER_BTN_IGNORE BUTTON_POWER #elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD #define USBPOWER_BUTTON BUTTON_PLAYLIST #define USBPOWER_BTN_IGNORE BUTTON_POWER |