aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <meissner@suse.de>2018-07-31 17:42:05 +0200
committerGitHub <noreply@github.com>2018-07-31 17:42:05 +0200
commitdc827033556a1bd53e8496a87447ce35fa8c08a2 (patch)
tree75e684e83b563dcbf45d375d11c8d3e32f55ba3b
parentacbf559aa97d2c8267ad170a6e79213a2f523356 (diff)
parent16d2628f6baa29c79c520f5fa3fc1978cbd97ae9 (diff)
downloadlibmtp-dc827033556a1bd53e8496a87447ce35fa8c08a2.tar.gz
Merge pull request #12 from emericg/master
added GoPro devices
-rw-r--r--src/music-players.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/music-players.h b/src/music-players.h
index 82bfe5c..00102f8 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -3761,7 +3761,11 @@
{ "GoPro" , 0x2672, "HERO+", 0x0021, DEVICE_FLAG_NONE },
{ "GoPro" , 0x2672, "HERO5 Black", 0x0027, DEVICE_FLAG_NONE },
{ "GoPro" , 0x2672, "HERO5 Session", 0x0029, DEVICE_FLAG_NONE },
+ { "GoPro" , 0x2672, "HERO 2018", 0x002d, DEVICE_FLAG_NONE },
+ { "GoPro" , 0x2672, "FUSION (back)", 0x0032, DEVICE_FLAG_NONE },
+ { "GoPro" , 0x2672, "FUSION (front)", 0x0035, DEVICE_FLAG_NONE },
{ "GoPro" , 0x2672, "HERO6 Black", 0x0037, DEVICE_FLAG_NONE },
+ { "GoPro" , 0x2672, "HERO7 Black", 0x0047, DEVICE_FLAG_NONE },
/* https://sourceforge.net/p/libmtp/bugs/1490/ */
{ "Marshall" , 0x2ad9, "London", 0x000b, DEVICE_FLAG_NONE },