aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJerry Zhang <zhangjerry@google.com>2017-03-27 12:18:50 -0700
committerJerry Zhang <zhangjerry@google.com>2017-03-27 12:18:50 -0700
commitaa5e1786a7e9de712c0b8b0ee15804a492bda5a2 (patch)
treee80d90bef1a205b8ab10966ae6317d45c1451f2c /src
parent4e7bbf33b5bfb0af0d7bbfdeb144e0a3e2035af3 (diff)
downloadlibmtp-aa5e1786a7e9de712c0b8b0ee15804a492bda5a2.tar.gz
Update Google device strings, add (PTP+ADB) id
"Nexus 4/5/7/10" is a little out of date. Update to "Nexus/Pixel" which more accurately describes the devices under these device ids, which includes the Pixel/Pixel XL. Also add 0x4EE6 for the device id for the above devices in ptp and adb mode. Signed-off-by: Jerry Zhang <zhangjerry@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/music-players.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/music-players.h b/src/music-players.h
index 70837e2..f99aaf7 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -2309,14 +2309,14 @@
// Reported by Michael Hess <mhess126@gmail.com>
{ "Google Inc (for Asus)", 0x18d1, "Nexus 7 (MTP+ADB)", 0x4e42,
DEVICE_FLAGS_ANDROID_BUGS },
- { "Google Inc (for LG Electronics/Samsung)", 0x18d1,
- "Nexus 4/5/7/10 (MTP)", 0x4ee1,
+ { "Google Inc", 0x18d1, "Nexus/Pixel (MTP)", 0x4ee1,
(DEVICE_FLAGS_ANDROID_BUGS | DEVICE_FLAG_PROPLIST_OVERRIDES_OI) & ~DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },
- { "Google Inc (for LG Electronics/Samsung)", 0x18d1,
- "Nexus 4/5/7/10 (MTP+ADB)", 0x4ee2,
+ { "Google Inc", 0x18d1, "Nexus/Pixel (MTP+ADB)", 0x4ee2,
DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/1255/ */
- { "Google", 0x18d1, "Nexus 5 (MTP)", 0x4ee5,
+ { "Google Inc", 0x18d1, "Nexus/Pixel (PTP)", 0x4ee5,
+ DEVICE_FLAGS_ANDROID_BUGS },
+ { "Google Inc", 0x18d1, "Nexus/Pixel (PTP+ADB)", 0x4ee6,
DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/1444/ */
{ "Google", 0x18d1, "Pixel C (MTP)", 0x5202,