Sansa e140 not recognized as audio player

Bug #134849 reported by Ohad Lutzky
2
Affects Status Importance Assigned to Milestone
HAL
Fix Released
Medium
hal-info (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

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)

Tags: fdi

Related branches

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

Origin is a launchpad bug :
https://bugs.edge.launchpad.net/ubuntu/+source/hal/+bug/134849

From the patch, it looks identical to the e130 (just a different usb prod ID)

- <!-- Sansa e130 -->
- <match key="@storage.originating_device:usb.product_id" int="0x7301">
+ <!-- Sansa e130, e140 -->
+ <match key="@storage.originating_device:usb.product_id" int="0x7301:0x7302">

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

Created an attachment (id=12229)
SanDisk Sansa e140 ugly patch

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

Bug reported upstream, so marking this as In Progress

Changed in hal:
status: New → In Progress
Changed in hal:
status: Unknown → Confirmed
Revision history for this message
In , Danny Kukawka (danny-kukawka) wrote :
Changed in hal:
status: Confirmed → Fix Released
Martin Pitt (pitti)
Changed in hal-info:
status: In Progress → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package hal-info - 20080215-1ubuntu1

---------------
hal-info (20080215-1ubuntu1) hardy; urgency=low

  * New upstream snapshot with updated hardware quirks and attributes.
    - Do not consider 0x05e3:0x0702 as a music player, since this chip is also
      present in some IDE drives like the Adaptec ACS-120 USB Enclosure.
      (LP: #182051)
    - Adds Sansa e140 music player. (LP: #134849)
  * Merge from debian unstable, remaining changes:
    - 01_dell_cdrom_nopoll.patch: Re-introduce disabling of
      Dell Inspiron laptop CD-ROMs (GCC-4240N), since due to a weird hardware
      bug they cause extreme slowdown. (LP #48499)
    - 02_laptop_panel_brightness_in_hardware.patch: Some Thinkpads have ACPI
      brightness controls, disable laptop_panel.brightness_in_hardware for
      them.
  * Add debian/patches/03_olympus_ds2.patch: Add Olympus DS-2 voice recorder
    (LP: #94924)
  * Add debian/patches/04_nokia5300.patch: Add Nokia 5300 music player
    (LP: #103831)
  * Add debian/patches/05_mobile_media_tech_usb.patch: Add No-name music
    player sold as "Lavod", with a chip from Mobile Media Tech.
    (LP: #114443)
  * Add debian/patches/06_samsung_ypk3.patch: Add Samsung Yepp YP-K3 music
    player. (LP: #120413)
  * Add debian/patches/07_asus_v6v_pm_quirk.patch: Use s3_bios PM quirk for
    the Asus V6V. (LP: #191737)
  * Add debian/patches/08_asus_p5l_quirk.patch: Add video quirks for Asus
    P5LD2. (LP: #190456)
  * Add debian/patches/09_lyra_th1501.patch: Add Lyra TH1501 music player.
    (LP: #157904)
  * Add debian/patches/10_sony_w880i.patch: Add Sony Ericsson W880i Walkman
    Phone. (LP: #117809)

hal-info (20080215-1) unstable; urgency=low

  * New upstream release.
    - Fixes a typo in 20-video-quirk-pm-lenovo.fdi. (Closes: #462012)
  * debian/patches/00_disable_mpio_hd300_detection.patch
    - Removed, merged upstream.
  * debian/control
    - Bump Standards-Version to 3.7.3. No further changes required.

hal-info (20071212-2) unstable; urgency=low

  * debian/patches/00_disable_mpio_hd300_detection.patch
    - Added. Disable MPIO HD300 detection. The exact same usb controller is
      used in some common usb disks, causing very annoying false positives
      (Closes: #456675)

 -- Martin Pitt <email address hidden> Thu, 28 Feb 2008 17:11:42 +0100

Changed in hal-info:
status: Fix Committed → Fix Released
Changed in hal:
importance: Unknown → Medium
Changed in hal:
importance: Medium → Unknown
Changed in hal:
importance: Unknown → Medium
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.