--- dc2xx.c.orig	Fri Jun  9 09:43:20 2000
+++ dc2xx.c	Fri Jun  9 09:41:51 2000
@@ -82,8 +82,8 @@
 
 /* table of cameras that work through this driver */
 static const struct camera {
-	short		idVendor;
-	short		idProduct;
+	unsigned short	idVendor;
+	unsigned short	idProduct;
 	/* plus hooks for camera-specific info if needed */
 } cameras [] = {
 	/* These have the same application level protocol */  
@@ -98,7 +98,7 @@
     { 0x040a, 0x0110 },		// Kodak DC-260
     { 0x040a, 0x0111 },		// Kodak DC-265
     { 0x040a, 0x0112 },		// Kodak DC-290
-//  { 0x03f0, 0xffff },		// HP PhotoSmart C500
+    { 0xf003, 0x6002 },		// HP PhotoSmart C500
 
 	/* Other USB devices may well work here too, so long as they
 	 * just stick to half duplex bulk packet exchanges.  That

