1
0
Fork 0
forked from len0rd/rockbox

Add the define for the usb stack (in comment) on targets that can be used for it.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14498 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2007-08-29 00:20:01 +00:00
parent 924e906c27
commit c04dd32772
9 changed files with 45 additions and 2 deletions

View file

@ -148,12 +148,15 @@
#define FIRMWARE_OFFSET_FILE_DATA 0x8
/* #define USB_IPODSTYLE */
/*#define HAVE_USBSTACK*/
#define USBSTACK_CAPS CONTROLLER_DEVICE
/* USB On-the-go */
#define CONFIG_USBOTG USBOTG_ARC
/* enable these for the experimental usb stack
#define HAVE_USBSTACK
#define USBSTACK_CAPS CONTROLLER_DEVICE
*/
/* Virtual LED (icon) */
#define CONFIG_LED LED_VIRTUAL

View file

@ -148,6 +148,11 @@
/* USB On-the-go */
#define CONFIG_USBOTG USBOTG_ARC
/* enable these for the experimental usb stack
#define HAVE_USBSTACK
#define USBSTACK_CAPS CONTROLLER_DEVICE
*/
/* Virtual LED (icon) */
#define CONFIG_LED LED_VIRTUAL

View file

@ -131,6 +131,11 @@
/* USB On-the-go */
#define CONFIG_USBOTG USBOTG_ARC
/* enable these for the experimental usb stack
#define HAVE_USBSTACK
#define USBSTACK_CAPS CONTROLLER_DEVICE
*/
/* Virtual LED (icon) */
#define CONFIG_LED LED_VIRTUAL

View file

@ -130,6 +130,11 @@
/* USB On-the-go */
#define CONFIG_USBOTG USBOTG_ARC
/* enable these for the experimental usb stack
#define HAVE_USBSTACK
#define USBSTACK_CAPS CONTROLLER_DEVICE
*/
/* Virtual LED (icon) */
#define CONFIG_LED LED_VIRTUAL

View file

@ -121,6 +121,11 @@
/* USB On-the-go */
#define CONFIG_USBOTG USBOTG_ARC
/* enable these for the experimental usb stack
#define HAVE_USBSTACK
#define USBSTACK_CAPS CONTROLLER_DEVICE
*/
/* Virtual LED (icon) */
#define CONFIG_LED LED_VIRTUAL

View file

@ -126,6 +126,11 @@
/* USB On-the-go */
#define CONFIG_USBOTG USBOTG_ARC
/* enable these for the experimental usb stack
#define HAVE_USBSTACK
#define USBSTACK_CAPS CONTROLLER_DEVICE
*/
/* Virtual LED (icon) */
#define CONFIG_LED LED_VIRTUAL

View file

@ -126,6 +126,11 @@
/* USB On-the-go */
#define CONFIG_USBOTG USBOTG_ARC
/* enable these for the experimental usb stack
#define HAVE_USBSTACK
#define USBSTACK_CAPS CONTROLLER_DEVICE
*/
/* Virtual LED (icon) */
#define CONFIG_LED LED_VIRTUAL

View file

@ -127,6 +127,11 @@
/* USB On-the-go */
#define CONFIG_USBOTG USBOTG_ARC
/* enable these for the experimental usb stack
#define HAVE_USBSTACK
#define USBSTACK_CAPS CONTROLLER_DEVICE
*/
/* Virtual LED (icon) */
#define CONFIG_LED LED_VIRTUAL

View file

@ -131,6 +131,11 @@
/* USB On-the-go */
#define CONFIG_USBOTG USBOTG_ARC
/* enable these for the experimental usb stack
#define HAVE_USBSTACK
#define USBSTACK_CAPS CONTROLLER_DEVICE
*/
/* Virtual LED (icon) */
#define CONFIG_LED LED_VIRTUAL