HAL not recognize correctly Cowon iAudio F2

Bug #118477 reported by Gianvito Cavasoli
2
Affects Status Importance Assigned to Milestone
hal-info (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: hal-info

Cowon iAudio F2 audio player is recognized by hal as a generic USB Mass Storage Device rather than a Media Player. The problem is in the file "/usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi", F2 is in Archos brand and not in Cowon brand:

 <!-- Archos -->
 <match key="@storage.originating_device:usb.vendor_id" int="0xe79">
          <!-- iAudio F2 -->
          <match key="@storage.physical_device:usb.product_id" int="0x730">
            <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.type" type="string">generic</merge>
            <merge key="portable_audio_player.access_method" type="string">storage</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">application/ogg</append>
            <append key="portable_audio_player.output_formats" type="strlist">audio/x-ms-wma</append>
            <append key="portable_audio_player.output_formats" type="strlist">audio/flac</append>
            <append key="portable_audio_player.output_formats" type="strlist">audio/x-wav</append>
            <append key="portable_audio_player.input_formats" type="strlist">audio/mpeg</append>
            <append key="portable_audio_player.audio_folders" type="strlist">MUSIC</append>
            <append key="portable_audio_player.audio_folders" type="strlist">VOICE</append>
            <append key="portable_audio_player.audio_folders" type="strlist">RECORD</append>
            <append key="portable_audio_player.playlist_formats" type="strlist">audio/x-mpegurl</append>
            <append key="portable_audio_player.playlist_path" type="string">PLAYLIST/%File</append>
          </match>

I have changed and put it under cowon brand, now work perfectly (rhythmbox recognize it):

 <!-- Cowon -->
 <match key="@storage.originating_device:usb.vendor_id" int="0xe21">
          <!-- iAudio F2 -->
          <match key="@storage.physical_device:usb.product_id" int="0x730">
            <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.type" type="string">generic</merge>
            <merge key="portable_audio_player.access_method" type="string">storage</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">application/ogg</append>
            <append key="portable_audio_player.output_formats" type="strlist">audio/x-ms-wma</append>
            <append key="portable_audio_player.output_formats" type="strlist">audio/flac</append>
            <append key="portable_audio_player.output_formats" type="strlist">audio/x-wav</append>
            <append key="portable_audio_player.input_formats" type="strlist">audio/mpeg</append>
            <append key="portable_audio_player.audio_folders" type="strlist">MUSIC</append>
            <append key="portable_audio_player.audio_folders" type="strlist">VOICE</append>
            <append key="portable_audio_player.audio_folders" type="strlist">RECORD</append>
            <append key="portable_audio_player.playlist_formats" type="strlist">audio/x-mpegurl</append>
            <append key="portable_audio_player.playlist_path" type="string">PLAYLIST/%File</append>
          </match>

ubuntu version: feisty fawn 7.04
kernel linux version: 2.6.21.3-feisty-ck2 #1 Mon May 28 01:13:58 CEST 2007 x86_64 GNU/Linux
hal-info version: 20070402-1ubuntu1~feisty1

Revision history for this message
Robin Sheat (eythian) wrote :

In feisty now the F2 definition is correct and works fine.

Revision history for this message
Stéphane Loeuillet (leroutier) wrote :

I can confirm that it has been fixed upstream by looking at :
http://gitweb.freedesktop.org/?p=hal-info.git;a=blob;f=fdi/information/10freedesktop/10-usb-music-players.fdi

Marking it as Fix Released

Changed in hal-info:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.