forked from len0rd/rockbox
The gigabeat S needs special casing so that you can still hold vol down to access its firmware partition. Additionally, the same logic should apply to firewire on the iPods.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29890 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
84b4c46d74
commit
e8c79d65e1
3 changed files with 7 additions and 6 deletions
|
@ -64,7 +64,8 @@ enum {
|
|||
#elif CONFIG_KEYPAD == ONDIO_PAD
|
||||
#define USBPOWER_BUTTON BUTTON_MENU
|
||||
#define USBPOWER_BTN_IGNORE BUTTON_OFF
|
||||
#else
|
||||
/*allow people to define this in config-target.h if they need it*/
|
||||
#elif !defined(USBPOWER_BTN_IGNORE)
|
||||
#define USBPOWER_BTN_IGNORE 0
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue