Skip to content

Commit

Permalink
Sony:DSC-HX90V added
Browse files Browse the repository at this point in the history
  • Loading branch information
msmeissn committed Jun 2, 2017
1 parent 85e8655 commit 395575f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions camlibs/ptp2/library.c
Original file line number Diff line number Diff line change
Expand Up @@ -944,19 +944,22 @@ static struct {
{"Sony:Alpha-A7r (Control)", 0x054c, 0x094d, PTP_CAP|PTP_CAP_PREVIEW},

/* preview was confirmed not to work. */
{"Sony:Alpha-A6000 (Control)",0x054c, 0x094e, PTP_CAP},
{"Sony:Alpha-A6000 (Control)", 0x054c, 0x094e, PTP_CAP},

/* Nick Clarke <[email protected]> */
{"Sony:Alpha-A77 M2 (Control)",0x054c, 0x0953, PTP_CAP|PTP_CAP_PREVIEW},
{"Sony:Alpha-A77 M2 (Control)", 0x054c, 0x0953, PTP_CAP|PTP_CAP_PREVIEW},

/* Markus Oertel */
{"Sony:Alpha-A5100 (Control)",0x054c, 0x0957, PTP_CAP|PTP_CAP_PREVIEW},
{"Sony:Alpha-A5100 (Control)", 0x054c, 0x0957, PTP_CAP|PTP_CAP_PREVIEW},

/* http://sourceforge.net/p/gphoto/feature-requests/456/ */
{"Sony:Alpha-A7S (Control)", 0x054c, 0x0954, PTP_CAP|PTP_CAP_PREVIEW},
{"Sony:Alpha-A7S (Control)", 0x054c, 0x0954, PTP_CAP|PTP_CAP_PREVIEW},

/* https://sourceforge.net/p/gphoto/feature-requests/472/ */
{"Sony:DSC-HX90V (MTP)", 0x054c, 0x09e8, 0},

/* [email protected] */
{"Sony:ILCE-7M2 (Control)", 0x054c, 0x0a6a, PTP_CAP|PTP_CAP_PREVIEW},
{"Sony:ILCE-7M2 (Control)", 0x054c, 0x0a6a, PTP_CAP|PTP_CAP_PREVIEW},

/* Andre Crone, [email protected] */
{"Sony:Alpha-A7r II (Control)", 0x054c, 0x0a6b, PTP_CAP|PTP_CAP_PREVIEW},
Expand Down

0 comments on commit 395575f

Please sign in to comment.