Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: patches/10_remove_nexus_s_from_device_list.patch

Issue 2345493002: Uprev libmtp to 1.1.12 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Re-upload cl Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: patches/10_remove_nexus_s_from_device_list.patch
diff --git a/patches/10_remove_nexus_s_from_device_list.patch b/patches/10_remove_nexus_s_from_device_list.patch
index f75183eb1a12eae613623a8c5a58a74422f5572a..d7164273ac018c0ccc0bc8ee95d893d9810c4b9e 100644
--- a/patches/10_remove_nexus_s_from_device_list.patch
+++ b/patches/10_remove_nexus_s_from_device_list.patch
@@ -1,14 +1,17 @@
-Index: src/music-players.h
-===================================================================
---- src/music-players.h (revision 149707)
-+++ src/music-players.h (working copy)
-@@ -1553,9 +1553,6 @@
+diff --git a/src/music-players.h b/src/music-players.h
+index fdd4654..c753e36 100644
+--- a/src/music-players.h
++++ b/src/music-players.h
+@@ -2257,12 +2257,6 @@
// 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,
+- // 0x4e21 (Nexus S) is a USB Mass Storage device.
+- { "Google Inc (for Samsung)", 0x18d1, "Nexus S (MTP)", 0x4e25,
+- DEVICE_FLAGS_ANDROID_BUGS },
+- // 0x4e26 is also used by "Ramos W30HD Pro Quad Core"
+- { "Google Inc (for Samsung)", 0x18d1, "Nexus S (MTP+ADB)", 0x4e26,
- DEVICE_FLAGS_ANDROID_BUGS },
// Reported by Chris Smith <tcgsmythe@users.sourceforge.net>
- { "Google Inc (for Asus)", 0x18d1, "Nexus 7", 0x4e41,
+ { "Google Inc (for Asus)", 0x18d1, "Nexus 7 (MTP)", 0x4e41,
DEVICE_FLAGS_ANDROID_BUGS },
« no previous file with comments | « patches/09_do_not_build_udev_and_examples.patch ('k') | patches/11_add_gyp_file_and_generated_headers.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698