summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage
diff options
context:
space:
mode:
authorPhil Dibowitz2005-06-23 07:47:13 +0200
committerGreg Kroah-Hartman2005-07-12 20:52:54 +0200
commite8116e84b56f8fa4f091b967a045f47c55095c68 (patch)
tree9600347fd5f2fbadc7261fb8084907a56d1dbce7 /drivers/usb/storage
parent[PATCH] USB: add bMaxPacketSize0 attribute to sysfs (diff)
downloadkernel-qcow2-linux-e8116e84b56f8fa4f091b967a045f47c55095c68.tar.gz
kernel-qcow2-linux-e8116e84b56f8fa4f091b967a045f47c55095c68.tar.xz
kernel-qcow2-linux-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>
Diffstat (limited to 'drivers/usb/storage')
-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