summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe500.h
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-11-02 04:37:57 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-11-02 04:37:57 +0000
commit02385cb5b02ecd13ee63fb636a8ed65071407b01 (patch)
treeb8d1a58c7676ec0ff6d989f2b6990b6a7dea0a17 /firmware/export/config-mrobe500.h
parent451f9d58f35a2372a119caa4d9ca56879d8aae4c (diff)
downloadrockbox-02385cb5b02ecd13ee63fb636a8ed65071407b01.tar.gz
rockbox-02385cb5b02ecd13ee63fb636a8ed65071407b01.zip
M:Robe 500/M66591 USB improvements: Interrupts now work, a bug in odd-length transfers has been fixed. Buffers that are not initially short aligned are also now supported. Enable USB HID mouse mode.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23483 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-mrobe500.h')
-rw-r--r--firmware/export/config-mrobe500.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index d9dc054524..9d04aac125 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -207,7 +207,7 @@
207/* enable these for the usb stack */ 207/* enable these for the usb stack */
208#define CONFIG_USBOTG USBOTG_M66591 208#define CONFIG_USBOTG USBOTG_M66591
209#define USE_ROCKBOX_USB 209#define USE_ROCKBOX_USB
210//#define USB_ENABLE_SERIAL 210
211#define HAVE_USBSTACK 211#define HAVE_USBSTACK
212//#define HAVE_USB_POWER 212//#define HAVE_USB_POWER
213//#define USBPOWER_BUTTON BUTTON_POWER 213//#define USBPOWER_BUTTON BUTTON_POWER
@@ -216,6 +216,7 @@
216#define USB_NUM_ENDPOINTS 7 216#define USB_NUM_ENDPOINTS 7
217#define USB_VENDOR_ID 0x07b4 217#define USB_VENDOR_ID 0x07b4
218#define USB_PRODUCT_ID 0x0281 218#define USB_PRODUCT_ID 0x0281
219#define HAVE_USB_HID_MOUSE
219 220
220/* Define this if hardware supports alternate blitting */ 221/* Define this if hardware supports alternate blitting */
221#define HAVE_LCD_MODES LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256 222#define HAVE_LCD_MODES LCD_MODE_RGB565 | LCD_MODE_YUV | LCD_MODE_PAL256