1
0
Fork 0
forked from len0rd/rockbox

usb: Add ability to prompt user about what to do upon usb insertion

v3: Add in config option
 v4: Bugfixes
 v5: Force a redraw upon exiting
 v6: keypress-in-chargeonly mode enables mass storage (and vice versa)
 v7: Fix bootloader builds
 v8: Update manual, and have bootloader respect keypresses
 v9: Change default to mass storage (ie no change in behavior)

 todo:
  * test-build dx50/dx90
  * Switch from yes/no to proper menu?
  * prevent WPS progress bar from drawing over us

Change-Id: I82e0ccb08497b7a5aa756ce77f1332ee963703a7

...

Change-Id: I7946cf240b18a4fa8ace5e25e1eb6e97b8b12d7c
This commit is contained in:
Solomon Peachy 2020-11-02 08:10:15 -05:00
parent fc4fff0b81
commit 60f581e8f5
30 changed files with 224 additions and 156 deletions

View file

@ -12517,7 +12517,7 @@
</voice>
</phrase>
<phrase>
id: LANG_IBASSO_USB_MODE_CHARGE
id: LANG_USB_MODE_CHARGE
desc: in Settings -> General -> System -> USB Mode: Charge Only
user: core
<source>
@ -12551,7 +12551,7 @@
</voice>
</phrase>
<phrase>
id: LANG_IBASSO_USB_MODE
id: LANG_USB_MODE
desc: in Settings -> General -> System -> USB Mode
user: core
<source>
@ -12619,7 +12619,7 @@
</voice>
</phrase>
<phrase>
id: LANG_IBASSO_USB_MODE_MASS_STORAGE
id: LANG_USB_MODE_MASS_STORAGE
desc: in Settings -> General -> System -> USB Mode: Mass Storage
user: core
<source>
@ -12636,7 +12636,7 @@
</voice>
</phrase>
<phrase>
id: LANG_IBASSO_USB_MODE_ADB
id: LANG_USB_MODE_ADB
desc: in Settings -> General -> System -> USB Mode: Android Debug Bridge
user: core
<source>