[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <15d0b9b20904101049h1020f9d7yec3242e3c7cbc06b@mail.gmail.com>
Date: Fri, 10 Apr 2009 19:49:01 +0200
From: Daniele Napolitano <dnax88@...il.com>
To: Gábor Stefanik <netrolller.3d@...il.com>
Cc: linux-kernel@...r.kernel.org, linux-wireless@...r.kernel.org,
akpm@...ux-foundation.org, gregkh@...e.de
Subject: Re: Additional USB identifier for otus driver [WN111v2]
2009/4/10 Gábor Stefanik <netrolller.3d@...il.com>:
> On Fri, Apr 10, 2009 at 6:16 PM, Daniele Napolitano <dnax88@...il.com> 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@...r.kernel.org
>> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists