summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat-s.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gigabeat-s.h')
-rw-r--r--firmware/export/config-gigabeat-s.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index 64f351c1ce..9e6029f00b 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -176,10 +176,12 @@
176/* USB On-the-go */ 176/* USB On-the-go */
177#define CONFIG_USBOTG USBOTG_ARC 177#define CONFIG_USBOTG USBOTG_ARC
178 178
179/* enable these for the experimental usb stack */ 179/* enable these for the usb stack */
180#define USE_ROCKBOX_USB 180#define USE_ROCKBOX_USB
181#define HAVE_USBSTACK 181#define HAVE_USBSTACK
182#define USB_STORAGE 182#define USB_STORAGE
183/* usb stack and driver settings */
184#define USB_PORTSCX_PHY_TYPE PORTSCX_PTS_ULPI
183#define USB_VENDOR_ID 0x0930 185#define USB_VENDOR_ID 0x0930
184#define USB_PRODUCT_ID 0x0010 186#define USB_PRODUCT_ID 0x0010
185 187
@@ -201,7 +203,7 @@
201/* Offset ( in the firmware file's header ) to the real data */ 203/* Offset ( in the firmware file's header ) to the real data */
202#define FIRMWARE_OFFSET_FILE_DATA 8 204#define FIRMWARE_OFFSET_FILE_DATA 8
203 205
204#define HAVE_SERIAL 206//#define HAVE_SERIAL
205#define HAVE_VOLUME_IN_LIST 207#define HAVE_VOLUME_IN_LIST
206 208
207/*Remove Comments from UART_INT to enable the UART interrupts,*/ 209/*Remove Comments from UART_INT to enable the UART interrupts,*/