summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <triad@df.lth.se>2008-11-25 20:21:18 +0000
committerLinus Walleij <triad@df.lth.se>2008-11-25 20:21:18 +0000
commit753acf11e8a6e60d0f4b1cb587626a6a60cf75d4 (patch)
tree1c5763124b5117f8aa45a84a25fe8c62d138c915
parent90b39f540708bb334e193460be8c9bc415e14e93 (diff)
downloadlibmtp-753acf11e8a6e60d0f4b1cb587626a6a60cf75d4.tar.gz
iRiver Lplayer
-rw-r--r--src/music-players.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/music-players.h b/src/music-players.h
index 8a03e38..f2dd6d1 100644
--- a/src/music-players.h
+++ b/src/music-players.h
@@ -297,6 +297,11 @@
{ "iRiver", 0x4102, "iFP-880", 0x1008,
DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
+ // From Steve Cordwell <geoguy@users.sourceforge.net>
+ // VERY uncertain about the device flags for this one.
+ { "iRiver", 0x4102, "Lplayer", 0x1042,
+ DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |
+ DEVICE_FLAG_IRIVER_OGG_ALZHEIMER },
// From libgphoto2 source
{ "iRiver", 0x4102, "T10", 0x1113,
DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST | DEVICE_FLAG_NO_ZERO_READS |