Hi,

The 0cde:001a has been added recently upstream to the zd1211rw driver,
http://sourceforge.net/mailarchive/forum.php?thread_name=1190976994.7359.9.camel%40user-laptop&forum_name=zd1211-devs

You can provide the brand and model of your USB adaptor so that it can
be added as well at
http://linuxwireless.org/en/users/Drivers/zd1211rw/devices

Cheers,
Simos

On Thu, 2007-10-11 at 21:16 +0200, VinX wrote:
> 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


-------------------------------------------------------------------------
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