From bb3b57f64594ba517e06add4cfeff72b2b06e65b Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Fri, 17 Jul 2009 22:07:06 +0000 Subject: make ELIO_TPJ1022 bootloader compile again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21932 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-tpj1022.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/config-tpj1022.h b/firmware/export/config-tpj1022.h index c0df0a34d8..d5f348132a 100644 --- a/firmware/export/config-tpj1022.h +++ b/firmware/export/config-tpj1022.h @@ -83,7 +83,7 @@ #define BATTERY_TYPES_COUNT 1 /* only one type */ /* Hardware controlled charging? FIXME */ -//#define CONFIG_CHARGING CHARGING_SIMPLE +#define CONFIG_CHARGING CHARGING_SIMPLE /* define this if the unit can be powered or charged via USB */ /*#define HAVE_USB_POWER*/ @@ -124,6 +124,13 @@ /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_ARC +/* define this if the unit can be powered or charged via USB */ +#define HAVE_USB_POWER + +/* enable these for the experimental usb stack ROOLKU */ +#define HAVE_USBSTACK +#define USB_VENDOR_ID 0x07B4 +#define USB_PRODUCT_ID 0x0280 /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL -- cgit v1.2.3