Skip to content

Commit

Permalink
breaks support for ILCE-7C (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluebrain2000 authored Nov 23, 2023
1 parent 8931db2 commit aecbc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camlibs/ptp2/ptp.h
Original file line number Diff line number Diff line change
Expand Up @@ -4688,7 +4688,7 @@ has_sony_mode_300(PTPParams *params) {
if (!strcmp(params->deviceinfo.Model, "ILCE-7SM3")) return 1;
if (!strcmp(params->deviceinfo.Model, "ILCE-7RM4")) return 1;
if (!strcmp(params->deviceinfo.Model, "ILCE-7RM4A")) return 1;
if (!strcmp(params->deviceinfo.Model, "ILCE-7C")) return 1;
// if (!strcmp(params->deviceinfo.Model, "ILCE-7C")) return 1;
if (!strcmp(params->deviceinfo.Model, "ILCE-9M2")) return 1;
if (!strcmp(params->deviceinfo.Model, "ILCE-1")) return 1;
if (!strcmp(params->deviceinfo.Model, "ILCE-7M4")) return 1;
Expand Down

0 comments on commit aecbc5d

Please sign in to comment.