Only in ../../../libgphoto2-2.1.4/camlibs/ricoh: .deps
Only in ../../../libgphoto2-2.1.4/camlibs/ricoh: Makefile
diff -r -u ./g3.c ../../../libgphoto2-2.1.4/camlibs/ricoh/g3.c
--- ./g3.c	2004-01-18 20:47:05.000000000 +0100
+++ ../../../libgphoto2-2.1.4/camlibs/ricoh/g3.c	2004-05-19 17:02:34.000000000 +0200
@@ -1,4 +1,4 @@
-/* g3.c
+ /* g3.c
  *
  * Copyright © 2003 Marcus Meissner <marcus@jet.franken.de>
  *
@@ -236,6 +236,12 @@
 	a.usb_product	= 0x2208;
 	gp_abilities_list_append(list, a);
 
+	strcpy(a.model, "Medion:MD 6126");
+	a.status	= GP_DRIVER_STATUS_EXPERIMENTAL;
+	a.usb_vendor	= 0x5ca;
+	a.usb_product	= 0x2205;
+	gp_abilities_list_append(list, a);
+
 	return (GP_OK);
 }
 
Only in ../../../libgphoto2-2.1.4/camlibs/ricoh: g3.c~

