aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2017-04-11 08:49:02 +0200
committerMarcus Meissner <marcus@jet.franken.de>2017-04-11 08:49:02 +0200
commitd99bd5c954a92df623d12518986d77e58c906c0c (patch)
treed0d42f8e42984aa23250bf67e10cee1f1e620717
parentb5545a14d75b83b3e926a42f3da513f6e16d43b0 (diff)
downloadlibmtp-d99bd5c954a92df623d12518986d77e58c906c0c.tar.gz
added fairphone 2 with a google vendor id
https://sourceforge.net/p/libmtp/feature-requests/218/
-rw-r--r--src/music-players.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/music-players.h b/src/music-players.h
index 2acf1eb..44890f0 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -2289,6 +2289,9 @@
DEVICE_FLAGS_ANDROID_BUGS },
{ "Google Inc (for Sony)", 0x18d1, "S1", 0x05b3,
DEVICE_FLAGS_ANDROID_BUGS },
+ /* https://sourceforge.net/p/libmtp/feature-requests/218/ */
+ { "Google Inc (for Fairphone)", 0x18d1, "Fairphone 2", 0x0a07,
+ DEVICE_FLAGS_ANDROID_BUGS },
// Reported by anonymous Sourceforge user
{ "Google Inc (for Barnes & Noble)", 0x18d1, "Nook Color", 0x2d02,
DEVICE_FLAGS_ANDROID_BUGS },