This patch is for the Minolta Dimage 7i digital camera to be recognized
when it is attached to a usb port.
http://www.dimage.minolta.com/d7i/index.html
The digital camera has a usb-1.0 port for downloading images when the
compactflash card is inserted. Firmware is probably also transfered via
the same method.
-- Roger ----- Verify my pgp/gnupg signature on my HomePage: http://www.eskimo.com/~roger/
--- linux-2.4.19/drivers/usb/storage/unusual_devs.h Fri Aug 2 20:39:45 2002 +++ linux-2.4.19/drivers/usb/storage/unusual_devs.h Sun Aug 11 03:42:50 2002 @@ -334,6 +334,13 @@ US_SC_SCSI, US_PR_BULK, NULL, US_FL_START_STOP ),
+/* Submitted by roger@linuxfreemail.com */ +UNUSUAL_DEV( 0x0686, 0x400b, 0x0001, 0x0001, + "Minolta", + "Dimage 7i", + US_SC_SCSI, US_PR_BULK, NULL, + US_FL_START_STOP ), + /* Submitted by f.brugmans@hccnet.nl * Needed for START_STOP flag */ UNUSUAL_DEV( 0x0686, 0x4007, 0x0001, 0x0001,
--=-uzYhlZIybiiZK/PCBlQI Content-Disposition: attachment; filename=minolta-dimage7i.patch Content-Transfer-Encoding: quoted-printable Content-Type: text/x-diff; name=minolta-dimage7i.patch; charset=ISO-8859-1
--- linux/drivers/usb/storage/unusual_devs.h Fri Aug 2 20:39:45 2002 +++ linux-2.4.19/drivers/usb/storage/unusual_devs.h Sun Aug 11 03:42:50 200= 2 @@ -334,6 +334,13 @@ US_SC_SCSI, US_PR_BULK, NULL, US_FL_START_STOP ), =20 +/* Submitted by roger@linuxfreemail.com */ +UNUSUAL_DEV( 0x0686, 0x400b, 0x0001, 0x0001, + "Minolta", + "Dimage 7i", + US_SC_SCSI, US_PR_BULK, NULL, + US_FL_START_STOP ), + =09 /* Submitted by f.brugmans@hccnet.nl * Needed for START_STOP flag */ UNUSUAL_DEV( 0x0686, 0x4007, 0x0001, 0x0001,
--=-uzYhlZIybiiZK/PCBlQI--
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/