diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-01-11 00:49:54 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-01-11 00:49:54 +0000 |
commit | 08e06110dc93fa4aebe1d2785fe0cd43a7d3df8a (patch) | |
tree | 65c8990111d722c44049b0d103ca17eb5c5b7ef1 | |
parent | b69ec52d2da752f6270eaa64808cc8135f324375 (diff) |
Reverted the wakeup/debounce PCF50606 settings for now
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8329 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/drivers/pcf50606.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/drivers/pcf50606.c b/firmware/drivers/pcf50606.c index 2504498440..cb05d25345 100644 --- a/firmware/drivers/pcf50606.c +++ b/firmware/drivers/pcf50606.c @@ -281,9 +281,6 @@ void pcf50606_init(void) set_voltages(); - pcf50606_write(0x08, 0x60); /* Wake on USB and charger insertion */ - pcf50606_write(0x09, 0x60); /* USB and ON key debounce: 14ms */ - /* Backlight PWM = 512Hz 50/50 */ /*pcf50606_write(0x35, 0x13);*/ pcf50606_set_bl_pwm(9); |