[kismac] [binaervarianz] r175 - trunk/Sources/Driver/USBIntersilJack

  • From: svn@xxxxxxxxxxxxxxxx
  • To: kismac@xxxxxxxxxxxxx
  • Date: Mon, 28 Aug 2006 20:19:15 +0200

Author: gkruse
Date: 2006-08-28 20:19:13 +0200 (Mon, 28 Aug 2006)
New Revision: 175

Modified:
   trunk/Sources/Driver/USBIntersilJack/USBIntersil.mm
Log:
Revert rev 166, looks like this is really a prism54 device.  See #133

Modified: trunk/Sources/Driver/USBIntersilJack/USBIntersil.mm
===================================================================
--- trunk/Sources/Driver/USBIntersilJack/USBIntersil.mm 2006-08-27 16:39:20 UTC 
(rev 174)
+++ trunk/Sources/Driver/USBIntersilJack/USBIntersil.mm 2006-08-28 18:19:13 UTC 
(rev 175)
@@ -71,10 +71,9 @@
     { 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 33
+#define dDeviceCount 32
 
 #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] r175 - trunk/Sources/Driver/USBIntersilJack