pkgsrc/graphics/s10sh/patches/patch-ad
drochner c9e95fccd8 hack in support for Powershot A20 and S330 Digital Elph; the latter
is from John Kohl per PR pkg/18742, the former result of a google
search
2002-10-22 16:09:15 +00:00

13 lines
606 B
Text

$NetBSD: patch-ad,v 1.1 2002/10/22 16:09:16 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 @@
#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 */
/* 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