Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some F mount lenses #2215

Merged
merged 1 commit into from
May 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/nikonmn_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2024,6 +2024,8 @@ std::ostream& Nikon3MakerNote::printLensId(std::ostream& os, const Value& value,
"AF-S Nikkor 50mm f/1.4G"},
{0xA1, 0x40, 0x18, 0x37, 0x2C, 0x34, 0xA3, 0x06, 0x01, 0x00, 0x00, "Nikon", "JAA804DA",
"AF-S DX Nikkor 10-24mm f/3.5-4.5G ED"},
{0xA2, 0x38, 0x5C, 0x8E, 0x34, 0x40, 0xCD, 0x86, 0x00, 0x00, 0x00, "Nikon", "JAA829DA",
"AF-P DX Nikkor 70-300mm f/4.5-6.3G ED VR"},
{0xA2, 0x48, 0x5C, 0x80, 0x24, 0x24, 0xA4, 0x0E, 0x13, 0x00, 0x00, "Nikon", "JAA807DA",
"AF-S Nikkor 70-200mm f/2.8G ED VR II"},
{0xA3, 0x3C, 0x29, 0x44, 0x30, 0x30, 0xA5, 0x0E, 0x01, 0x00, 0x00, "Nikon", "JAA806DA",
Expand All @@ -2047,6 +2049,8 @@ std::ostream& Nikon3MakerNote::printLensId(std::ostream& os, const Value& value,
"AF-S DX Nikkor 55-300mm f/4.5-5.6G ED VR"},
{0xAD, 0x3C, 0x2D, 0x8E, 0x2C, 0x3C, 0xAF, 0x0E, 0x01, 0x00, 0x00, "Nikon", "JAA812DA",
"AF-S DX Nikkor 18-300mm f/3.5-5.6G ED VR"},
{0xAD, 0x3C, 0xA0, 0xA0, 0x3C, 0x3C, 0xD8, 0x4E, 0x00, 0x00, 0x00, "Nikon", "JAA535DA",
"AF-S Nikkor 500mm f/5.6E PF ED VR"},
{0xAE, 0x54, 0x62, 0x62, 0x0C, 0x0C, 0xB0, 0x06, 0x01, 0x00, 0x00, "Nikon", "JAA338DA",
"AF-S Nikkor 85mm f/1.4G"},
{0xAF, 0x54, 0x44, 0x44, 0x0C, 0x0C, 0xB1, 0x06, 0x01, 0x00, 0x00, "Nikon", "JAA134DA",
Expand Down Expand Up @@ -2482,6 +2486,8 @@ std::ostream& Nikon3MakerNote::printLensId(std::ostream& os, const Value& value,
// M "Tamron" "63D" "AF 35-90mm F/4-5.6";
// M "Tamron" "65D" "SP AF 35-105mm F/2.8 Aspherical";
// M "Tamron" "" "AF 35-135mm F/3.5-4.5";
{0xC9, 0x3C, 0x44, 0x76, 0x25, 0x31, 0xDF, 0x4E, 0x00, 0x00, 0x00, "Tamron", "A043",
"35-150mm F/2.8-4 Di VC OSD"},
{0x00, 0x47, 0x53, 0x80, 0x30, 0x3C, 0x00, 0x06, 0x00, 0x00, 0x00, "Tamron", "A15",
"AF 55-200mm F/4-5.6 Di II LD"},
{0xF7, 0x53, 0x5C, 0x80, 0x24, 0x24, 0x84, 0x06, 0x01, 0x00, 0x00, "Tamron", "A001",
Expand Down