projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf5910b
)
[PATCH] USB Storage: Remove unneeded SC/P
author
Phil Dibowitz
<phil@ipom.com>
Thu, 23 Jun 2005 05:47:13 +0000
(22:47 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 12 Jul 2005 18:52:54 +0000
(11:52 -0700)
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>
drivers/usb/storage/unusual_devs.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/storage/unusual_devs.h
b/drivers/usb/storage/unusual_devs.h
index 9fcc7bd1fbe427f2f55dd1dd4a774cccc617e93b..bd0ab3039bdd56c6882857f0ff31a3788cd42b5f 100644
(file)
--- 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