Bug 3036 - Add blacklist from nautilus-cd-burner
Summary: Add blacklist from nautilus-cd-burner
Status: RESOLVED FIXED
Alias: None
Product: hal
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: David Zeuthen (not reading bugmail)
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-15 09:09 UTC by Bastien Nocera
Modified: 2005-11-08 17:08 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
fdi-file as fix for this bug (1.32 KB, text/plain)
2005-11-09 09:25 UTC, Danny Kukawka
Details

Description Bastien Nocera 2005-04-15 09:09:58 UTC
Only a couple of broken drives listed in nautilus-cd-burner:

static struct {
        const char *name;
        gboolean can_write_cdr;
        gboolean can_write_cdrw;
        gboolean can_write_dvdr;
        gboolean can_write_dvdram;
} recorder_whitelist [] = {
        { "IOMEGA - CDRW9602EXT-B", TRUE, TRUE, FALSE, FALSE },
        { "SONY - CD-R   CDU948S",  TRUE, FALSE, FALSE, FALSE },
};
Comment 1 Danny Kukawka 2005-11-09 09:25:07 UTC
Created attachment 3756 [details]
fdi-file as fix for this bug

This should fix this properties. This patch is against current CVS-HEAD
Comment 2 Danny Kukawka 2005-11-09 12:08:30 UTC
Added fix to current HAL CVS-HEAD. This workaround in nautilus-cd-burner should 
be no longer needed with the next HAL release. I take the maintainer of nautilus
-cd-burner in CC.


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.