diff options
author | Björn Stenberg <bjorn@haxx.se> | 2007-11-23 09:58:47 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2007-11-23 09:58:47 +0000 |
commit | 482e839ea987e9aacec82389fc8a67c075800583 (patch) | |
tree | 8ca557013e334501bad343e9d43868dcee9cb791 /firmware/export/config-ipodvideo.h | |
parent | 73d514f1c106d54d75ac26ff3ff6cb07fd559548 (diff) |
Enable usbstack on ipods.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15772 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-ipodvideo.h')
-rw-r--r-- | firmware/export/config-ipodvideo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h index c66f6d9aff..2013a8bb67 100644 --- a/firmware/export/config-ipodvideo.h +++ b/firmware/export/config-ipodvideo.h @@ -150,10 +150,10 @@ /* USB On-the-go */ #define CONFIG_USBOTG USBOTG_ARC -/* enable these for the experimental usb stack +/* enable these for the experimental usb stack */ #define HAVE_USBSTACK -#define USBSTACK_CAPS CONTROLLER_DEVICE -*/ +#define USB_VENDOR_ID 0x05ac +#define USB_PRODUCT_ID 0x1209 /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL |