New USB charging system, part 3 (end of rework) - Default to usb charging on
It should now be safe to default the USB charging setting to "on" on targets which support it at all - it will only charge when connected to a host which has acknowleged its requirement for 500mA of power. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26595 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2eb0142587
commit
055f4c3b63
1 changed files with 1 additions and 1 deletions
|
@ -1548,7 +1548,7 @@ const struct settings_list settings[] = {
|
|||
TEXT_SETTING(0,kbd_file,"kbd","-",ROCKBOX_DIR "/",".kbd"),
|
||||
#endif
|
||||
#ifdef HAVE_USB_CHARGING_ENABLE
|
||||
CHOICE_SETTING(0, usb_charging, LANG_USB_CHARGING, 0, "usb charging",
|
||||
CHOICE_SETTING(0, usb_charging, LANG_USB_CHARGING, 1, "usb charging",
|
||||
"off,on,force", NULL, 3, ID2P(LANG_SET_BOOL_NO),
|
||||
ID2P(LANG_SET_BOOL_YES), ID2P(LANG_FORCE)),
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue