diff options
author | Theodore Kilgore <kilgota@auburn.edu> | 2010-05-17 00:08:37 +0000 |
---|---|---|
committer | Theodore Kilgore <kilgota@auburn.edu> | 2010-05-17 00:08:37 +0000 |
commit | 48793494b111a75f6ab2d4904891211a1140ae37 (patch) | |
tree | 3017c00351cf378c8112866d4d25d362ae1f9b1f /camlibs/digigr8 | |
parent | 8ade2d05c54587864a2f50c083e17364b9418c0b (diff) | |
download | libgphoto2-48793494b111a75f6ab2d4904891211a1140ae37.tar.gz |
camlibs/digigr8:Stop & Shop, camera, UPC product code 87096, added.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13057 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/digigr8')
-rw-r--r-- | camlibs/digigr8/ChangeLog | 4 | ||||
-rw-r--r-- | camlibs/digigr8/library.c | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/camlibs/digigr8/ChangeLog b/camlibs/digigr8/ChangeLog index bcd9005ff..33641baa3 100644 --- a/camlibs/digigr8/ChangeLog +++ b/camlibs/digigr8/ChangeLog @@ -1,3 +1,7 @@ +2010-05-16 Theodore Kilgore <kilgota@auburn.edu> + * library.c: Stop & Shop, camera, UPC product code 87096, added. + Reported by Adam Rubin, Adam <adam707@verizon.net> + 2010-03-16 Theodore Kilgore <kilgota@auburn.edu> * library.c: attempt to name output file abandoned in camera_capture_preview() diff --git a/camlibs/digigr8/library.c b/camlibs/digigr8/library.c index 06240e8d1..98fad5f3d 100644 --- a/camlibs/digigr8/library.c +++ b/camlibs/digigr8/library.c @@ -70,6 +70,8 @@ static const struct { 0x2770, 0x905c}, {"Sakar Micro Digital 2428x", GP_DRIVER_STATUS_EXPERIMENTAL, 0x2770, 0x905c}, + {"Stop & Shop 87096", GP_DRIVER_STATUS_EXPERIMENTAL, + 0x2770, 0x905c}, {"Jazz JDC9", GP_DRIVER_STATUS_EXPERIMENTAL, 0x2770, 0x905c}, {"Disney pix micro", GP_DRIVER_STATUS_EXPERIMENTAL, 0x2770, 0x9050}, /* from IRC reporter, adam@piggz.co.uk */ |