Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Add tools/udev-syntax-check.py for a syntax check of the generated udev rules,
and call it during build.
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
|
|
|
|
|
|
|
|
|
|
This is done by adding an "android" entry in the AccessProtocol list.
Banshee and rhythmbox already handles this entry as a list so this
shouldn't cause issues.
|
|
Info coming from Banshee
|
|
|
|
ID taken from Banshee
|
|
This ID comes from Banshee
|
|
|
|
fdi2mpi.py produced "ProductID" fields, but mpi2udev.py does not evaluate them.
Since they were only being used in one file (apple-1261_1262.mpi), just change
the file to use a standard "DeviceMatch" field, and drop "ProductID"
completely.
https://launchpad.net/bugs/576738
|
|
Thanks to Christophe Perez!
https://launchpad.net/bugs/601718
|
|
https://launchpad.net/bugs/642944
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=30257
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=30256
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=30253
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
|
|
This got accidentally broken in a previous commit.
https://bugs.freedesktop.org/show_bug.cgi?id=29554
|
|
|
|
|
|
Fields need to be separated with semicolons, not commas.
https://bugs.freedesktop.org/show_bug.cgi?id=30074
https://launchpad.net/632585
|
|
|
|
|
|
|
|
And make the "distcheck" rule actually work.
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=29554
|
|
This reverts commit 420cd16898995ce89fa21514f19160fb708bc9b0.
Already added before.
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=29554
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=28576
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
|
|
Ported from hal-info commit 81e47995
|
|
• This player does not seem to support MTP [1].
• The manual can be found under [2].
• Here is an excerpt from `dmesg` after connecting the device to the USB port.
[ 4846.242455] usb 1-2: New USB device found, idVendor=0402, idProduct=5668
[ 4846.242468] usb 1-2: New USB device strings: Mfr=3, Product=1,
SerialNumber=2
[ 4846.242477] usb 1-2: Product: Audio Player
[ 4846.242484] usb 1-2: Manufacturer: ALi Corp.
[ 4846.242491] usb 1-2: SerialNumber: 00101000100000000116
[ 4846.242802] usb 1-2: configuration #1 chosen from 1 choice
The reported serialnumber is different from the one written on the device.
• Playlists do not seem to be supported.
• It can record FM radio and voice.
• I took the string for `Product` from the manual page. On the device it is
only written »MP-375SD«.
[1]
http://sourceforge.net/mailarchive/forum.php?thread_name=AANLkTilNBAEtTNaz0Jf-stbh3DDGKOlu_bB_jiGmxxKY%40mail.gmail.com&forum_name=libmtp-discuss
[2]
http://dspd.teac.de/fileadmin/redaktion/downloads/MP3%20Player/MP-375SD/Manual/MP-375SD_English.pdf
https://bugs.freedesktop.org/show_bug.cgi?id=28221
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
|
|
Thanks to Jonas Häggqvist!
https://bugs.freedesktop.org/show_bug.cgi?id=20717
|
|
|
|
This is required for e. g. Rockbox players.
|
|
|
|
|
|
As per request from Dan Nicholson <dbn.lists@gmail.com>
|
|
|
|
Data sent by Jonathan Matthew
|
|
|
|
They were using usb:vid,pid instead of usb:vid:pid
|
|
As per:
http://git.gnome.org/browse/banshee/tree/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage.addin.xml
and:
http://git.gnome.org/browse/banshee/tree/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/AndroidDevice.cs
|
|
As per:
http://git.gnome.org/browse/banshee/tree/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage.addin.xml
and:
http://git.gnome.org/browse/banshee/tree/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/AndroidDevice.cs
|
|
|