[kismac] [binaervarianz] r199 - trunk/Sources/Driver/USBIntersilJack
- From: svn@xxxxxxxxxxxxxxxx
- To: kismac@xxxxxxxxxxxxx
- Date: Wed, 04 Oct 2006 16:00:32 +0200
Author: gkruse
Date: 2006-10-04 16:00:29 +0200 (Wed, 04 Oct 2006)
New Revision: 199
Modified:
trunk/Sources/Driver/USBIntersilJack/USBIntersil.mm
Log:
Added new prism 2 device. Tested and submitted by Dennis Luxen. Thanks
Modified: trunk/Sources/Driver/USBIntersilJack/USBIntersil.mm
===================================================================
--- trunk/Sources/Driver/USBIntersilJack/USBIntersil.mm 2006-09-30 16:54:47 UTC
(rev 198)
+++ trunk/Sources/Driver/USBIntersilJack/USBIntersil.mm 2006-10-04 14:00:29 UTC
(rev 199)
@@ -71,9 +71,10 @@
{ 0x9016, 0x182d}, //30 Sitecom WL-022 - new version
{ 0x0707, 0xee04}, //31 SMC WUSB32
{ 0x1915, 0x2236}, //32 WUSB11 version 3.0
+ { 0x083a, 0x3503}, //33 T-Sinus 111 data
};
-#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] r199 - trunk/Sources/Driver/USBIntersilJack