i needed to test my sirius tuner w windows, and in doing so, the driver did 
some wonky shit and upgraded the pid i suppose? anyways, this makes the device 
get correctly attached as uftdi(4) while also allowing the old pid to work as 
well

sorting looks dicked up, but so is what the driver did

Index: usbdevs
===================================================================
RCS file: /cvs/src/sys/dev/usb/usbdevs,v
retrieving revision 1.560
diff -u usbdevs
--- usbdevs     20 Oct 2011 16:35:52 -0000      1.560
+++ usbdevs     28 Oct 2011 01:06:21 -0000
@@ -1578,6 +1578,7 @@
 product FTDI FT4232H           0x6011  FT4232H
 product FTDI PS2KBDMS          0x8371  PS/2 Keyboard/Mouse
 product FTDI SERIAL_8U100AX    0x8372  Serial
+product FTDI MJS_SIRIUS_PC_2   0x9379  MJS Sirius To PC Interface
 product FTDI OPENRD            0x9e90  OpenRD JTAGKey
 product FTDI CANDAPTER         0x9f80  CANdapter
 product FTDI NXTCAM            0xabb8  Mindstorms NXTCam
@@ -1599,7 +1600,7 @@
 product FTDI ASK_RDR4X7_6      0xc995  ASK RDR 4X7
 product FTDI ASK_RDR4X7_7      0xc996  ASK RDR 4X7
 product FTDI ASK_RDR4X7_8      0xc997  ASK RDR 4X7
-product FTDI MJS_SIRIUS_PC     0xca81  MJS Sirius To PC Interface
+product FTDI MJS_SIRIUS_PC_1   0xca81  MJS Sirius To PC Interface
 product FTDI CHAMELEON         0xcaa0  5Chameleon
 product FTDI OPENPORT_13M      0xcc48  OpenPort 1.3 Mitsubishi
 product FTDI OPENPORT_13S      0xcc49  OpenPort 1.3 Subaru

Reply via email to