mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
FS#9295: Detect external power supply for ipod 1st & 2nd gen (Mark Fawcus)
Change-Id: I7b64c37ead60152c8a12556cfa344e225abc1980
This commit is contained in:
parent
6f92c498c4
commit
5d1d431b97
2 changed files with 3 additions and 3 deletions
|
|
@ -66,7 +66,7 @@ unsigned int power_input_status(void)
|
|||
if ((GPIOD_INPUT_VAL & 0x08) != 0)
|
||||
status |= POWER_INPUT_USB_CHARGER;
|
||||
/* */
|
||||
#elif defined(IPOD_3G)
|
||||
#elif defined(IPOD_3G) || defined(IPOD_1G2G)
|
||||
/* firewire power */
|
||||
if ((GPIOC_INPUT_VAL & 0x10) == 0)
|
||||
status = POWER_INPUT_MAIN_CHARGER;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue