gphoto / libgphoto2

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

Camera model manufacturer name seems off #754

Closed JaapKeuter closed 2 years ago

JaapKeuter commented 2 years ago

gphoto/libgphoto2/master/camlibs/ptp2/library.c

    /* Michael Steinhauser <mistr@online.de> */
    {"Ricoh Caplio:R1v (PTP mode)",     0x05ca, 0x032b, 0},

This entry seems off, the colon seems out of place

    /* Michael Steinhauser <mistr@online.de> */
    {"Ricoh:Caplio R1v (PTP mode)",     0x05ca, 0x032b, 0},
msmeissn commented 2 years ago

thx, fixed in git!

JaapKeuter commented 2 years ago

thx, fixed in git!

Yep, thanks!