summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-11-17 15:00:31 +0100
committerGitHub <noreply@github.com>2020-11-17 15:00:31 +0100
commit69d57d1443ee1e5a64366e45b027b983b5d7188e (patch)
tree1e3d719081f0b3d19dc0fe8fcdac302f7b7f22ea
parent882ac2972c6479932fc63fb806106f9f65feac1c (diff)
parent395b1a22fcf7f089df3b1e37ee9942d622ef64a0 (diff)
downloadlibmtp-69d57d1443ee1e5a64366e45b027b983b5d7188e.tar.gz
Merge pull request #68 from nh2/ricoh-theta
Add Ricoh Theta V and Z1
-rw-r--r--src/music-players.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/music-players.h b/src/music-players.h
index 5bd52a1..3217020 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -4021,6 +4021,12 @@
{ "GoPro" , 0x2672, "HERO7 Black", 0x0047, DEVICE_FLAG_NONE },
{ "GoPro" , 0x2672, "HERO8 Black", 0x0049, DEVICE_FLAG_NONE },
+ /* These Ricoh Theta cameras run Android but seem to work
+ * without DEVICE_FLAGS_ANDROID_BUGS.
+ */
+ { "Ricoh", 0x05ca, "Theta V (MTP)", 0x0368, DEVICE_FLAG_NONE },
+ { "Ricoh", 0x05ca, "Theta Z1 (MTP)", 0x036d, DEVICE_FLAG_NONE },
+
/* https://sourceforge.net/p/libmtp/bugs/1490/ */
{ "Marshall" , 0x2ad9, "London", 0x000b, DEVICE_FLAG_NONE },