forked from len0rd/rockbox
Creative Zen Vision: fix config file (?!)
If I'm interpreting the git history correctly, the config file for Zen Vision was at some point inadvertently replaced with one for the Zen Vision:M. This deletes the currently unused creativezv.h, and moves its contents into zenvision.h. The config files appear to be identical except for CREATIVE_ZV vs CREATIVE_ZVM define, different keypads (CREATIVEZVM_PAD vs CREATIVEZV_PAD) and BOOTFILE_EXT (zv vs zvm), a different model name and number, as well as different LCD dimensions and DPI. The buttonmap still seems to require adjustment. Change-Id: I9a5e65df750db21be5f5a1ed7a80a50706237781
This commit is contained in:
parent
f1173e07ec
commit
18aa0f6278
4 changed files with 168 additions and 167 deletions
|
@ -33,6 +33,8 @@ mrobe100.c
|
|||
cowon-d2.c
|
||||
#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
|
||||
creative-zvm.c
|
||||
#elif CONFIG_KEYPAD == CREATIVEZV_PAD
|
||||
creative-zv.c
|
||||
#elif CONFIG_KEYPAD == MEIZU_M6SL_PAD
|
||||
meizu-m6sl.c
|
||||
#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue