diff options
author | Linus Walleij <triad@df.lth.se> | 2008-11-25 20:39:27 +0000 |
---|---|---|
committer | Linus Walleij <triad@df.lth.se> | 2008-11-25 20:39:27 +0000 |
commit | 5b03d300180f24b941b48e1fa0cdc38ab1ba7473 (patch) | |
tree | e84ea557c5c50a1c2af7fc37f4981ff7c87df523 | |
parent | 8c725000da29c54acd29b7e822be0946165f3f08 (diff) | |
download | libmtp-5b03d300180f24b941b48e1fa0cdc38ab1ba7473.tar.gz |
Another Samsung
-rw-r--r-- | src/music-players.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/music-players.h b/src/music-players.h index 65ebc2c..8554789 100644 --- a/src/music-players.h +++ b/src/music-players.h @@ -143,6 +143,7 @@ // this device ID seems to have been recycled for: // the Samsung SGH-A707 Cingular cellphone // the Samsung L760-V cellphone + // the Samsung SGH-U900 cellphone { "Samsung", 0x04e8, "YH-999 Portable Media Center/SGH-A707/SGH-L760V/SGH-U900", 0x5a0f, DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL }, // From Santi BĂ©jar <sbejar@gmail.com> - not sure this is MTP... // { "Samsung", 0x04e8, "Z170 Mobile Phone", 0x6601, DEVICE_FLAG_UNLOAD_DRIVER }, @@ -152,6 +153,9 @@ { "Samsung", 0x04e8, "X830 Mobile Phone", 0x6702, DEVICE_FLAG_NONE }, // From James <jamestech@gmail.com> { "Samsung", 0x04e8, "U600 Mobile Phone", 0x6709, DEVICE_FLAG_UNLOAD_DRIVER }, + // From Cesar Cardoso <cesar@cesarcardoso.tk> + // No confirmation that this is really MTP. + { "Samsung", 0x04e8, "F250 Mobile Phone", 0x6727, DEVICE_FLAG_UNLOAD_DRIVER }, // From Charlie Todd 2007-10-31 { "Samsung", 0x04e8, "Juke (SCH-U470)", 0x6734, DEVICE_FLAG_UNLOAD_DRIVER}, |