1
0
Fork 0
forked from len0rd/rockbox

iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default for now.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23285 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sparmann 2009-10-20 06:37:07 +00:00
parent 3ad3bec0ad
commit d03fe64dcf
7 changed files with 790 additions and 60 deletions

View file

@ -109,6 +109,10 @@ static void try_reboot(void)
#endif /* CONFIG_CPU */
#endif /* IPOD_ARCH */
#ifdef IPOD_NANO2G
memcpy((void *)0x0002bf00, "diskmodehotstuff\1\0\0\0", 20);
#endif
system_reboot(); /* Reboot */
}
#endif /* USB_FIRWIRE_HANDLING || (HAVE_USBSTACK && !USE_ROCKBOX_USB) */