From 50959e86f5605f0043f23a7a67d6336adec02440 Mon Sep 17 00:00:00 2001 From: Theodore Kilgore Date: Fri, 12 Nov 2004 02:39:59 +0000 Subject: added ViviCam 5B and SY-2107C cameras. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@7381 67ed7778-7388-44ab-90cf-0a291f65f57c --- camlibs/sq905/ChangeLog | 5 +++++ camlibs/sq905/library.c | 2 ++ 2 files changed, 7 insertions(+) (limited to 'camlibs/sq905') diff --git a/camlibs/sq905/ChangeLog b/camlibs/sq905/ChangeLog index 2a70ac629..e8cc15180 100644 --- a/camlibs/sq905/ChangeLog +++ b/camlibs/sq905/ChangeLog @@ -1,3 +1,7 @@ +2003-11-11 Theodore Kilgore + * library.c: added ViviCam 5B and SY-2107C cameras. + + 2004-10-28 Hubert Figuiere * sq905.c (sq_read_picture_data): Fix build for gcc 2.95 @@ -5,6 +9,7 @@ 2003-0825 Theodore Kilgore + * README.913C: Description of Argus DC-1730 0x2770:0x913c camera. * library.c: Argus DC-1730 0x2770:0x913c added. diff --git a/camlibs/sq905/library.c b/camlibs/sq905/library.c index f680adee9..ee56e084f 100644 --- a/camlibs/sq905/library.c +++ b/camlibs/sq905/library.c @@ -72,7 +72,9 @@ struct { {"iConcepts digital camera" , GP_DRIVER_STATUS_PRODUCTION , 0x2770 , 0x9120}, {"ViviCam3350", GP_DRIVER_STATUS_EXPERIMENTAL, 0x2770, 0x9120}, + {"ViviCam5B", GP_DRIVER_STATUS_EXPERIMENTAL, 0x2770, 0x9120}, {"DC-N130t", GP_DRIVER_STATUS_EXPERIMENTAL, 0x2770, 0x9120}, + {"SY-2107C", GP_DRIVER_STATUS_EXPERIMENTAL, 0x2770, 0x9120}, {"Argus DC-1730", GP_DRIVER_STATUS_EXPERIMENTAL, 0x2770, 0x913c}, {NULL,0,0} }; -- cgit v1.2.1