[PATCH] USB Storage: Remove unneeded SC/P
This patch removes an unneeded subclass and protocol from the 07af/0005/100 entry in unsual_devs.h as reported by Alfred Ganz <alfred-ganz@agci.com>. Signed-off-by: Phil Dibowitz <phil@ipom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
cf5910bbae
commit
e8116e84b5
|
@ -697,7 +697,7 @@ UNUSUAL_DEV( 0x07af, 0x0004, 0x0100, 0x0133,
|
|||
UNUSUAL_DEV( 0x07af, 0x0005, 0x0100, 0x0100,
|
||||
"Microtech",
|
||||
"USB-SCSI-HD50",
|
||||
US_SC_SCSI, US_PR_BULK, usb_stor_euscsi_init,
|
||||
US_SC_DEVICE, US_PR_DEVICE, usb_stor_euscsi_init,
|
||||
US_FL_SCM_MULT_TARG ),
|
||||
|
||||
#ifdef CONFIG_USB_STORAGE_DPCM
|
||||
|
|
Loading…
Reference in New Issue