| 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 },
|
|
|