Index: src/tap/cable/ft2232.c
===================================================================
--- src/tap/cable/ft2232.c (revision 1672)
+++ src/tap/cable/ft2232.c (working copy)
@@ -52,7 +52,6 @@
#define DEFAULT_DRIVER "ftdi-mpsse"
#endif
-
/* repeat the definitions for MPSSE command processor here
since we cannot rely on the existence of ftdi.h even though
they're defined there */
@@ -2089,15 +2088,15 @@
"Signalyzer", /* cable name */
NULL, /* string pattern, not used */
"ftdi-mpsse", /* default usbconn driver */
- 0x0000, /* VID */
- 0x0000 /* PID */
+ 0x0403, /* VID */
+ 0xbca1 /* PID */
};
urj_usbconn_cable_t urj_tap_cable_usbconn_signalyzer_ftd2xx = {
"Signalyzer", /* cable name */
NULL, /* string pattern, not used */
"ftd2xx-mpsse", /* default usbconn driver */
- 0x0000, /* VID */
- 0x0000 /* PID */
+ 0x0403, /* VID */
+ 0xbca1 /* PID */
};
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
UrJTAG-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/urjtag-development