From 9c9066d877573a3c44aec879af0f2b0846fb5d73 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 10:12:27 +0100 Subject: [PATCH] Issue #3031 - Add Sigma 28mm F1.4 DG HSM ART (Nikon F) ID (backport #3032) (#3033) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add identification bytes and string for Sigma 28mm F1.4 DG HSM ART for Nikon-F mount (cherry picked from commit eefc9960811ebe79d1b9b65438ce5ca5d6766bb2) * Update lens ID number with correct part number from Sigma (cherry picked from commit aa8908707f631423f82d14759bd6c4cbe43c3b98) * Update src/nikonmn_int.cpp (cherry picked from commit 105dedc3e379d3026eb6b82d7ca346e375337405) --------- Co-authored-by: Your Name Co-authored-by: Miloš Komarčević <4973094+kmilos@users.noreply.github.com> --- src/nikonmn_int.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nikonmn_int.cpp b/src/nikonmn_int.cpp index 2bdefbb4f2..dd316b58f8 100644 --- a/src/nikonmn_int.cpp +++ b/src/nikonmn_int.cpp @@ -2538,6 +2538,7 @@ std::ostream& Nikon3MakerNote::printLensId(std::ostream& os, const Value& value, "24mm F1.8 EX DG Aspherical Macro"}, {0x02, 0x46, 0x37, 0x37, 0x25, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, "Sigma", "438", "24mm F2.8 Super Wide II Macro"}, + {0xBC, 0x54, 0x3C, 0x3C, 0x0C, 0x0C, 0x4B, 0x46, 0x00, 0x00, 0x00, "Sigma", "441555", "28mm F1.4 DG HSM | A"}, {0x26, 0x58, 0x3C, 0x3C, 0x14, 0x14, 0x1C, 0x02, 0x00, 0x00, 0x00, "Sigma", "440442", "28mm F1.8 EX DG Aspherical Macro"}, {0x48, 0x54, 0x3E, 0x3E, 0x0C, 0x0C, 0x4B, 0x06, 0x01, 0x00, 0x00, "Sigma", "477554", "30mm F1.4 EX DC HSM"},