summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-08-23 09:38:29 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-08-26 11:59:01 -0400
commitb2386405b995ecb0b57addf743a128ee3c5b0a35 (patch)
tree2474e78b8b8005eb24a351bcc7788d2d77db5ec1 /firmware/export
parent93c98606f188768202e889a27c8a39f71b4d2176 (diff)
downloadrockbox-b2386405b995ecb0b57addf743a128ee3c5b0a35.tar.gz
rockbox-b2386405b995ecb0b57addf743a128ee3c5b0a35.zip
xduoox3: Disable bootloader USB mode entirely
It's not yet working and because all storage is removable (and the OF works fine) it's of limited utility aynway. Change-Id: I8a6a59ac16503d0f4574c3934f473cac54e86858
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/xduoox3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/xduoox3.h b/firmware/export/config/xduoox3.h
index 6cc1aa2e57..ea86e60d59 100644
--- a/firmware/export/config/xduoox3.h
+++ b/firmware/export/config/xduoox3.h
@@ -185,7 +185,7 @@
185 185
186/* enable these for the experimental usb stack */ 186/* enable these for the experimental usb stack */
187#define HAVE_USBSTACK 187#define HAVE_USBSTACK
188#define HAVE_BOOTLOADER_USB_MODE 188//#define HAVE_BOOTLOADER_USB_MODE
189 189
190/* Connect by events, not by tick polling */ 190/* Connect by events, not by tick polling */
191#define USB_STATUS_BY_EVENT 191#define USB_STATUS_BY_EVENT