I just checked a Longshine 8131G3, a ZD1211B with an AL2230 RF. It
works out of the box, if the USB id (1582:6003) is added to the
usb_ids list. Sombody asked for it recently.

diff --git a/zd_usb.c b/zd_usb.c
index a6b5429..63a6d51 100644
--- a/zd_usb.c
+++ b/zd_usb.c
@@ -44,6 +44,7 @@ static struct usb_device_id usb_ids[] = 
        { USB_DEVICE(0x0ace, 0x1215), .driver_info = DEVICE_ZD1211B },
        { USB_DEVICE(0x157e, 0x300d), .driver_info = DEVICE_ZD1211B },
        { USB_DEVICE(0x079b, 0x0062), .driver_info = DEVICE_ZD1211B },
+       { USB_DEVICE(0x1582, 0x6003), .driver_info = DEVICE_ZD1211B },
        {}
 };
 
-- 
Uli Kunitz

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Zd1211-devs mailing list - http://zd1211.ath.cx/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Reply via email to