[kismac] [binaervarianz] r166 - trunk/Sources/Driver/USBIntersilJack
- From: svn@xxxxxxxxxxxxxxxx
- To: kismac@xxxxxxxxxxxxx
- Date: Tue, 22 Aug 2006 15:53:36 +0200
Author: gkruse
Date: 2006-08-22 15:53:32 +0200 (Tue, 22 Aug 2006)
New Revision: 166
Modified:
trunk/Sources/Driver/USBIntersilJack/USBIntersil.mm
Log:
Added new USB prism vendor & product ID reported by rva. Closes #133
Modified: trunk/Sources/Driver/USBIntersilJack/USBIntersil.mm
===================================================================
--- trunk/Sources/Driver/USBIntersilJack/USBIntersil.mm 2006-08-22 04:37:21 UTC
(rev 165)
+++ trunk/Sources/Driver/USBIntersilJack/USBIntersil.mm 2006-08-22 13:53:32 UTC
(rev 166)
@@ -71,9 +71,10 @@
{ 0x9016, 0x182d}, //30 Sitecom WL-022 - new version
{ 0x0707, 0xee04}, //31 SMC WUSB32
{ 0x1915, 0x2236}, //32 WUSB11 version 3.0
+ { 0x1435, 0x0427}, //33 Cohiba 3887 rev0
};
-#define dDeviceCount 32
+#define dDeviceCount 33
#define dbgOutPutBuf(a) NSLog( @"0x%.4x 0x%.4x 0x%.4x 0x%.4x%.4x",
NSSwapLittleShortToHost(*((UInt16*)&(a) )),
NSSwapLittleShortToHost(*((UInt16*)&(a)+1)),
NSSwapLittleShortToHost(*((UInt16*)&(a)+2)),
NSSwapLittleShortToHost(*((UInt16*)&(a)+3)),
NSSwapLittleShortToHost(*((UInt16*)&(a)+4)) );
Other related posts:
- » [kismac] [binaervarianz] r166 - trunk/Sources/Driver/USBIntersilJack