diff options
| author | Nils Wallménius <nils@rockbox.org> | 2009-03-21 14:49:35 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2009-03-21 14:49:35 +0000 |
| commit | 7aaffa51d6bd36e7be9d6895d9310f0d8fea8dfd (patch) | |
| tree | 6a04596e8c64f628b20782519809d1ddd633abc2 /apps/features.txt | |
| parent | 277ce9ae73b6a87221d6fdd9764314b922d90fe7 (diff) | |
| download | rockbox-7aaffa51d6bd36e7be9d6895d9310f0d8fea8dfd.zip rockbox-7aaffa51d6bd36e7be9d6895d9310f0d8fea8dfd.tar.gz rockbox-7aaffa51d6bd36e7be9d6895d9310f0d8fea8dfd.tar.bz2 rockbox-7aaffa51d6bd36e7be9d6895d9310f0d8fea8dfd.tar.xz | |
Remove duplicated 'usbstack' feature, sort features.txt, deprecate unused left over strings depending on it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20427 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/features.txt')
| -rw-r--r-- | apps/features.txt | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/apps/features.txt b/apps/features.txt index e40273e..b510136 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -4,6 +4,10 @@ version numbers should be updated. It also means that changing defines in the various config*.h files could also break back compatibility */ +#if defined(HAVE_ACCESSORY_SUPPLY) +accessory_supply +#endif + #if defined(HAVE_AGC) agc #endif @@ -143,8 +147,8 @@ rtc scrollwheel #endif -#if defined(HAVE_WHEEL_ACCELERATION) -wheel_acceleration +#if defined(IPOD_ACCESSORY_PROTOCOL) +serial_port #endif #if defined(ARCHOS_RECORDER) || defined(ARCHOS_PLAYER) @@ -155,6 +159,10 @@ soft_shutdown spdif_power #endif +#if defined(HAVE_SPEAKER) +speaker +#endif + #if CONFIG_CODEC == SWCODEC swcodec #else @@ -176,23 +184,11 @@ usb_charging #endif #endif -#if defined(HAVE_USBSTACK) +#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB) usbstack #endif -#if defined(HAVE_ACCESSORY_SUPPLY) -accessory_supply -#endif - -#if defined(IPOD_ACCESSORY_PROTOCOL) -serial_port -#endif - -#if defined(HAVE_SPEAKER) -speaker -#endif - -#if defined(HAVE_USBSTACK) && defined(USE_ROCKBOX_USB) -usbstack +#if defined(HAVE_WHEEL_ACCELERATION) +wheel_acceleration #endif |