summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2020-11-02 21:30:41 -0500
committerWilliam Wilgus <wilgus.william@gmail.com>2020-11-02 21:38:13 -0500
commit611c18704cf8a8866235e4b7fe93f17e8a2614c4 (patch)
tree3771436138ce71ef5ecc08307ae6a1847b57c1bf /firmware/export/config
parent0c99a3f9fb9db2e2ab96a69b5adc100462e72843 (diff)
downloadrockbox-611c18704cf8a8866235e4b7fe93f17e8a2614c4.tar.gz
rockbox-611c18704cf8a8866235e4b7fe93f17e8a2614c4.zip
FuzePlus USB+screen dump overflows usbstack
Bump USB stack by 128 bytes adds USB_EXTRA_STACK Change-Id: I12839edbe889c878482081cf59fc6540384673ac
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansafuzeplus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index 4b3591931f..a853cb13b5 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -193,6 +193,7 @@
193 193
194/* enable these for the experimental usb stack */ 194/* enable these for the experimental usb stack */
195#define HAVE_USBSTACK 195#define HAVE_USBSTACK
196#define USB_EXTRA_STACK 0x80
196//#define USB_HANDLED_BY_OF 197//#define USB_HANDLED_BY_OF
197#define USB_VENDOR_ID 0x0781 198#define USB_VENDOR_ID 0x0781
198#define USB_PRODUCT_ID 0x74e1 199#define USB_PRODUCT_ID 0x74e1