« Return to Thread: Success: zd1211rw can handle 0ace:a211

Re: Success: zd1211rw can handle 0ace:a211

by Christoph Biedl-6 :: Rate this Message:

Reply to Author | View in Thread

Hin-Tak Leung wrote...

> Can you clarify whether you are using zd1211b binding or zd1211 binding? On the
> page a215 is listed for zd1211b, whereas a211 is listed for zd1211 (no-b).

Sorry for the late answer, it's zd1211. Patch attached.

    Christoph

--- OLD/drivers/net/wireless/zd1211rw/zd_usb.c 2008-11-14 08:38:32.000000000 +0100
+++ NEW/drivers/net/wireless/zd1211rw/zd_usb.c 2008-11-27 20:36:18.000000000 +0100
@@ -36,6 +36,7 @@
 
 static struct usb_device_id usb_ids[] = {
  /* ZD1211 */
+ { USB_DEVICE(0x0ace, 0xa211), .driver_info = DEVICE_ZD1211 },
  { USB_DEVICE(0x0ace, 0x1211), .driver_info = DEVICE_ZD1211 },
  { USB_DEVICE(0x07b8, 0x6001), .driver_info = DEVICE_ZD1211 },
  { USB_DEVICE(0x126f, 0xa006), .driver_info = DEVICE_ZD1211 },

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

 « Return to Thread: Success: zd1211rw can handle 0ace:a211