diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-12-31 01:11:04 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-12-31 01:11:04 +0000 |
commit | 9ac7af749bceb67916b3179a3b7c7eee6ee6443a (patch) | |
tree | dcc9c594eaeed65015d6dab3fa04da5d1734314d /firmware/export/config-ondavx747.h | |
parent | 5d3a035cb3714028a659ecd8abbad034666b7b3c (diff) |
Ingenic players:
* Further implement USB driver
* Add preliminary clock setup
* Fix USB VID/PID
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19618 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ondavx747.h')
-rw-r--r-- | firmware/export/config-ondavx747.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h index 2856e7e16d..2fe0564e71 100644 --- a/firmware/export/config-ondavx747.h +++ b/firmware/export/config-ondavx747.h @@ -158,7 +158,7 @@ #define CONFIG_USBOTG USBOTG_JZ4740 #define HAVE_USBSTACK -#define USB_VENDOR_ID 0x041e -#define USB_PRODUCT_ID 0x4133 +#define USB_VENDOR_ID 0x07C4 +#define USB_PRODUCT_ID 0xA4A5 #endif |