summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2011-09-13 21:14:11 +0000
committerSzymon Dziok <b0hoon@o2.pl>2011-09-13 21:14:11 +0000
commitdad541a3913856083412b4ca64b1ec09e1a5bf92 (patch)
treebf468431b3773bd50f5b73946e5502375462eb78 /firmware/export
parent036c5fef464ca8bf77c34dbf5793e50478d5f074 (diff)
downloadrockbox-dad541a3913856083412b4ca64b1ec09e1a5bf92.tar.gz
rockbox-dad541a3913856083412b4ca64b1ec09e1a5bf92.zip
HDD6330: fix the behavior of the lcd during shutdown (fading out), disable poweroff while charging for now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30520 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/gogearhdd6330.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/gogearhdd6330.h b/firmware/export/config/gogearhdd6330.h
index b822316172..fc326dac89 100644
--- a/firmware/export/config/gogearhdd6330.h
+++ b/firmware/export/config/gogearhdd6330.h
@@ -157,7 +157,7 @@
157#define CONFIG_I2C I2C_PP5020 157#define CONFIG_I2C I2C_PP5020
158 158
159/* define this if the hardware can be powered off while charging */ 159/* define this if the hardware can be powered off while charging */
160#define HAVE_POWEROFF_WHILE_CHARGING 160/* #define HAVE_POWEROFF_WHILE_CHARGING */
161 161
162/* The start address index for ROM builds */ 162/* The start address index for ROM builds */
163#define ROM_START 0x00000000 163#define ROM_START 0x00000000