Re: Additional USB identifier for otus driver [WN111v2]

From: Daniele Napolitano
Date: Fri Apr 10 2009 - 13:49:23 EST


2009/4/10 GÃbor Stefanik <netrolller.3d@xxxxxxxxx>:
> On Fri, Apr 10, 2009 at 6:16 PM, Daniele Napolitano <dnax88@xxxxxxxxx> wrote:
>> This is a patch for Otus driver [Atheros 9k series] that provide
>> support for WN111v2 USB 802.11n
>> adapter.
>>
>> Otus sources tree: OAL/Otus/Linux
>>
>> --- zdusb.h.orig    Â2009-04-10 17:48:17.620423000 +0200
>> +++ zdusb.h   2009-04-10 17:54:41.356419568 +0200
>> @@ -26,5 +26,9 @@
>>
>>
>> Â#define VENDOR_DLINK Â Â Â Â Â Â0x07D1 Â//Dlink
>>
>> Â#define PRODUCT_DWA160A Â Â Â Â 0x3C10
>>
>> +
>> +#define VENDOR_NETGEAR Â Â Â Â Â0x0846 Â//NetGear
>> +#define PRODUCT_WNDA3100 Â Â Â Â0x9010
>> +#define PRODUCT_WN111v2 Â Â Â Â 0x9001
>>
>>
>> Â#endif
>>
>>
>> --- zdusb.c.orig    Â2009-04-10 17:48:17.620423000 +0200
>> +++ zdusb.c   2009-04-10 17:53:15.316421516 +0200
>> @@ -36,7 +36,8 @@
>> Âstatic struct usb_device_id zd1221_ids [] = {
>>
>> Â Â Â Â{ USB_DEVICE(VENDOR_ATHR, PRODUCT_AR9170) },
>>
>> Â Â Â Â { USB_DEVICE(VENDOR_DLINK, PRODUCT_DWA160A) },
>>
>> - Â Â Â { USB_DEVICE(0x0846, 0x9010) },
>>
>> + Â Â Â { USB_DEVICE(VENDOR_NETGEAR, PRODUCT_WNDA3100) },
>> + Â Â Â { USB_DEVICE(VENDOR_NETGEAR, PRODUCT_WN111v2) },
>>
>> Â Â Â Â{ } Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â /* Terminating entry */
>>
>> Â};
>>
>>
>>
>>
>> --
>> Daniele "DnaX" Napolitano
>> https://launchpad.net/~dnax88
>> http://dnax.netsons.org/
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
>> the body of a message to majordomo@xxxxxxxxxxxxxxx
>> More majordomo info at Âhttp://vger.kernel.org/majordomo-info.html
>>
>
> Need the same for ar9170.

Already present. Look at main.c at line 52 of ar9170 tree.

--
Daniele "DnaX" Napolitano
https://launchpad.net/~dnax88
http://dnax.netsons.org/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/