Commit 9f7eda28 authored by Alan Stern's avatar Alan Stern Committed by Greg Kroah-Hartman

[PATCH] USB Storage: unusual_devs.h update

On Thu, 17 Jun 2004, Daniel Nouri wrote:
> I get this message when inserting my USB MMC card reader:
>
> usb 3-1: new full speed USB device using address 4
> usb.agent[5388]:      usb-storage: already loaded
> usb-storage: This device (04e6,0006,0205 S 01 P 01) has an unneeded Protocol entry in unusual_devs.h
> Please send a copy of this message to <linux-usb-devel@lists.sourceforge.net>

Thanks for letting us know.  This patch will eliminate that log message.
Signed-off-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 88df8350
...@@ -207,7 +207,7 @@ UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208, ...@@ -207,7 +207,7 @@ UNUSUAL_DEV( 0x04e6, 0x0005, 0x0100, 0x0208,
UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0205, UNUSUAL_DEV( 0x04e6, 0x0006, 0x0100, 0x0205,
"Shuttle", "Shuttle",
"eUSB MMC Adapter", "eUSB MMC Adapter",
US_SC_SCSI, US_PR_CB, NULL, US_SC_SCSI, US_PR_DEVICE, NULL,
US_FL_SINGLE_LUN), US_FL_SINGLE_LUN),
UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200, UNUSUAL_DEV( 0x04e6, 0x0007, 0x0100, 0x0200,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment