forked from len0rd/rockbox
Initial suppport for building Rockbox for Neo. The Neo has a different
key layout so we need to check for this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4138 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ca71062221
commit
8e43ccbec6
10 changed files with 130 additions and 70 deletions
|
@ -138,6 +138,7 @@ void init(void)
|
|||
|
||||
powermgmt_init();
|
||||
|
||||
#ifdef HAVE_BATTERIES
|
||||
if (coldstart && charger_inserted())
|
||||
{
|
||||
rc = charging_screen(); /* display a "charging" screen */
|
||||
|
@ -145,6 +146,7 @@ void init(void)
|
|||
power_off();
|
||||
/* "On" pressed or USB connected: proceed */
|
||||
}
|
||||
#endif
|
||||
|
||||
rc = ata_init();
|
||||
if(rc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue