On 03/18/2018 06:24 PM, Ed Greshko wrote:
On 03/19/18 09:15, Ed Greshko wrote:
On 03/19/18 09:10, ToddAndMargo wrote:
On 03/18/2018 05:57 PM, Ed Greshko wrote:
Well, it seems it is defined in music-players.h
It should be a USB storage device
Well if you look at music-players.h it seems *everything* is defined there. I think access to a "music player's" storage is much the same as a Tablet.
I just plugged in my Samsung phone
Mar 19 09:18:21 meimei kernel: usb 2-1.3: new high-speed USB device number 8 using ehci-pci Mar 19 09:18:22 meimei kernel: usb 2-1.3: New USB device found, idVendor=04e8, idProduct=6860 Mar 19 09:18:22 meimei kernel: usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Mar 19 09:18:22 meimei kernel: usb 2-1.3: Product: SAMSUNG_Android Mar 19 09:18:22 meimei kernel: usb 2-1.3: Manufacturer: SAMSUNG Mar 19 09:18:22 meimei kernel: usb 2-1.3: SerialNumber: 03157df39c51d73a
And it is defined in music-players.h
{ "Samsung", 0x04e8, "Galaxy models (MTP)", 0x6860, /*DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST_ALL | DEVICE_FLAG_BROKEN_MTPGETOBJPROPLIST |*/ DEVICE_FLAG_UNLOAD_DRIVER | DEVICE_FLAG_LONG_TIMEOUT | DEVICE_FLAG_PROPLIST_OVERRIDES_OI | DEVICE_FLAG_OGG_IS_UNKNOWN | DEVICE_FLAG_FLAC_IS_UNKNOWN },
And it works fine. After, I should add, I responded to a prompt on my phone giving permission to access it via MTP.
Mine gave the same pop up. I selected the default storage device. I did not think of trying a music device.
I get a shot at it tomorrow and I will try and get back.
Thank you!