forked from len0rd/rockbox
replace USB_IPODSTYLE by USB_HANDLED_BY_OF as that's what it actually means. Fix various configs to use it correctly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20078 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3e7715d2f5
commit
9698c3bb5c
22 changed files with 13 additions and 38 deletions
|
|
@ -85,7 +85,7 @@
|
|||
#include "playback.h"
|
||||
|
||||
#ifdef BOOTFILE
|
||||
#if !defined(USB_NONE) && !defined(USB_IPODSTYLE)
|
||||
#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF)
|
||||
#include "rolo.h"
|
||||
#include "yesno.h"
|
||||
#endif
|
||||
|
|
@ -569,13 +569,13 @@ long default_event_handler_ex(long event, void (*callback)(void *), void *parame
|
|||
{
|
||||
system_flush();
|
||||
#ifdef BOOTFILE
|
||||
#if !defined(USB_NONE) && !defined(USB_IPODSTYLE)
|
||||
#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF)
|
||||
check_bootfile(false); /* gets initial size */
|
||||
#endif
|
||||
#endif
|
||||
usb_screen();
|
||||
#ifdef BOOTFILE
|
||||
#if !defined(USB_NONE) && !defined(USB_IPODSTYLE)
|
||||
#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF)
|
||||
check_bootfile(true);
|
||||
#endif
|
||||
#endif
|
||||
|
|
@ -691,7 +691,7 @@ int get_replaygain_mode(bool have_track_gain, bool have_album_gain)
|
|||
#endif
|
||||
|
||||
#ifdef BOOTFILE
|
||||
#if !defined(USB_NONE) && !defined(USB_IPODSTYLE)
|
||||
#if !defined(USB_NONE) && !defined(USB_HANDLED_BY_OF)
|
||||
/*
|
||||
memorize/compare details about the BOOTFILE
|
||||
we don't use dircache because it may not be up to date after
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue