forked from len0rd/rockbox
Onda VX747: add USBPOWER_BUTTON and USBPOWER_BTN_IGNORE
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24072 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
685f14d311
commit
3ee23bab61
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@ enum {
|
||||||
#elif CONFIG_KEYPAD == COWON_D2_PAD
|
#elif CONFIG_KEYPAD == COWON_D2_PAD
|
||||||
#define USBPOWER_BUTTON BUTTON_MENU
|
#define USBPOWER_BUTTON BUTTON_MENU
|
||||||
#define USBPOWER_BTN_IGNORE BUTTON_MINUS
|
#define USBPOWER_BTN_IGNORE BUTTON_MINUS
|
||||||
|
#elif CONFIG_KEYPAD == ONDAVX747_PAD
|
||||||
|
#define USBPOWER_BUTTON BUTTON_VOL_UP
|
||||||
|
#define USBPOWER_BTN_IGNORE BUTTON_VOL_DOWN
|
||||||
#endif
|
#endif
|
||||||
#endif /* HAVE_USB_POWER */
|
#endif /* HAVE_USB_POWER */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue