2003-08-11 16:49:32

by Dave Jones

[permalink] [raw]
Subject: [PATCH] Add Minolta Dimage F300 to unusual_devs

diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/usb/storage/unusual_devs.h linux-2.5/drivers/usb/storage/unusual_devs.h
--- bk-linus/drivers/usb/storage/unusual_devs.h 2003-08-04 01:00:30.000000000 +0100
+++ linux-2.5/drivers/usb/storage/unusual_devs.h 2003-08-06 18:59:43.000000000 +0100
@@ -388,6 +388,12 @@ UNUSUAL_DEV( 0x066b, 0x0105, 0x0100, 0x
US_FL_SINGLE_LUN ),
#endif

+/* Submitted by Benny Sjostrand <[email protected]> */
+UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
+ "Minolta",
+ "Dimage F300",
+ US_SC_SCSI, US_PR_BULK, NULL, 0 ),
+
UNUSUAL_DEV( 0x0693, 0x0002, 0x0100, 0x0100,
"Hagiwara",
"FlashGate SmartMedia",


2003-08-13 22:16:36

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH] Add Minolta Dimage F300 to unusual_devs

On Mon, Aug 11, 2003 at 05:48:56PM +0100, [email protected] wrote:
> diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/usb/storage/unusual_devs.h linux-2.5/drivers/usb/storage/unusual_devs.h
> --- bk-linus/drivers/usb/storage/unusual_devs.h 2003-08-04 01:00:30.000000000 +0100
> +++ linux-2.5/drivers/usb/storage/unusual_devs.h 2003-08-06 18:59:43.000000000 +0100
> @@ -388,6 +388,12 @@ UNUSUAL_DEV( 0x066b, 0x0105, 0x0100, 0x
> US_FL_SINGLE_LUN ),
> #endif
>
> +/* Submitted by Benny Sjostrand <[email protected]> */
> +UNUSUAL_DEV( 0x0686, 0x4011, 0x0001, 0x0001,
> + "Minolta",
> + "Dimage F300",
> + US_SC_SCSI, US_PR_BULK, NULL, 0 ),
> +
> UNUSUAL_DEV( 0x0693, 0x0002, 0x0100, 0x0100,
> "Hagiwara",
> "FlashGate SmartMedia",

Applied to both 2.4 and 2.6 trees.

thanks,

greg k-h