diff options
author | Tobias Diedrich <ranma+coreboot@tdiedrich.de> | 2010-06-28 09:46:13 +0000 |
---|---|---|
committer | Tobias Diedrich <ranma+coreboot@tdiedrich.de> | 2010-06-28 09:46:13 +0000 |
commit | 31cf6d501338964538978f79be9a078deebdafdd (patch) | |
tree | 56ce91cccdc09adb33283f216e80c225d2a5a1ee /firmware/export/config/sansafuze.h | |
parent | df238bcaf5aa178cbbe96dae993ef054ddfb982c (diff) |
Enable HID support, clean up usb-drv-as3525.c a bit, add a workaround for weird Linux behaviour (don't have Windows to test with), we don't need to set up USB_PHY_EPx_INFO (OF doesn't bother either).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27164 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/sansafuze.h')
-rw-r--r-- | firmware/export/config/sansafuze.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h index af866d85e1..7b7cdb0284 100644 --- a/firmware/export/config/sansafuze.h +++ b/firmware/export/config/sansafuze.h @@ -194,6 +194,7 @@ #define USE_ROCKBOX_USB #define USB_VENDOR_ID 0x0781 #define USB_PRODUCT_ID 0x74c1 +#define HAVE_USB_HID_MOUSE /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ |