d65e37274a
1.1.1 version update, add galaxy nexus support, fixed spec file syntax OBS-URL: https://build.opensuse.org/request/show/98417 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmtp?expand=0&rev=37
13 lines
466 B
Diff
13 lines
466 B
Diff
--- src/music-players.h
|
|
+++ src/music-players.h 2011-12-29 12:39:15.813619378 +0100
|
|
@@ -277,6 +277,9 @@
|
|
{ "Samsung", 0x04e8, "GT-B2710/Xcover 271", 0x68af,
|
|
DEVICE_FLAG_UNLOAD_DRIVER |
|
|
DEVICE_FLAG_PLAYLIST_SPL_V1 },
|
|
+ { "Samsung", 0x04e8, "GT-I9250 Galaxy Nexus", 0x685c,
|
|
+ DEVICE_FLAG_UNLOAD_DRIVER |
|
|
+ DEVICE_FLAG_PLAYLIST_SPL_V2 },
|
|
// From anonymous Sourceforge user
|
|
{ "Samsung", 0x04e8, "GT-S5230", 0xe20c, DEVICE_FLAG_NONE },
|
|
|