summaryrefslogtreecommitdiff
path: root/camlibs/jl2005c
diff options
context:
space:
mode:
authorTheodore Kilgore <kilgota@auburn.edu>2008-05-21 00:21:49 +0000
committerTheodore Kilgore <kilgota@auburn.edu>2008-05-21 00:21:49 +0000
commit5bd574cbb6b7554ee5bcb529753175fe2120e232 (patch)
tree00c87d6eb14537ff1c2c7ce0ac9456a88ac2ddcc /camlibs/jl2005c
parentd2683019dd31aa0242b141658c7ee541dff933d5 (diff)
downloadlibgphoto2-5bd574cbb6b7554ee5bcb529753175fe2120e232.tar.gz
camlibs/jl2005c: Another one found in the wild.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@11151 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/jl2005c')
-rw-r--r--camlibs/jl2005c/ChangeLog7
-rw-r--r--camlibs/jl2005c/library.c11
2 files changed, 15 insertions, 3 deletions
diff --git a/camlibs/jl2005c/ChangeLog b/camlibs/jl2005c/ChangeLog
index 4b0d9209d..5cb820f47 100644
--- a/camlibs/jl2005c/ChangeLog
+++ b/camlibs/jl2005c/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-20 Theodore Kilgore <kilgota@auburn.edu>
+ * library.c: Listing for Sakar Sticker Wizard no. 59379 added, found
+ by Niklas Peinecke <n.peinecke@web.de>
+
+2007-05-12 Theodore Kilgore <kilgota@auburn.edu>
+ * library.c: Listing for Sakar clipshot no. 1169x added.
+
2008-01-06 Theodore Kilgore <kilgota@auburn.edu>
* *.[c,h]: The camera of Patrick Simmons is determined to be a
JL2005D. Support is introduced for distinguishing the
diff --git a/camlibs/jl2005c/library.c b/camlibs/jl2005c/library.c
index 257663c7f..25af4e855 100644
--- a/camlibs/jl2005c/library.c
+++ b/camlibs/jl2005c/library.c
@@ -57,10 +57,15 @@ struct {
unsigned short idProduct;
} models[] = {
{"Argus DC1512e", GP_DRIVER_STATUS_EXPERIMENTAL, 0x0979, 0x0227},
- {"Amazing Spiderman", GP_DRIVER_STATUS_EXPERIMENTAL, 0x0979, 0x0227},
+ {"Amazing Spiderman", GP_DRIVER_STATUS_EXPERIMENTAL,
+ 0x0979, 0x0227},
{"Sakar no. 75379", GP_DRIVER_STATUS_EXPERIMENTAL, 0x0979, 0x0227},
- {"Sakar Kidz-Cam no. 88379", GP_DRIVER_STATUS_EXPERIMENTAL, 0x0979, 0x0227},
- {"Sakar clipshot no. 1169x", GP_DRIVER_STATUS_EXPERIMENTAL, 0x0979, 0x0227},
+ {"Sakar Kidz-Cam no. 88379", GP_DRIVER_STATUS_EXPERIMENTAL,
+ 0x0979, 0x0227},
+ {"Sakar clipshot no. 1169x", GP_DRIVER_STATUS_EXPERIMENTAL,
+ 0x0979, 0x0227},
+ {"Sakar Sticker Wizard no. 59379", GP_DRIVER_STATUS_EXPERIMENTAL,
+ 0x0979, 0x0227},
{NULL,0,0,0}
};