Skip to content

Commit

Permalink
sync from libmtp
Browse files Browse the repository at this point in the history
  • Loading branch information
msmeissn committed May 24, 2020
1 parent 8e82e07 commit a0d7a32
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions camlibs/ptp2/music-players.h
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@
// DEVICE_FLAG_UNLOAD_DRIVER },
// Reported by Anonymous SourceForge user
{"TrekStor", 0x1e68, "i.Beat Organix 2.0", 0x0002,
DEVICE_FLAG_UNLOAD_DRIVER },
DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST },

/* Also Thalia Toline. https://sourceforge.net/p/libmtp/bugs/1156/ */
{"iRiver", 0x1e68, "Tolino Tab 7", 0x1002,
Expand Down Expand Up @@ -2251,7 +2251,7 @@
DEVICE_FLAG_NONE },
{ "SONY", 0x0fce, "Xperia E3 MTP+ADB", 0x51bc,
DEVICE_FLAG_NONE },
{ "SONY", 0x0fce, "Xperia Z3 Tablet MTP+ADB", 0x41c0,
{ "SONY", 0x0fce, "Xperia Z3 Tablet MTP+ADB", 0x51c0,
DEVICE_FLAG_NONE },
{ "SONY", 0x0fce, "XPeria M4 Aqua Dual MTP+ADB", 0x51c4,
DEVICE_FLAG_NONE },
Expand Down Expand Up @@ -3069,9 +3069,15 @@
/* https://sourceforge.net/p/libmtp/support-requests/262/ */
{ "Lenovo", 0x17ef, "Tab4 10", 0x7ac5,
DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/feature-requests/296/ */
{ "Lenovo", 0x17ef, "TB-7304I", 0x7b3c,
DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/1831/ */
{ "Lenovo", 0x17ef, "Tab4 10 (2nd ID)", 0x7bc7,
DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/1873/ */
{ "Lenovo", 0x17ef, "Tab P10", 0x7bd3,
DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/1736/ */
{ "Lenovo", 0x17ef, "P1060X", 0x9039,
DEVICE_FLAGS_ANDROID_BUGS },
Expand Down Expand Up @@ -3476,6 +3482,9 @@
DEVICE_FLAGS_ANDROID_BUGS },
{ "Amazon", 0x1949, "Fire Phone", 0x0800,
DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/1876/ */
{ "Amazon", 0x1949, "Kindle Fire (ID 8)", 0x0c31,
DEVICE_FLAGS_ANDROID_BUGS },

/*
* Barnes&Noble
Expand Down Expand Up @@ -3753,6 +3762,7 @@
{ "Garmin", 0x091e, "Fenix 5/5S/5X Plus", 0x4b54, DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/feature-requests/271/ */
{ "Garmin", 0x091e, "Vivoactive 3", 0x4bac, DEVICE_FLAGS_ANDROID_BUGS },
{ "Garmin", 0x091e, "Vivoactive 4S", 0x4c98, DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/1864/ */
{ "Garmin", 0x091e, "Venu", 0x4c9a, DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/1852/ */
Expand Down Expand Up @@ -3809,6 +3819,9 @@
/* https://sourceforge.net/p/libmtp/support-requests/269/ */
{ "bq", 0x2a47, "Aquarius U", 0x9039,
DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/bugs/1874/ */
{ "bq", 0x2a47, "Aquarius U (2nd id)", 0x903a,
DEVICE_FLAGS_ANDROID_BUGS },
/* https://sourceforge.net/p/libmtp/feature-requests/231/ */
{ "bq", 0x2a47, "U Plus", 0xf003, DEVICE_FLAGS_ANDROID_BUGS },

Expand Down

0 comments on commit a0d7a32

Please sign in to comment.