1
0
Fork 0
forked from len0rd/rockbox

add Logik DAX USB ids

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18848 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-10-20 18:22:05 +00:00
parent 8d81b71d6e
commit 4c83e050ad

View file

@ -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