Stefan,

First of all, thanks so much for your work on this driver.  While trying to get 
my Netgear WPN111 working, I discovered that my unit has a different device id 
than the one included in the latest revision of the ar5523 driver.  I am up and 
running with the following patch:

--- ar5523.c    2010-09-25 15:36:29.503336202 -0400
+++ ar5523.patched      2010-09-25 15:25:04.700002871 -0400
@@ -1589,6 +1589,7 @@
        AR5523_DEVICE_UX(0x1435, 0x0828),       /* Wistronneweb / AR5523_2 */
        AR5523_DEVICE_UG(0x0cde, 0x0012),       /* Zcom / AR5523 */
        AR5523_DEVICE_UG(0x1385, 0x4250),       /* Netgear3 / WG111T (2) */
+       AR5523_DEVICE_UG(0x1385, 0x5f00),       /* Netgear3 / WPN111 (2) */
        { }
 };
 MODULE_DEVICE_TABLE(usb, ar5523_id_table);

Jonathan
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to