summaryrefslogtreecommitdiff
path: root/camlibs/ax203
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-01-01 12:45:38 +0000
committerHans de Goede <hdegoede@redhat.com>2011-01-01 12:45:38 +0000
commitbe37119ce4413a5e1ae97aeaadfcb68257025a36 (patch)
treefb1b7f6a94fa2339a0f38efe5f5c97c71972ef20 /camlibs/ax203
parent1498680d05f1f00202fa1bd37bed192607ae855a (diff)
downloadlibgphoto2-be37119ce4413a5e1ae97aeaadfcb68257025a36.tar.gz
ax203: Fix support for frames AMIC A25L0x0 flash memories
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@13472 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/ax203')
-rw-r--r--camlibs/ax203/ax203.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camlibs/ax203/ax203.c b/camlibs/ax203/ax203.c
index 8ff4445fd..03216ff91 100644
--- a/camlibs/ax203/ax203.c
+++ b/camlibs/ax203/ax203.c
@@ -44,8 +44,8 @@ static const struct eeprom_info {
int mem_size;
int has_4k_sectors;
} ax203_eeprom_info[] = {
- { "AMIC A25L040", 0x00133037, 524288, 1 },
- { "AMIC A25L080", 0x00143037, 1048576, 1 },
+ { "AMIC A25L040", 0x37133037, 524288, 1 },
+ { "AMIC A25L080", 0x37143037, 1048576, 1 },
{ "AMIC A25L40P", 0x1320377f, 524288, 0 },
{ "AMIC A25L80P", 0x1420377f, 1048576, 0 },
{ "AMIC A25L16P", 0x1520377f, 2097152, 0 },