Bug 36321 - Sandisk Sansa Fuze is not detected as an audio player when in MSC mode
Summary: Sandisk Sansa Fuze is not detected as an audio player when in MSC mode
Status: RESOLVED FIXED
Alias: None
Product: media-player-info
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: All All
: medium normal
Assignee: Martin Pitt
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-17 04:58 UTC by Daniel Seither
Modified: 2011-04-19 02:42 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
corrects device ID for Sansa Fuze (493 bytes, patch)
2011-04-17 04:58 UTC, Daniel Seither
Details | Splinter Review

Description Daniel Seither 2011-04-17 04:58:50 UTC
Created attachment 45727 [details] [review]
corrects device ID for Sansa Fuze

There is a typo in sandisk_sansa-fuze.mpi, preventing the generated udev rule from matching:
> DeviceMatch=usb:0781:074c1;

The leading 0 in the device ID should be removed to shorten it to 4 chars:
> DeviceMatch=usb:0781:74c1;
Comment 1 Martin Pitt 2011-04-19 02:42:19 UTC
Fixed in trunk, thanks!


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.