linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Adam J. Richter" <adam@yggdrasil.com>
To: cpia@risc.uni-linz.ac.at, jerdfelt@valinux.com,
	Jochen.Scharrlach@schwaben.de, linux-kernel@vger.kernel.org,
	torvalds@transmeta.com
Subject: PATCH: linux-2.4.2-pre4/drivers/media/video/cpia_usb.c device ID update
Date: Mon, 19 Feb 2001 04:03:32 -0800	[thread overview]
Message-ID: <200102191203.EAA29927@baldur.yggdrasil.com> (raw)

	The following one line patch updates the cpia_usb driver
in linux-2.4.2-pre4 to include the additional device ID that
already appears in http://download.sourceforge.net/webcam/cpia-1.2.tgz.
This patch is necessary to make cpia_usb work with the Intel QX3 microscope
and possibly other devices as well.  I tested this patch by looking
through my QX3 microscope under XawTV, which did not work without this
change.

Adam J. Richter     __     ______________   4880 Stevens Creek Blvd, Suite 104
adam@yggdrasil.com     \ /                  San Jose, California 95129-1034
+1 408 261-6630         | g g d r a s i l   United States of America
fax +1 408 261-6631      "Free Software For The Rest Of Us."
-----------------------------CUT HERE---------------------------------------

--- linux-2.4.2-pre4/drivers/media/video/cpia_usb.c	Thu Jan  4 13:15:32 2001
+++ linux/drivers/media/video/cpia_usb.c	Mon Feb 19 01:27:56 2001
@@ -558,6 +558,7 @@
 
 static struct usb_device_id cpia_id_table [] = {
 	{ USB_DEVICE(0x0553, 0x0002) },
+	{ USB_DEVICE(0x0813, 0x0001) },
 	{ }					/* Terminating entry */
 };
 

                 reply	other threads:[~2001-02-19 12:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200102191203.EAA29927@baldur.yggdrasil.com \
    --to=adam@yggdrasil.com \
    --cc=Jochen.Scharrlach@schwaben.de \
    --cc=cpia@risc.uni-linz.ac.at \
    --cc=jerdfelt@valinux.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).