mirror of https://gitee.com/openkylin/linux.git
[PATCH] USB: kill unneccessary usb-storage blacklist entries
I actually have this device, and kernel reports blacklist entry is no longer neccessary. Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
777da5905e
commit
c5dbf868e2
|
@ -710,11 +710,6 @@ UNUSUAL_DEV( 0x0686, 0x4017, 0x0001, 0x0001,
|
|||
"DIMAGE E223",
|
||||
US_SC_SCSI, US_PR_DEVICE, NULL, 0 ),
|
||||
|
||||
UNUSUAL_DEV( 0x0693, 0x0002, 0x0100, 0x0100,
|
||||
"Hagiwara",
|
||||
"FlashGate SmartMedia",
|
||||
US_SC_SCSI, US_PR_BULK, NULL, 0 ),
|
||||
|
||||
UNUSUAL_DEV( 0x0693, 0x0005, 0x0100, 0x0100,
|
||||
"Hagiwara",
|
||||
"Flashgate",
|
||||
|
|
Loading…
Reference in New Issue