Re: [zd1211-devs] zd1211rw question

2007-10-11 Thread Simos Xenitellis
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-laptopforum_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.0 +0200
 +++ linux-2.6.23/drivers/net/wireless/zd1211rw/zd_usb.c 2007-10-11
 20:43:10.0 +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


Re: [zd1211-devs] New device ID for zd1211rw driver: Aztech WL230USB

2007-10-03 Thread Simos Xenitellis
On Sun, 2007-09-30 at 12:35 +0100, Daniel Drake wrote:
 Simos Xenitellis wrote:
  Product: Aztech WL230USB
  USB ID : 0cde:001a  (Z-Com)
  Chip ID: 
  zd1211rw 3-2:1.0: zd1211 chip 0cde:001a v4810 high 00-60-b3 AL2230_RF
  pa0 g---
  zd1211rw 3-2:1.0: zd1211b chip 0cde:001a v4810 high 00-60-b3 AL2230_RF
  pa0 g---
 
 
 The ID is already on its way to be added to the kernel if it is not 
 already there (2.6.20 is quite old). It is zd1211b -- you'll probably 
 find you can scan but not associate in the zd1211 configuration. Or, 
 maybe you'll find it won't work at all, because it may be an AL2230S. 
 You need 2.6.22 for that.
 
 I added your device to the listing on the website.

Thanks for the addition.

Simos


-
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