Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

zd1211rw: adding Sitecom WL-603 (0df6:0036) to the USB id list

Giuseppe Cala <jiveaxe@gmail.com> (The second "a" in "Cala" should be
a grave, U+00E0) reported success on zd1211-devs@lists.sourceforge.net.
The chip info is:
zd1211b chip 0df6:0036 v4810 high 00-0c-f6 AL2230_RF pa0 g--N-

The Sitecom WL-603 is detected as a zd1211b with a AL2230 RF transceiver chip.

Signed-off-by: Giuseppe Cala <jiveaxe@gmail.com>
Signed-off-by: Hin-Tak Leung <htl10@users.sourceforge.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Hin-Tak Leung and committed by
John W. Linville
de262496 e2fe154e

+1
+1
drivers/net/wireless/zd1211rw/zd_usb.c
··· 84 84 { USB_DEVICE(0x0586, 0x340a), .driver_info = DEVICE_ZD1211B }, 85 85 { USB_DEVICE(0x0471, 0x1237), .driver_info = DEVICE_ZD1211B }, 86 86 { USB_DEVICE(0x07fa, 0x1196), .driver_info = DEVICE_ZD1211B }, 87 + { USB_DEVICE(0x0df6, 0x0036), .driver_info = DEVICE_ZD1211B }, 87 88 /* "Driverless" devices that need ejecting */ 88 89 { USB_DEVICE(0x0ace, 0x2011), .driver_info = DEVICE_INSTALLER }, 89 90 { USB_DEVICE(0x0ace, 0x20ff), .driver_info = DEVICE_INSTALLER },