|
From: Roger Q. <rog...@no...> - 2011-01-18 19:07:49
|
Hi Linus, the mtp-probe utility works fine with Nokia Meego devices. However the udev rule needs to be updated to include Communication Device Class. Patch attached. Please integrate if it looks ok. Tested to work on Ubuntu 10.10. Any idea where I should change the device Icon shown in Nautils and Rhythmbox. It shows a Ipod nano icon, by default i guess. -- regards, -roger On 01/15/2011 12:31 PM, ext Linus Walleij wrote: > Has any of you Nokia guys had a chance to test out the new detection code in > libmtp 1.0.4? > > I personally believe this udev-based scheme ought to be the right way forward, > it always invokes mtp-probe, and in the Nokia case it should detect the string > "MTP" on the interface, flag this as MTP and bail out. > > On devices not announcing MTP in the interface string it will resort to probing > for the "OS descriptor". > > Basically it's the exact same probing routine that is used inside libmtp that is > invokes for every new device that is class 06 (PTP), vendor specific (0xff) or > interface-defined (0x00). > > Have you tried this code and does it work for you? > > Yours, > Linus Walleij |