Bug 3036

Summary: Add blacklist from nautilus-cd-burner
Product: hal Reporter: Bastien Nocera <bugzilla>
Component: miscAssignee: David Zeuthen (not reading bugmail) <zeuthen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high CC: william.jon.mccann
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: fdi-file as fix for this bug

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.