mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Usb Stack: only setup packet handling, and not enabled by default as there is a lot to do.
* settings code is not fully ready -> changing device driver has no effect * clean ups * check copyriths * find a way to detect IN transfers * support for full and highspeed * ... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14470 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9305c86f5b
commit
8181a0c905
29 changed files with 4585 additions and 72 deletions
|
|
@ -11156,3 +11156,73 @@
|
|||
recording: ""
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_USBSTACK
|
||||
desc: in settings_menu
|
||||
user:
|
||||
<source>
|
||||
*: "USB Stack"
|
||||
</source>
|
||||
<dest>
|
||||
*: "USB Stack"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "USB Stack"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_USBSTACK_MODE
|
||||
desc: in usbstack settings
|
||||
user:
|
||||
<source>
|
||||
*: "USB Stack Mode"
|
||||
</source>
|
||||
<dest>
|
||||
*: "USB Stack Mode"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "USB Stack Mode"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_USBSTACK_DEVICE
|
||||
desc: in usbstack settings
|
||||
user:
|
||||
<source>
|
||||
*: "Device"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Device"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Device"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_USBSTACK_HOST
|
||||
desc: in usbstack settings
|
||||
user:
|
||||
<source>
|
||||
*: "Host"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Host"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Host"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_USBSTACK_DEVICE_DRIVER
|
||||
desc: in usbstack settings
|
||||
user:
|
||||
<source>
|
||||
*: "Device Driver"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Device Driver"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Device Driver"
|
||||
</voice>
|
||||
</phrase>
|
||||
Loading…
Add table
Add a link
Reference in a new issue