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:
Solomon Peachy 2020-10-15 10:18:16 -04:00
parent 4873a1ac61
commit d544ce46a7
8 changed files with 23 additions and 242 deletions

View file

@ -131,3 +131,7 @@
#define BOOTFILE_EXT "rocker"
#define BOOTFILE "rockbox." BOOTFILE_EXT
#define BOOTDIR "/.rockbox"
/* USB */
#define USB_VID_STR "C502"
#define USB_PID_STR "0029"