mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
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:
parent
fc4fff0b81
commit
60f581e8f5
30 changed files with 224 additions and 156 deletions
|
|
@ -13083,7 +13083,7 @@
|
|||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_IBASSO_USB_MODE
|
||||
id: LANG_USB_MODE
|
||||
desc: in Settings -> General -> System -> USB Mode
|
||||
user: core
|
||||
<source>
|
||||
|
|
@ -13103,7 +13103,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>
|
||||
|
|
@ -13137,7 +13137,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>
|
||||
|
|
@ -13236,7 +13236,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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue