summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2008-04-14 17:06:32 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2008-04-14 17:06:32 +0000
commitdf243a124bbe7b79d8141b76d9889dd2e6751a60 (patch)
treeee1f1d07e5a8e07bd2fc334633bf9b14a16ede55
parent67ef381ae2a6edd30a9fc2551bf5d483721513e5 (diff)
downloadrockbox-df243a124bbe7b79d8141b76d9889dd2e6751a60.tar.gz
rockbox-df243a124bbe7b79d8141b76d9889dd2e6751a60.zip
Undo r17095. A bug report clearly showed this power supply is also needed for accessories on 5G/5.5G. A more sophisticated solution is needed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17111 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/drivers/pcf50605.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/pcf50605.c b/firmware/drivers/pcf50605.c
index 59b3d25e30..7d88e46aa2 100644
--- a/firmware/drivers/pcf50605.c
+++ b/firmware/drivers/pcf50605.c
@@ -99,7 +99,7 @@ void pcf50605_init(void)
99 /* keep initialization from svn for other iPods */ 99 /* keep initialization from svn for other iPods */
100 pcf50605_write(PCF5060X_D1REGC1, 0xf5); /* 3.0V ON */ 100 pcf50605_write(PCF5060X_D1REGC1, 0xf5); /* 3.0V ON */
101 pcf50605_write(PCF5060X_D3REGC1, 0xf5); /* 3.0V ON */ 101 pcf50605_write(PCF5060X_D3REGC1, 0xf5); /* 3.0V ON */
102#endif
102 /* Dock Connector pin 17 (default: OFF) */ 103 /* Dock Connector pin 17 (default: OFF) */
103 pcf50605_write(PCF5060X_D2REGC1, 0xf8); /* 3.3V ON */ 104 pcf50605_write(PCF5060X_D2REGC1, 0xf8); /* 3.3V ON */
104#endif
105} 105}