[Bug 55960] DeviceInfo for SLVR/ROKR iTunes Motorola phone
Joe Barnett
thejoe at gmail.com
Fri Aug 11 01:21:37 UTC 2006
Public bug reported:
Binary package hint: hal
Adding the following to /usr/share/hal/fdi/information/10freedesktop/10
-usb-music-players.fdi allows HAL to detect the motorola iTunes enabled
phones as music players.
<!-- Motorola iTunes enabled phone -->
<match key="@storage.physical_device:info.bus" string="usb">
<match key="@storage.physical_device:usb.vendor_id" int="0x22b8">
<match key="@storage.physical_device:usb.product_id" int="0x4810">
<append key="info.capabilities" type="strlist">portable_audio_player</append>
<merge key="info.category" type="string">portable_audio_player</merge>
<merge key="portable_audio_player.access_method" type="string">storage</merge>
<merge key="portable_audio_player.type" type="string">ipod</merge>
<merge key="portable_audio_player.storage_device" type="copy_property">info.udi</merge>
<append key="portable_audio_player.output_formats" type="strlist">audio/mpeg</append>
<append key="portable_audio_player.output_formats" type="strlist">audio/aac</append>
<merge key="storage.requires_eject" type="bool">true</merge>
</match>
</match>
</match>
Rhythmbox 0.9.5+ (already in edgy) supports using these phones as iPods, provided that libgpod >= 0.3.3 (still unreleased cvs version -- might make sense to get this in edgy as well; should I file a separate bug for that?).
** Affects: hal (Ubuntu)
Importance: Untriaged
Status: Unconfirmed
--
DeviceInfo for SLVR/ROKR iTunes Motorola phone
https://launchpad.net/bugs/55960
More information about the desktop-bugs
mailing list