Hi all,
i'm using the zd1211rw module for my wifi usb pen.
Today i have upgraded my kernel to a 2.6.23 and is the first time than i
use this module in built-in.

Well, after reboot the kernel didn't find my usb, infact, in the usb_ids
table idVendor (0x0cde) and idProduct (0x001a) aren't present. So i
added my id in the table:
---
# diff -ruNp linux-2.6.23.ori/drivers/net/wireless/zd1211rw/zd_usb.c\
             linux-2.6.23/drivers/net/wireless/zd1211rw/zd_usb.c
--- linux-2.6.23.ori/drivers/net/wireless/zd1211rw/zd_usb.c
2007-10-11 21:01:03.000000000 +0200
+++ linux-2.6.23/drivers/net/wireless/zd1211rw/zd_usb.c 2007-10-11
20:43:10.000000000 +0200
@@ -74,6 +74,7 @@ static struct usb_device_id usb_ids[] =
        { USB_DEVICE(0x0411, 0x00da), .driver_info = DEVICE_ZD1211B },
        { USB_DEVICE(0x2019, 0x5303), .driver_info = DEVICE_ZD1211B },
        { USB_DEVICE(0x129b, 0x1667), .driver_info = DEVICE_ZD1211B },
+       { USB_DEVICE(0x0cde, 0x001a), .driver_info = DEVICE_ZD1211B },
        /* "Driverless" devices that need ejecting */
        { USB_DEVICE(0x0ace, 0x2011), .driver_info = DEVICE_INSTALLER },
        { USB_DEVICE(0x0ace, 0x20ff), .driver_info = DEVICE_INSTALLER },
---
and it works fine!

Why are present this IDs in your supported hardware list and in the
vanilla tree not?

Best Regards,
        Vincenzo

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs

Reply via email to