summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2017-03-19 13:04:54 +0100
committerMarcus Meissner <marcus@jet.franken.de>2017-03-19 13:04:54 +0100
commit1bb4edbeafa219fdbaa4f1bb4b98749644f3c74d (patch)
tree9741e627722c8ac15e01d4228d197cd64c07d353
parent9a26c3b4eaad7a0adeb067d0d887f2aa4ac3614d (diff)
downloadlibgphoto2-1bb4edbeafa219fdbaa4f1bb4b98749644f3c74d.tar.gz
added gopro hero5 (from libmtp report)
-rw-r--r--camlibs/ptp2/library.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/camlibs/ptp2/library.c b/camlibs/ptp2/library.c
index d56b508e7..55b8f1d28 100644
--- a/camlibs/ptp2/library.c
+++ b/camlibs/ptp2/library.c
@@ -2088,6 +2088,9 @@ static struct {
{"GoPro:HERO 3+", 0x2672, 0x0011, 0},
/* https://sourceforge.net/u/drzap/libmtp/ci/39841e9a15ed250a0121ae4a139b2a950a07f08c/ */
{"GoPro:HERO +", 0x2672, 0x0021, 0},
+ /* from libmtp */
+ {"GoPro:HERO5 Black", 0x2672, 0x0027, 0},
+
#endif
};