| OLD | NEW |
| 1 diff --git a/src/music-players.h b/src/music-players.h | 1 Index: src/music-players.h |
| 2 index fdd4654..c753e36 100644 | 2 =================================================================== |
| 3 --- a/src/music-players.h | 3 --- src/music-players.h»(revision 149707) |
| 4 +++ b/src/music-players.h | 4 +++ src/music-players.h»(working copy) |
| 5 @@ -2257,12 +2257,6 @@ | 5 @@ -1553,9 +1553,6 @@ |
| 6 // Reported by anonymous Sourceforge user | 6 // Reported by anonymous Sourceforge user |
| 7 { "Google Inc (for Asus)", 0x18d1, "TF101 Transformer", 0x4e0f, | 7 { "Google Inc (for Asus)", 0x18d1, "TF101 Transformer", 0x4e0f, |
| 8 DEVICE_FLAGS_ANDROID_BUGS }, | 8 DEVICE_FLAGS_ANDROID_BUGS }, |
| 9 - // 0x4e21 (Nexus S) is a USB Mass Storage device. | 9 - // Reported by Laurent Artaud <laurenta@users.sourceforge.net> |
| 10 - { "Google Inc (for Samsung)", 0x18d1, "Nexus S (MTP)", 0x4e25, | 10 - { "Google Inc (for Samsung)", 0x18d1, "Nexus S", 0x4e21, |
| 11 - DEVICE_FLAGS_ANDROID_BUGS }, | |
| 12 - // 0x4e26 is also used by "Ramos W30HD Pro Quad Core" | |
| 13 - { "Google Inc (for Samsung)", 0x18d1, "Nexus S (MTP+ADB)", 0x4e26, | |
| 14 - DEVICE_FLAGS_ANDROID_BUGS }, | 11 - DEVICE_FLAGS_ANDROID_BUGS }, |
| 15 // Reported by Chris Smith <tcgsmythe@users.sourceforge.net> | 12 // Reported by Chris Smith <tcgsmythe@users.sourceforge.net> |
| 16 { "Google Inc (for Asus)", 0x18d1, "Nexus 7 (MTP)", 0x4e41, | 13 { "Google Inc (for Asus)", 0x18d1, "Nexus 7", 0x4e41, |
| 17 DEVICE_FLAGS_ANDROID_BUGS }, | 14 DEVICE_FLAGS_ANDROID_BUGS }, |
| OLD | NEW |