summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schulte <trilader@users.noreply.github.com>2021-08-12 15:13:49 +0200
committerMarcus Meissner <meissner@suse.de>2021-08-12 15:56:52 +0200
commiteef6ef81399ed9b06ea8132ab6e02b04403e97e1 (patch)
treec9414f5b52ab97e71fb63253648c984a31981961
parent31f30208ec1af1baac6bc6535034f173f9bd21ef (diff)
downloadlibgphoto2-eef6ef81399ed9b06ea8132ab6e02b04403e97e1.tar.gz
Add add missing ISO values from Canon EOS R6
The Canon EOS R6 has two additional ISO values that were not supported before: 64000 and 80000.
-rw-r--r--camlibs/ptp2/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/camlibs/ptp2/config.c b/camlibs/ptp2/config.c
index 8459bb16e..7f9e689ec 100644
--- a/camlibs/ptp2/config.c
+++ b/camlibs/ptp2/config.c
@@ -2634,6 +2634,8 @@ static struct deviceproptableu16 canon_isospeed[] = {
{ "32000", 0x008b, 0 },
{ "40000", 0x008d, 0 },
{ "51200", 0x0090, 0 },
+ { "64000", 0x0093, 0 },
+ { "80000", 0x0095, 0 },
{ "102400", 0x0098, 0 },
{ "204800", 0x00a0, 0 },
{ "409600", 0x00a8, 0 },