I would suggest to add the following lines to src/music-players.h:
{ "MediaTek Inc", 0x0e8d, "MT65xx", 0x2008,
DEVICE_FLAGS_ANDROID_BUGS },
It corresponds to a device given by "lsusb" as:
Bus 002 Device 009: ID 0e8d:2008 MediaTek Inc.
and identified by "dmesg" as
[46843.744526] usb 2-1.3: new high-speed USB device number 8 using ehci-pci
[46843.837937] usb 2-1.3: New USB device found, idVendor=0e8d, idProduct=2008
[46843.837947] usb 2-1.3: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[46843.837951] usb 2-1.3: Product: MT65xx Android Phone
[46843.837956] usb 2-1.3: Manufacturer: MediaTek
[46843.837960] usb 2-1.3: SerialNumber: 0123456789ABCDEF
Andreas
Anonymous
applied to git for 1.1.10, thanks!