Skip to content

Commit

Permalink
Merge pull request #276 from crener/master
Browse files Browse the repository at this point in the history
Added missing Sony model IDs
  • Loading branch information
drewnoakes authored Nov 15, 2020
2 parents 00f2ac0 + 68d0564 commit 6e170af
Showing 1 changed file with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,54 @@ public SonyType1MakernoteDescriptor(SonyType1MakernoteDirectory directory)
296 => "NEX-5R",
297 => "DSC-RX100",
298 => "DSC-RX1",
299 => "NEX - VG900",
300 => "NEX - VG30E",
302 => "ILCE - 3000 / ILCE - 3500",
303 => "SLT - A58",
305 => "NEX - 3N",
306 => "ILCE-7",
307 => "NEX-5T",
308 => "DSC-RX100M2",
309 => "DSC-RX10",
310 => "DSC-RX1R",
311 => "ILCE-7R",
312 => "ILCE-6000",
313 => "ILCE-5000",
317 => "DSC-RX100M3",
318 => "ILCE-7S",
319 => "ILCA-77M2",
339 => "ILCE-5100",
340 => "ILCE-7M2",
341 => "DSC-RX100M4",
342 => "DSC-RX10M2",
344 => "DSC-RX1RM2",
346 => "ILCE-QX1",
347 => "ILCE-7RM2",
350 => "ILCE-7SM2",
353 => "ILCA-68",
354 => "ILCA-99M2",
355 => "DSC-RX10M3",
356 => "DSC-RX100M5",
357 => "ILCE-6300",
358 => "ILCE-9",
360 => "ILCE-6500",
362 => "ILCE-7RM3",
363 => "ILCE-7M3",
364 => "DSC-RX0",
365 => "DSC-RX10M4",
366 => "DSC-RX100M6",
367 => "DSC-HX99",
369 => "DSC-RX100M5A",
371 => "ILCE-6400",
372 => "DSC-RX0M2",
374 => "DSC-RX100M7",
375 => "ILCE-7RM4",
376 => "ILCE-9M2",
378 => "ILCE-6600",
379 => "ILCE-6100",
380 => "ZV-1",
381 => "ILCE-7C",
383 => "ILCE-7SM3",
_ => "Unknown (" + value + ")",
};
}
Expand Down

0 comments on commit 6e170af

Please sign in to comment.