summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-01-26 22:53:05 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-01-26 22:53:05 +0000
commitea8bbe3df678d6007bf4ae693fba7c05ec41b79c (patch)
tree6fa807b9669a8070c3f8cc070c28448b25703d9f /firmware/export/config-h300.h
parentb579c631b9b9b1f695d26d5372b0b1dc1b08024f (diff)
downloadrockbox-ea8bbe3df678d6007bf4ae693fba7c05ec41b79c.tar.gz
rockbox-ea8bbe3df678d6007bf4ae693fba7c05ec41b79c.zip
Enable USB charging mode on H300, hold Rec when inserting the USB connector to not enter USB mode. This may not always work, since we don't yet know how to control the charging chip correctly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8460 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index d57975d45d..88feb9d649 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -110,4 +110,7 @@
110 110
111#define HAVE_BACKLIGHT_BRIGHTNESS 111#define HAVE_BACKLIGHT_BRIGHTNESS
112 112
113/* define this if the unit can be powered or charged via USB */
114#define HAVE_USB_POWER
115
113#endif 116#endif