Firewire detection with reboot into diskmode for all iPods that support it (all but Nano and Video). * Hack for compiling iPod G3 removed. * Code cleanup.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14131 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2007-08-01 22:44:02 +00:00
parent a049fa7c82
commit cb896cdd04
8 changed files with 113 additions and 30 deletions

View file

@ -31,7 +31,11 @@ usblogo.176x48x16.bmp
usblogo.128x37x16.bmp
#endif
#elif LCD_DEPTH > 1 /* greyscale */
#ifdef IPOD_1G2G /* use firewire logo */
usblogo.fw.128x39x2.bmp
#else
usblogo.128x33x2.bmp
#endif
#else /* monochrome */
#if LCD_WIDTH == 112
usblogo.100x20x1.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB