Public bug reported:

The Sansa e140 is not recognized as an audio player, though the e130
is... the following patch fixes it:

--- 10-usb-music-players.fdi.old        2007-08-26 10:45:59.000000000 +0300
+++ 10-usb-music-players.fdi    2007-08-26 10:46:05.000000000 +0300
@@ -397,6 +397,16 @@
            <append key="portable_audio_player.output_formats" 
type="strlist">audio/x-wav</append>
            <append key="portable_audio_player.input_formats" 
type="strlist">audio/x-wav</append>
          </match>
+         <!-- Sansa e140 -->
+         <match key="@storage.originating_device:usb.product_id" int="0x7302">
+           <merge key="portable_audio_player.type" 
type="string">generic</merge>
+           <merge key="portable_audio_player.access_method" 
type="string">storage</merge>
+           <append key="portable_audio_player.output_formats" 
type="strlist">audio/x-ms-wma</append>
+            <append key="portable_audio_player.output_formats" 
type="strlist">audio/audible</append>
+           <append key="portable_audio_player.output_formats" 
type="strlist">audio/x-wav</append>
+           <append key="portable_audio_player.input_formats" 
type="strlist">audio/x-wav</append>
+         </match>

(The patch is trivial, the only difference between the e140 and the e130
is that the product_id is 0x7302 instead of 0x3701)

** Affects: hal (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Sansa e140 not recognized as audio player
https://bugs.launchpad.net/bugs/134849
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to