summaryrefslogtreecommitdiffstats
path: root/firmware/export/config/agptekrocker.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-15 10:18:16 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-15 10:18:16 -0400
commitd544ce46a78c834492ae1116cd1d1e47cb9d8cb0 (patch)
tree8b17557587863e497f7aee421efe86192ec0ea4e /firmware/export/config/agptekrocker.h
parent4873a1ac6177cf7319160d4fa290fe2b17615763 (diff)
downloadrockbox-d544ce46a7.tar.gz
rockbox-d544ce46a7.zip
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
Diffstat (limited to 'firmware/export/config/agptekrocker.h')
-rw-r--r--firmware/export/config/agptekrocker.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config/agptekrocker.h b/firmware/export/config/agptekrocker.h
index f0e98d4db2..3323124900 100644
--- a/firmware/export/config/agptekrocker.h
+++ b/firmware/export/config/agptekrocker.h
@@ -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"