summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@google.com>2013-02-13 15:14:28 -0800
committerLinus Walleij <triad@df.lth.se>2013-03-12 08:39:43 +0100
commitaeed281f2cc403ee0b8d7e281cffd564e16844c1 (patch)
tree0bf54c542c715e707ac6256b9400c4550a7d05d8
parent766bcb82ba6f01cf3216a2e1ad65d0669c887945 (diff)
downloadlibmtp-aeed281f2cc403ee0b8d7e281cffd564e16844c1.tar.gz
Remove the Nexus S from the list of known MTP devices.
Stock Nexus S devices are mass storage and not MTP. Signed-off-by: Lei Zhang <thestig@google.com> Signed-off-by: Linus Walleij <triad@df.lth.se>
-rw-r--r--src/music-players.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/music-players.h b/src/music-players.h
index 8d672cd..3466d79 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -1828,9 +1828,7 @@
// Reported by anonymous Sourceforge user
{ "Google Inc (for Asus)", 0x18d1, "TF101 Transformer", 0x4e0f,
DEVICE_FLAGS_ANDROID_BUGS },
- // Reported by Laurent Artaud <laurenta@users.sourceforge.net>
- { "Google Inc (for Samsung)", 0x18d1, "Nexus S", 0x4e21,
- DEVICE_FLAGS_ANDROID_BUGS },
+ // 0x4e21 (Nexus S) is a USB Mass Storage device.
// Reported by Chris Smith <tcgsmythe@users.sourceforge.net>
{ "Google Inc (for Asus)", 0x18d1, "Nexus 7 (MTP)", 0x4e41,
DEVICE_FLAGS_ANDROID_BUGS },