forked from len0rd/rockbox
Enable the EXTON and CHG wakeup again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8334 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cb01be69a6
commit
e5f129728e
1 changed files with 4 additions and 1 deletions
|
@ -281,7 +281,10 @@ void pcf50606_init(void)
|
|||
|
||||
set_voltages();
|
||||
|
||||
/* Backlight PWM = 512Hz 50/50 */
|
||||
pcf50606_write(0x08, 0x60); /* Wake on USB and charger insertion */
|
||||
pcf50606_write(0x09, 0x05); /* USB and ON key debounce: 14ms */
|
||||
|
||||
/* Backlight PWM = 512Hz 50/50 */
|
||||
/*pcf50606_write(0x35, 0x13);*/
|
||||
pcf50606_set_bl_pwm(9);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue