aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Dibowitz <phil@ipom.com>2005-06-22 22:47:13 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2005-07-12 11:52:54 -0700
commite8116e84b56f8fa4f091b967a045f47c55095c68 (patch)
tree9600347fd5f2fbadc7261fb8084907a56d1dbce7
parent[PATCH] USB: add bMaxPacketSize0 attribute to sysfs (diff)
downloadlinux-dev-e8116e84b56f8fa4f091b967a045f47c55095c68.tar.xz
linux-dev-e8116e84b56f8fa4f091b967a045f47c55095c68.zip
[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>
-rw-r--r--drivers/usb/storage/unusual_devs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
index 9fcc7bd1fbe4..bd0ab3039bdd 100644
--- a/drivers/usb/storage/unusual_devs.h
+++ b/drivers/usb/storage/unusual_devs.h
@@ -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