diff options
author | Hans de Goede <hdegoede@redhat.com> | 2011-02-20 15:25:25 +0000 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2011-02-20 15:25:25 +0000 |
commit | dedc0cf8e20598a1e39657155b0074b59992b333 (patch) | |
tree | 694f19dba8b842285381946989c559e6a9ce9440 /camlibs/st2205 | |
parent | 6be874fd3a3fc4d8ca3db87f8351aa5006afee18 (diff) | |
download | libgphoto2-dedc0cf8e20598a1e39657155b0074b59992b333.tar.gz |
st2205: update table of firmwares which use no compression
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13528 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/st2205')
-rw-r--r-- | camlibs/st2205/st2205.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/camlibs/st2205/st2205.c b/camlibs/st2205/st2205.c index 0d10aa76e..9fdc32212 100644 --- a/camlibs/st2205/st2205.c +++ b/camlibs/st2205/st2205.c @@ -820,7 +820,10 @@ st2205_init(Camera *camera) ST2205_V2_PICTURE_START, 1 }, { } }; - const int uncompressed_firmware_checksums[] = { 0x00ab02fc, 0 }; + const int uncompressed_firmware_checksums[] = { + 0x00ab02fc, /* Frame 96x64 from blokker (Netherlands) */ + 0x00aa8060, /* Blokker frame with picframe hacked firmware */ + 0 }; GP_DEBUG ("st2205_init called"); |