summaryrefslogtreecommitdiff
path: root/firmware/export/config-tpj1022.h
diff options
context:
space:
mode:
authorRobert Kukla <roolku@rockbox.org>2009-07-17 22:07:06 +0000
committerRobert Kukla <roolku@rockbox.org>2009-07-17 22:07:06 +0000
commitbb3b57f64594ba517e06add4cfeff72b2b06e65b (patch)
treec658627a2c6f77002956a3a1d3631becfc7fefc5 /firmware/export/config-tpj1022.h
parentfd17a8d637dd13ac8a9836d42b70d1e3eecd56f5 (diff)
downloadrockbox-bb3b57f64594ba517e06add4cfeff72b2b06e65b.tar.gz
rockbox-bb3b57f64594ba517e06add4cfeff72b2b06e65b.zip
make ELIO_TPJ1022 bootloader compile again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21932 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-tpj1022.h')
-rw-r--r--firmware/export/config-tpj1022.h9
1 files changed, 8 insertions, 1 deletions
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 @@
83#define BATTERY_TYPES_COUNT 1 /* only one type */ 83#define BATTERY_TYPES_COUNT 1 /* only one type */
84 84
85/* Hardware controlled charging? FIXME */ 85/* Hardware controlled charging? FIXME */
86//#define CONFIG_CHARGING CHARGING_SIMPLE 86#define CONFIG_CHARGING CHARGING_SIMPLE
87 87
88/* define this if the unit can be powered or charged via USB */ 88/* define this if the unit can be powered or charged via USB */
89/*#define HAVE_USB_POWER*/ 89/*#define HAVE_USB_POWER*/
@@ -124,6 +124,13 @@
124/* USB On-the-go */ 124/* USB On-the-go */
125#define CONFIG_USBOTG USBOTG_ARC 125#define CONFIG_USBOTG USBOTG_ARC
126 126
127/* define this if the unit can be powered or charged via USB */
128#define HAVE_USB_POWER
129
130/* enable these for the experimental usb stack ROOLKU */
131#define HAVE_USBSTACK
132#define USB_VENDOR_ID 0x07B4
133#define USB_PRODUCT_ID 0x0280
127/* Virtual LED (icon) */ 134/* Virtual LED (icon) */
128#define CONFIG_LED LED_VIRTUAL 135#define CONFIG_LED LED_VIRTUAL
129 136