Skip to content

Commit

Permalink
[PATCH] USB: Storage: unusual devs update
Browse files Browse the repository at this point in the history
This patch removes the Protocol portion of the Iomega Click! device as it's not
needed. Not-needed message reported by Kenneth Crudup <kenny@panix.com>

Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Phil Dibowitz authored and Greg Kroah-Hartman committed Apr 27, 2006
1 parent 5838171 commit 2120638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/storage/unusual_devs.h
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133,
UNUSUAL_DEV( 0x0525, 0xa140, 0x0100, 0x0100,
"Iomega",
"USB Clik! 40",
US_SC_8070, US_PR_BULK, NULL,
US_SC_8070, US_PR_DEVICE, NULL,
US_FL_FIX_INQUIRY ),

/* Yakumo Mega Image 37
Expand Down

0 comments on commit 2120638

Please sign in to comment.