diff options
author | Theodore Kilgore <kilgota@auburn.edu> | 2011-06-20 22:29:23 +0000 |
---|---|---|
committer | Theodore Kilgore <kilgota@auburn.edu> | 2011-06-20 22:29:23 +0000 |
commit | 4bfa7bdb32ba24074400c5b2cd434e9ceaa06776 (patch) | |
tree | df91630649645e75ae02bb70f048ba30de31f3a2 /camlibs | |
parent | b76a2cde744ca7d2140bb4f3203860a2e4531e0b (diff) | |
download | libgphoto2-4bfa7bdb32ba24074400c5b2cd434e9ceaa06776.tar.gz |
jl2005c: Sakar Dora the Explorer no. 88067 added
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13657 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs')
-rw-r--r-- | camlibs/jl2005c/ChangeLog | 4 | ||||
-rw-r--r-- | camlibs/jl2005c/library.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/camlibs/jl2005c/ChangeLog b/camlibs/jl2005c/ChangeLog index 99c132ddb..cc7089e56 100644 --- a/camlibs/jl2005c/ChangeLog +++ b/camlibs/jl2005c/ChangeLog @@ -1,8 +1,10 @@ +2011-06-20 Theodore Kilgore <kilgota@auburn.edu> + * library.c: Sakar 88067 Dora the Explorer camera added. + 2010-04-28 Theodore Kilgore <kilgota@auburn.edu> * README.jl2005c: minor cleanup. * library.c: Sakar 88601 Nickelodeon iCarly camera added. - 2010-12-26 Marcus Meissner <marcus@jet.franken.de> * jl2005bcd_decompress.c: Dynamically allocate the out and diff --git a/camlibs/jl2005c/library.c b/camlibs/jl2005c/library.c index 776dca4da..ead45f582 100644 --- a/camlibs/jl2005c/library.c +++ b/camlibs/jl2005c/library.c @@ -62,6 +62,8 @@ struct { {"Sakar no. 81890", GP_DRIVER_STATUS_EXPERIMENTAL, 0x0979, 0x0227}, {"Sakar Nickelodeon iCarly no. 88061", GP_DRIVER_STATUS_EXPERIMENTAL, 0x0979, 0x0227}, + {"Sakar Dora the Explorer no. 88067", GP_DRIVER_STATUS_EXPERIMENTAL, + 0x0979, 0x0227}, {"Sakar no. 91379", GP_DRIVER_STATUS_EXPERIMENTAL, 0x0979, 0x0227}, {"Sakar no. 98379", GP_DRIVER_STATUS_EXPERIMENTAL, 0x0979, 0x0227}, {"Sakar Kidz-Cam no. 88379", GP_DRIVER_STATUS_EXPERIMENTAL, |