diff options
author | Theodore Kilgore <kilgota@auburn.edu> | 2004-11-12 02:39:59 +0000 |
---|---|---|
committer | Theodore Kilgore <kilgota@auburn.edu> | 2004-11-12 02:39:59 +0000 |
commit | 50959e86f5605f0043f23a7a67d6336adec02440 (patch) | |
tree | 28d1808b6d0029315045d800f695c00fc6a5596a | |
parent | bbec430b0a64db4a2532c805ee883d28641a1552 (diff) | |
download | libgphoto2-50959e86f5605f0043f23a7a67d6336adec02440.tar.gz |
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
-rw-r--r-- | camlibs/sq905/ChangeLog | 5 | ||||
-rw-r--r-- | camlibs/sq905/library.c | 2 |
2 files changed, 7 insertions, 0 deletions
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 <kilgota@auburn.edu> + * library.c: added ViviCam 5B and SY-2107C cameras. + + 2004-10-28 Hubert Figuiere <hfiguiere@teaser.fr> * sq905.c (sq_read_picture_data): Fix build for gcc 2.95 @@ -5,6 +9,7 @@ 2003-0825 Theodore Kilgore <kilgota@auburn.edu> + * 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} }; |