Greetings all;

A net friend of mine has a Gateway m305CRV laptop, with this radio in it:
Bus 003 Device 003: ID 050d:705c Belkin Components

Its apparently sitting on the usb bus, and from my grepping of the kernel 
srcs, it looks as if the zd1211b driver might be the correct one:

drivers/net/wireless/zd1211rw/zd_usb.c: /* ZD1211B */
drivers/net/wireless/zd1211rw/zd_usb.c: { USB_DEVICE(0x0ace, 
0x1215), .driver_info = DEVICE_ZD1211B },
drivers/net/wireless/zd1211rw/zd_usb.c: { USB_DEVICE(0x157e, 
0x300d), .driver_info = DEVICE_ZD1211B },
drivers/net/wireless/zd1211rw/zd_usb.c: { USB_DEVICE(0x079b, 
0x0062), .driver_info = DEVICE_ZD1211B },
drivers/net/wireless/zd1211rw/zd_usb.c: { USB_DEVICE(0x1582, 
0x6003), .driver_info = DEVICE_ZD1211B },

drivers/net/wireless/zd1211rw/zd_usb.c: { USB_DEVICE(0x050d, 
0x705c), .driver_info = DEVICE_ZD1211B },

This last one is the right set of numbers.  However, I'll be dipped but I 
can't find anyplace in a make xconfig in the 2.6.22.1-rt9 tree, to turn on 
the building of that driver.

Am I blind, don't know how to run grep, or does the xconfig script need more 
tlc?

Can somebody toss me a bone of info here?

Thanks everybody.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Thus spake the master programmer:
        "When a program is being tested, it is too late to make design changes."
                -- Geoffrey James, "The Tao of Programming"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to