mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
iPod Classic: set initial USB current limit to 500mA
Change-Id: Ie56951457e45da04d8e93b53f5cc8f80f9a69de3
This commit is contained in:
parent
5c67ebbc33
commit
ead38dbc9d
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ void power_init(void)
|
||||||
| (0xe << 12) /* route D- to ADC2: off */
|
| (0xe << 12) /* route D- to ADC2: off */
|
||||||
| (0x0 << 16) /* USB related input, POL pin ??? */
|
| (0x0 << 16) /* USB related input, POL pin ??? */
|
||||||
| (0x0 << 20) /* USB related input, !CHRG pin ??? */
|
| (0x0 << 20) /* USB related input, !CHRG pin ??? */
|
||||||
| (0xe << 24) /* HPWR: 100mA */
|
| (0xf << 24) /* HPWR: 500mA */
|
||||||
| (0xe << 28); /* USB suspend: off */
|
| (0xe << 28); /* USB suspend: off */
|
||||||
|
|
||||||
PCONC = (PCONC & 0xffff0000)
|
PCONC = (PCONC & 0xffff0000)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue