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 Tamron SP 15-30mm F/2.8 Di VC USD G2 #3063

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions src/canonmn_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1706,6 +1706,7 @@ constexpr TagDetails canonCsLensType[] = {
{112, "Sigma 40mm f/1.5 FF High-speed Prime"}, // 1
{112, "Sigma 105mm f/1.5 FF High-speed Prime"}, // 2
{117, "Tamron 35-150mm f/2.8-4.0 Di VC OSD"},
{117, "Tamron SP 15-30mm f/2.8 Di VC USD G2"},
{117, "Tamron SP 35mm f/1.4 Di USD"}, // 1
{124, "Canon MP-E 65mm f/2.8 1-5x Macro Photo"},
{125, "Canon TS-E 24mm f/3.5L"},
Expand Down
2 changes: 2 additions & 0 deletions src/nikonmn_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2895,6 +2895,8 @@ std::ostream& Nikon3MakerNote::printLensId(std::ostream& os, const Value& value,
"SP AF 10-24mm F/3.5-4.5 Di II LD Aspherical (IF)"},
{0x00, 0x36, 0x1C, 0x2D, 0x34, 0x3C, 0x00, 0x06, 0x00, 0x00, 0x00, "Tamron", "A13",
"SP AF 11-18mm F/4.5-5.6 Di II LD Aspherical (IF)"},
{0xCA, 0x48, 0x27, 0x3E, 0x24, 0x24, 0xDF, 0x4E, 0x00, 0x00, 0x00, "Tamron", "A041",
"SP 15-30mm F/2.8 Di VC USD G2"},
{0xE9, 0x48, 0x27, 0x3E, 0x24, 0x24, 0xDF, 0x0E, 0x00, 0x00, 0x00, "Tamron", "A012",
"SP 15-30mm F/2.8 Di VC USD"},
{0xEA, 0x40, 0x29, 0x8E, 0x2C, 0x40, 0xDF, 0x0E, 0x00, 0x00, 0x00, "Tamron", "B016",
Expand Down
Loading