summaryrefslogtreecommitdiff
path: root/graphics/s10sh/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2004-02-19 19:59:35 +0000
committerdrochner <drochner@pkgsrc.org>2004-02-19 19:59:35 +0000
commit2a1114c9e650824acf511b005fe8009182344376 (patch)
treec8f44e5aef4112b13178d8db55256a137ca6382c /graphics/s10sh/patches
parent5a73f5fbd4985bcbd27ba9ac8e87bc127824c962 (diff)
downloadpkgsrc-2a1114c9e650824acf511b005fe8009182344376.tar.gz
this works with a EOS300 aka Digital Rebel if forced to
Diffstat (limited to 'graphics/s10sh/patches')
-rw-r--r--graphics/s10sh/patches/patch-ad9
-rw-r--r--graphics/s10sh/patches/patch-ae9
2 files changed, 10 insertions, 8 deletions
diff --git a/graphics/s10sh/patches/patch-ad b/graphics/s10sh/patches/patch-ad
index 199cd5892e5..4d64f270ba3 100644
--- a/graphics/s10sh/patches/patch-ad
+++ b/graphics/s10sh/patches/patch-ad
@@ -1,13 +1,14 @@
-$NetBSD: patch-ad,v 1.1 2002/10/22 16:09:16 drochner Exp $
+$NetBSD: patch-ad,v 1.2 2004/02/19 19:59:35 drochner Exp $
---- usb.h.orig Tue Oct 22 18:01:50 2002
-+++ usb.h Tue Oct 22 18:03:37 2002
-@@ -28,6 +28,8 @@
+--- usb.h.orig 2001-03-13 14:46:18.000000000 +0100
++++ usb.h
+@@ -28,6 +28,9 @@
#define PRODUCT_ID_S100_US 0x3045 /* S100, aka. Digital Ixus, Elph */
#define PRODUCT_ID_S100_EU 0x3047 /* S100, aka. Digital Ixus, Elph */
#define PRODUCT_ID_G1 0x3048 /* PowerShot G1 */
+#define PRODUCT_ID_A20 0x304e /* PowerShot A20 */
+#define PRODUCT_ID_S330_US 0x3066 /* PowerShot S330, Digital Elph */
++#define PRODUCT_ID_EOS300D 0x3084 /* EOD 300D, Digital Rebel */
/* The Canon USB protocol of the S10, S20, S100, G1 is the same.
* We can hope that the next cameras will adopt a compatible protocol
diff --git a/graphics/s10sh/patches/patch-ae b/graphics/s10sh/patches/patch-ae
index b601887da14..cc37bcd355d 100644
--- a/graphics/s10sh/patches/patch-ae
+++ b/graphics/s10sh/patches/patch-ae
@@ -1,13 +1,14 @@
-$NetBSD: patch-ae,v 1.1 2002/10/22 16:09:16 drochner Exp $
+$NetBSD: patch-ae,v 1.2 2004/02/19 19:59:35 drochner Exp $
---- usb.c.orig Tue Oct 22 18:01:45 2002
-+++ usb.c Tue Oct 22 18:04:23 2002
-@@ -103,6 +103,8 @@
+--- usb.c.orig 2001-03-13 14:46:18.000000000 +0100
++++ usb.c
+@@ -103,6 +103,9 @@ int USB_camera_init(struct usb_device **
case PRODUCT_ID_NEXTDIGICAM4:
case PRODUCT_ID_NEXTDIGICAM5:
case PRODUCT_ID_NEXTDIGICAM6:
+ case PRODUCT_ID_A20:
+ case PRODUCT_ID_S330_US:
++ case PRODUCT_ID_EOS300D:
*camera_dev = dev;
printf("Unsupported Canon digicam "
"found, S10sh will try to use "