diff options
Diffstat (limited to 'sys-apps/hal/files/hal-0.4.8-fix_dvdram.patch')
-rw-r--r-- | sys-apps/hal/files/hal-0.4.8-fix_dvdram.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/hal/files/hal-0.4.8-fix_dvdram.patch b/sys-apps/hal/files/hal-0.4.8-fix_dvdram.patch new file mode 100644 index 000000000000..19988b359336 --- /dev/null +++ b/sys-apps/hal/files/hal-0.4.8-fix_dvdram.patch @@ -0,0 +1,11 @@ +--- hald/linux/block_class_device.c 2005-03-28 21:15:19.000000000 +0200 ++++ hald/linux/block_class_device.c 2005-05-19 09:24:52.000000000 +0200 +@@ -350,7 +350,7 @@ + hal_device_property_set_bool (d, "storage.cdrom.dvdr", TRUE); + } + if (capabilities & CDC_DVD_RAM) { +- hal_device_property_set_bool (d, "storage.dvdram", TRUE); ++ hal_device_property_set_bool (d, "storage.cdrom.dvdram", TRUE); + } + + /* while we're at it, check if we support media changed */ |