From 3fe109a55f9e129b498b56cd5f7ee7e3a452a536 Mon Sep 17 00:00:00 2001 From: gevaerts Date: Mon, 20 Oct 2008 18:22:05 +0000 Subject: [PATCH] add Logik DAX USB ids git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18848 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-logikdax.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/firmware/export/config-logikdax.h b/firmware/export/config-logikdax.h index f1787b1a0..f9ee4b94a 100644 --- a/firmware/export/config-logikdax.h +++ b/firmware/export/config-logikdax.h @@ -15,6 +15,14 @@ explicitly if different */ //#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_SPDIF) +#if 0 /* Enable for USB driver test */ +#define HAVE_USBSTACK +#define USE_HIGH_SPEED +#define USB_VENDOR_ID 0x13d1 +#define USB_PRODUCT_ID 0x1002 +#endif + + /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP -- 2.11.4.GIT