usb-storage: ignore Sitecom WL-117 USB-WLAN
The Sitecom WL-117 is another "driverless" ZD1211 device where the virtual windows driver CD must be ejected before the WLAN device appears. zd1211rw takes care of the ejecting, but usb-storage must be told not to claim the device. From: Matthew Davidson <mj.davidson@gmail.com> Signed-off-by: Daniel Drake <dsd@gentoo.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Родитель
deb3d7fff0
Коммит
64902cbaf1
|
@ -1179,14 +1179,20 @@ UNUSUAL_DEV( 0x0a17, 0x006, 0x0000, 0xffff,
|
||||||
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||||
US_FL_FIX_INQUIRY ),
|
US_FL_FIX_INQUIRY ),
|
||||||
|
|
||||||
/* This is a virtual windows driver CD, which the zd1211rw driver automatically
|
/* These are virtual windows driver CDs, which the zd1211rw driver automatically
|
||||||
* converts into a WLAN device. */
|
* converts into a WLAN devices. */
|
||||||
UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101,
|
UNUSUAL_DEV( 0x0ace, 0x2011, 0x0101, 0x0101,
|
||||||
"ZyXEL",
|
"ZyXEL",
|
||||||
"G-220F USB-WLAN Install",
|
"G-220F USB-WLAN Install",
|
||||||
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||||
US_FL_IGNORE_DEVICE ),
|
US_FL_IGNORE_DEVICE ),
|
||||||
|
|
||||||
|
UNUSUAL_DEV( 0x0ace, 0x20ff, 0x0101, 0x0101,
|
||||||
|
"SiteCom",
|
||||||
|
"WL-117 USB-WLAN Install",
|
||||||
|
US_SC_DEVICE, US_PR_DEVICE, NULL,
|
||||||
|
US_FL_IGNORE_DEVICE ),
|
||||||
|
|
||||||
#ifdef CONFIG_USB_STORAGE_ISD200
|
#ifdef CONFIG_USB_STORAGE_ISD200
|
||||||
UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110,
|
UNUSUAL_DEV( 0x0bf6, 0xa001, 0x0100, 0x0110,
|
||||||
"ATI",
|
"ATI",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче