linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] USB Support for Casio QV Digital Still Cameras, kernel 2.4.2-ac20
@ 2001-03-14  0:33 Harald Schreiber
  0 siblings, 0 replies; only message in thread
From: Harald Schreiber @ 2001-03-14  0:33 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel, linux-usb-devel


The following patch adds USB support for the Casio QV series of
digital still cameras by adding an entry to the list of unusual
devices of the USB mass storage driver. The patch applies to
kernel 2.4.2-ac20.

--- linux-2.4.2-ac20-vanilla/drivers/usb/storage/unusual_devs.h	Wed Mar 14 01:04:39 2001
+++ linux-2.4.2-ac20/drivers/usb/storage/unusual_devs.h	Tue Mar 13 19:53:01 2001
@@ -241,3 +241,9 @@
 		US_FL_START_STOP ),
 #endif
 
+UNUSUAL_DEV( 0x07cf, 0x1001, 0x9009, 0x9009,
+                "Casio",
+                "QV DigitalCamera",
+                US_SC_8070, US_PR_CB, NULL,
+                US_FL_FIX_INQUIRY ),
+


-- 
-------------------------------------------------------------------
Dipl.-Math. Harald Schreiber, Nizzaalle 26, D-52072 Aachen, Germany
Phone/Fax: +49-241-9108015/6      mailto:harald@harald-schreiber.de
-------------------------------------------------------------------

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

only message in thread, other threads:[~2001-03-14  0:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-14  0:33 [PATCH] USB Support for Casio QV Digital Still Cameras, kernel 2.4.2-ac20 Harald Schreiber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).