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;
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.