mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
hosted: Unify the USB code for the hiby-based players.
* Specify exported USB VID/PID in target config header * Don't fail if the sd filesystem has already been remounted (ie due to platform hotplug) Change-Id: Ifd2dae0c4f15086bf2bf89eb093018b3c4d2b75d
This commit is contained in:
parent
4873a1ac61
commit
d544ce46a7
8 changed files with 23 additions and 242 deletions
|
|
@ -131,3 +131,7 @@
|
|||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||
#define BOOTDIR "/.rockbox"
|
||||
|
||||
/* USB */
|
||||
#define USB_VID_STR "C502"
|
||||
#define USB_PID_STR "003C" // XXX this is probably wrong
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue