Bug 8514 - Does not identify SanDisk Sansa e270 as an audio player
Summary: Does not identify SanDisk Sansa e270 as an audio player
Status: RESOLVED FIXED
Alias: None
Product: hal
Classification: Unclassified
Component: hald (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Danny Kukawka
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-05 15:18 UTC by Chris Jones
Modified: 2007-02-21 08:19 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Chris Jones 2006-10-05 15:18:15 UTC
hal does not recognise the SanDisk Sansa e270 mp3 player as a
portable_audio_player (looking at the relevant fdi, the entire range seems to be
missing, but I cannot confirm USB details for them).
Comment 1 Chris Jones 2006-10-05 15:57:54 UTC
I think this will work. At the very least it has the right vendor/product IDs:

Bus 005 Device 013: ID 0781:7421 SanDisk Corp. 

and the device supports mp3 and wma

  <!-- Sandisk Corp. Sansa e270 (maybe others as well) -->
      <match key="@storage.physical_device:usb.vendor_id" int="0x0781">
        <match key="@storage.physical_device:usb.product_id" int="0x7421">
           <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">audio/x-ms-wma</append>
           <append key="portable_audio_player.input_formats"
type="strlist">audio/mpeg</append>
           <append key="portable_audio_player.input_formats"
type="strlist">audio/x-ms-wma</append>
           </match>
      </match>
Comment 2 Anonymous Helper 2007-01-02 01:23:43 UTC
I have an e250, and can confirm identical product and vendor strings.   Seems
it's the same throughout the entire line... only difference is how much flash
storage there is.
Comment 3 Danny Kukawka 2007-02-21 08:19:30 UTC
Device is in now (hal-info package)


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.