[Digikam-devel] [Bug 271153] Tokina AT-X 107 AF DX Fish-eye not recognised

Andreas Huggel ahuggel at gmx.net
Wed Apr 20 11:28:09 BST 2011


https://bugs.kde.org/show_bug.cgi?id=271153





--- Comment #7 from Andreas Huggel <ahuggel gmx net>  2011-04-20 12:28:08 ---
Milan, yes, another line is necessary to enable the magic that checks the focal
length. With the patch below it works on the exv file you attached. I've
checked in the change.

Andreas

--- canonmn.cpp    (revision 2473)
+++ canonmn.cpp    (working copy)
@@ -551,6 +551,7 @@
         { 156, "Canon EF 28-105mm f/3.5-4.5 USM"                            },
         { 160, "Canon EF 20-35mm f/3.5-4.5 USM"                             },
// 0
         { 160, "Tamron AF 19-35mm f/3.5-4.5"                                },
// 1
+        { 160, "Tokina AT-X 107 AF DX Fish-eye 10-17mm f/3.5-4.5"           },
// 2
         { 161, "Canon EF 28-70mm f/2.8L"                                    },
// 0
         { 161, "Sigma 24-70mm EX f/2.8"                                     },
// 1
         { 161, "Sigma 28-70mm f/2.8 EX"                                     },
// 2
@@ -671,6 +672,7 @@
         { 150, printCsLensByFocalLength },
         { 152, printCsLensByFocalLength },
         { 153, printCsLensByFocalLength },
+        { 160, printCsLensByFocalLength },
         { 161, printCsLensByFocalLength },
         { 169, printCsLensByFocalLength },
         { 173, printCsLensByFocalLength }, // works partly

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list