diff options
author | Marcus Meissner <marcus@jet.franken.de> | 2022-08-27 13:41:48 +0200 |
---|---|---|
committer | Marcus Meissner <marcus@jet.franken.de> | 2022-08-27 13:41:48 +0200 |
commit | 83302481cb579db172b411c315f58ae8ea44c70e (patch) | |
tree | 6dbe893e905eea5f93f12b624bf05092d32f2921 /camlibs/ptp2/ptp-pack.c | |
parent | b1ca489a65f8df796a55ce6b7d84270f9b638837 (diff) | |
download | libgphoto2-83302481cb579db172b411c315f58ae8ea44c70e.tar.gz |
note that m10 is also type 8
Diffstat (limited to 'camlibs/ptp2/ptp-pack.c')
-rw-r--r-- | camlibs/ptp2/ptp-pack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/ptp2/ptp-pack.c b/camlibs/ptp2/ptp-pack.c index 1ea7ffdb6..e3ab1a228 100644 --- a/camlibs/ptp2/ptp-pack.c +++ b/camlibs/ptp2/ptp-pack.c @@ -2518,7 +2518,7 @@ static int olcsizes[0x14][13] = { {0,0,0,0,0, 0,0,0,0,0, 0,0,0 }, /* 0x5 */ {0,0,0,0,0, 0,0,0,0,0, 0,0,0 }, /* 0x6 */ {2,6,5,4,4, 6,7,4,6,7, 7,8,1 }, /* 0x7 */ - {2,6,5,4,4, 6,7,4,6,7, 7,8,1 }, /* 0x8 */ /* PowerShot SX720HS: only reports 0x1, 0x2, 0x4 and 0x8 masks, seperateely */ + {2,6,5,4,4, 6,7,4,6,7, 7,8,1 }, /* 0x8 */ /* EOS M10, PowerShot SX720HS: only report 0x1, 0x2, 0x4 and 0x8 masks, seperately */ {2,6,5,4,4, 6,7,4,6,7, 7,8,1 }, /* 0x9 */ {2,6,5,4,4, 6,7,4,6,7, 7,8,1 }, /* 0xa */ {2,6,5,4,4, 6,8,4,6,5, 5,9,8(x) },/* 0xb */ |