gphoto / libgphoto2

The libgphoto2 camera access and control library.
GNU Lesser General Public License v2.1
1.03k stars 324 forks source link

ptp2: fix a regression in ptp_get_property_description #1030

Closed axxel closed 1 week ago

axxel commented 1 week ago

Generally looking for MTP prop names when searching for a Canon prop was the wrong approach. This leads to "Aperture" beeing called "Secure Time".

Instead just copy the 3 MTP prop names actually required into the Canon prop name list.