FS#10327: Patch by Frederick Full to fix the scrollwheel and default
controls in Rockbox on the Fuze. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21286 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
80b074e39a
commit
adb55c518b
3 changed files with 6 additions and 3 deletions
|
@ -158,10 +158,12 @@ static void setoptions (void)
|
|||
options.DOWN=BUTTON_DOWN;
|
||||
|
||||
options.A=BUTTON_SELECT;
|
||||
options.B=BUTTON_LEFT;
|
||||
options.B=BUTTON_HOME;
|
||||
options.START=BUTTON_SCROLL_BACK;
|
||||
options.SELECT=BUTTON_SCROLL_FWD;
|
||||
options.MENU=BUTTON_HOME;
|
||||
options.MENU=BUTTON_POWER;
|
||||
options.LEFT=BUTTON_LEFT;
|
||||
options.RIGHT=BUTTON_RIGHT;
|
||||
|
||||
#elif CONFIG_KEYPAD == SANSA_C200_PAD
|
||||
options.UP=BUTTON_UP;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "hw.h"
|
||||
#include "config.h"
|
||||
|
||||
#if CONFIG_KEYPAD == SANSA_E200_PAD
|
||||
#if CONFIG_KEYPAD == SANSA_E200_PAD || SANSA_FUZE_PAD
|
||||
#define ROCKBOY_SCROLLWHEEL
|
||||
#define ROCKBOY_SCROLLWHEEL_CC BUTTON_SCROLL_BACK
|
||||
#define ROCKBOY_SCROLLWHEEL_CW BUTTON_SCROLL_FWD
|
||||
|
|
|
@ -470,6 +470,7 @@ Marko Pahlke
|
|||
Vytenis Sabelka
|
||||
Nicolas Pitre
|
||||
Benedikt Goos
|
||||
Frederick Full
|
||||
|
||||
The libmad team
|
||||
The wavpack team
|
||||
|
|
Loading…
Reference in a new issue