linux-3.0.x for AP-SH4A-0A Board
Revision | 60e73afa1e668cce57e86e18ebe5e905227acc72 (tree) |
---|---|
Time | 2011-08-18 02:55:52 |
Author | Nick Bowler <nbowler@elli...> |
Commiter | Greg Kroah-Hartman |
USB: usb-storage: unusual_devs entry for ARM V2M motherboard.
commit a871e4f5519d8c52430052e1d340dd5710eb5ad6 upstream.
Connecting the V2M to a Linux host results in a constant stream of
errors spammed to the console, all of the form
The errors appear to be otherwise harmless. Add an unusual_devs entry
which eliminates all of the error messages.
Signed-off-by: Nick Bowler <nbowler@elliptictech.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
@@ -1988,6 +1988,16 @@ UNUSUAL_DEV( 0x4146, 0xba01, 0x0100, 0x0100, | ||
1988 | 1988 | "Micro Mini 1GB", |
1989 | 1989 | USB_SC_DEVICE, USB_PR_DEVICE, NULL, US_FL_NOT_LOCKABLE ), |
1990 | 1990 | |
1991 | +/* | |
1992 | + * Nick Bowler <nbowler@elliptictech.com> | |
1993 | + * SCSI stack spams (otherwise harmless) error messages. | |
1994 | + */ | |
1995 | +UNUSUAL_DEV( 0xc251, 0x4003, 0x0100, 0x0100, | |
1996 | + "Keil Software, Inc.", | |
1997 | + "V2M MotherBoard", | |
1998 | + USB_SC_DEVICE, USB_PR_DEVICE, NULL, | |
1999 | + US_FL_NOT_LOCKABLE), | |
2000 | + | |
1991 | 2001 | /* Reported by Andrew Simmons <andrew.simmons@gmail.com> */ |
1992 | 2002 | UNUSUAL_DEV( 0xed06, 0x4500, 0x0001, 0x0001, |
1993 | 2003 | "DataStor", |