summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2016-12-25 23:15:00 +0100
committerMarcus Meissner <marcus@jet.franken.de>2016-12-25 23:15:00 +0100
commitcd98f3323616a8324d05643bc9641e88a3a34c40 (patch)
treeed0bd923ef5df249523a78e3a56ccc282f9f8ef1
parenta23177874b248e8810267e1b26bb215ff557d47c (diff)
downloadlibgphoto2-cd98f3323616a8324d05643bc9641e88a3a34c40.tar.gz
added more gopro hero models.
-rw-r--r--camlibs/ptp2/library.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index b24e8dc37..be601934b 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -2054,10 +2054,15 @@ static struct {
/* https://github.com/gphoto/libgphoto2/issues/105 */
{"Parrot:Sequoia", 0x19cf, 0x5039, PTP_CAP},
+ {"GoPro:HERO" , 0x2672, 0x000c, 0},
+ {"GoPro:HERO4 Silver" , 0x2672, 0x000d, 0 },
+
/* https://sourceforge.net/p/gphoto/support-requests/130/ */
{"GoPro:HERO 4", 0x2672, 0x000e, 0},
/* Tomas Zigo <tomas.zigo@slovanet.sk> */
{"GoPro:HERO 3+", 0x2672, 0x0011, 0},
+ /* https://sourceforge.net/u/drzap/libmtp/ci/39841e9a15ed250a0121ae4a139b2a950a07f08c/ */
+ {"GoPro:HERO +", 0x2672, 0x0021, 0},
#endif
};