Hi Daniele,

Looking at the patches you provided (I've pasted below), they remove
support for device id 0x9010 but add support for device id 0x9001.  Was
that intentional?  Additionally, as I mentioned in another bug report of
yours, it would be great if you could submit this upstream as well.
Thanks.

--- zdusb.c     2008-11-06 15:27:56.000000000 +0100
+++ zdusb.c~    2009-01-30 02:36:15.000000000 +0100
@@ -36,7 +36,7 @@
 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_WP111v2) },
        { }                                     /* Terminating entry */
 };
 
--- zdusb.h     2008-11-06 15:27:56.000000000 +0100
+++ zdusb.h~    2009-01-30 02:36:12.000000000 +0100
@@ -25,6 +25,9 @@
 #define PRODUCT_AR9170          0x9170
 
 #define VENDOR_DLINK            0x07D1  //Dlink
 #define PRODUCT_DWA160A         0x3C10
+
+#define VENDOR_NETGEAR          0x0846  //NetGear
+#define PRODUCT_WP111v2         0x9001
 
 #endif


** Changed in: linux (Ubuntu)
       Status: New => Incomplete

-- 
Wlan 802.11n USB WN111v2 not supported
https://bugs.launchpad.net/bugs/323206
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to