mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Change USB HID mode string from just "Multimedia Mode" (or similar) to say "USB keypad mode: Multimedia" (or similar).
This will hopefully reduce the huge confusion from new users who think that multimedia mode means it's doing MTP or some other thing which is not MSC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25132 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2a9c42d1ed
commit
86dc6c1204
2 changed files with 18 additions and 13 deletions
|
|
@ -12688,15 +12688,15 @@
|
|||
user: core
|
||||
<source>
|
||||
*: none
|
||||
usb_hid: "Multimedia Mode"
|
||||
usb_hid: "Multimedia"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
usb_hid: "Multimedia Mode"
|
||||
usb_hid: "Multimedia"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
usb_hid: "Multimedia Mode"
|
||||
usb_hid: "Multimedia"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -12705,15 +12705,15 @@
|
|||
user: core
|
||||
<source>
|
||||
*: none
|
||||
usb_hid: "Presentation Mode"
|
||||
usb_hid: "Presentation"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
usb_hid: "Presentation Mode"
|
||||
usb_hid: "Presentation"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
usb_hid: "Presentation Mode"
|
||||
usb_hid: "Presentation"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -12722,15 +12722,15 @@
|
|||
user: core
|
||||
<source>
|
||||
*: none
|
||||
usb_hid: "Browser Mode"
|
||||
usb_hid: "Browser"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
usb_hid: "Browser Mode"
|
||||
usb_hid: "Browser"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
usb_hid: "Browser Mode"
|
||||
usb_hid: "Browser"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
@ -12739,15 +12739,15 @@
|
|||
user: core
|
||||
<source>
|
||||
*: none
|
||||
usb_hid: "Mouse Mode"
|
||||
usb_hid: "Mouse"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
usb_hid: "Mouse Mode"
|
||||
usb_hid: "Mouse"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
usb_hid: "Mouse Mode"
|
||||
usb_hid: "Mouse"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue