Skip to content

Commit

Permalink
Issue #3031 - Add Sigma 28mm F1.4 DG HSM ART (Nikon F) ID (backport #…
Browse files Browse the repository at this point in the history
…3032) (#3033)

* Add identification bytes and string for Sigma 28mm F1.4 DG HSM ART for Nikon-F mount

(cherry picked from commit eefc996)

* Update lens ID number with correct part number from Sigma

(cherry picked from commit aa89087)

* Update src/nikonmn_int.cpp

(cherry picked from commit 105dedc)

---------

Co-authored-by: Your Name <you@example.com>
Co-authored-by: Miloš Komarčević <4973094+kmilos@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 20, 2024
1 parent c9a668c commit 9c9066d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nikonmn_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 9c9066d

Please sign in to comment.