]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] USB: one more digicam for unusual_devs.h
authorCarsten Busse <car.busse@gmx.de>
Thu, 23 Oct 2003 10:22:54 +0000 (03:22 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 23 Oct 2003 10:22:54 +0000 (03:22 -0700)
its for the Jenoptik JD 5200 z3 Digicam, to enable it to work as a simple
storage device

more or less i took the values for the 0x0d96 vendor in the 2.6.0-test7
usb-storage and mixed them with my device id, which seems to work quite well

tested with 2.4.22 kernel

drivers/usb/storage/unusual_devs.h

index a358cb22f1268ca731fb3994090e9ed10d35ff26..90b24621298261e20555576c40d3f6ca69ae9fb0 100644 (file)
@@ -631,6 +631,16 @@ UNUSUAL_DEV( 0x0d96, 0x410a, 0x0001, 0xffff,
                US_SC_DEVICE, US_PR_DEVICE, NULL,
                US_FL_FIX_INQUIRY),
 
+/*
+ * Entry for Jenoptik JD 5200z3
+ *
+ * email: car.busse@gmx.de
+ */
+UNUSUAL_DEV(  0x0d96, 0x5200, 0x0001, 0x0200,
+               "Jenoptik",
+               "JD 5200 z3",
+               US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_INQUIRY),
+               
 /* Reported by Kevin Cernekee <kpc-usbdev@gelato.uiuc.edu>
  * Tested on hardware version 1.10.
  * Entry is needed only for the initializer function override.