mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] unusual_devs.h, kernel linux-2.4.19
@ 2002-08-11  9:02 Roger
  0 siblings, 0 replies; only message in thread
From: Roger @ 2002-08-11  9:02 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 975 bytes --]

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,

[-- Attachment #2: minolta-dimage7i.patch --]
[-- Type: text/x-diff, Size: 574 bytes --]

--- 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 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,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-11  8:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-11  9:02 [PATCH] unusual_devs.h, kernel linux-2.4.19 Roger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®