FreeBSD Bugzilla – Attachment 175067 Details for
Bug 210354
[patch] sysutils/hal - k3b, brasero does not find optical drive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch with portrevision
hal_cd.diff (text/plain), 1.39 KB, created by
Steve Wills
on 2016-09-22 15:30:20 UTC
(
hide
)
Description:
updated patch with portrevision
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2016-09-22 15:30:20 UTC
Size:
1.39 KB
patch
obsolete
>Index: sysutils/hal/Makefile >=================================================================== >--- sysutils/hal/Makefile (revision 422614) >+++ sysutils/hal/Makefile (working copy) >@@ -4,7 +4,7 @@ > > PORTNAME= hal > DISTVERSION= 0.5.14 >-PORTREVISION= 30 >+PORTREVISION= 31 > CATEGORIES= sysutils > MASTER_SITES= http://hal.freedesktop.org/releases/ > >Index: sysutils/hal/files/patch-hald_freebsd_hf-scsi.c >=================================================================== >--- sysutils/hal/files/patch-hald_freebsd_hf-scsi.c (revision 422614) >+++ sysutils/hal/files/patch-hald_freebsd_hf-scsi.c (working copy) >@@ -9,6 +9,15 @@ > { > hal_device_property_set_string(device, "storage.bus", "usb"); > hal_device_property_set_string(device, "storage.originating_device", hal_device_get_udi(parent)); >+@@ -301,7 +301,7 @@ >+ >+ driver = hal_device_property_get_string(child, "freebsd.driver"); >+ /* ATAPI devices: CD-ROM (acd), tape (ast) or floppy (afd) */ >+- if (! driver || (strcmp(driver, "acd") && strcmp(driver, "ast") && strcmp(driver, "afd"))) >++ if (! driver || (strcmp(driver, "acd") && strcmp(driver, "ast") && strcmp(driver, "afd") && strcmp(driver, "cd"))) >+ continue; >+ >+ phys_device = hal_device_property_get_string(child, "storage.originating_device"); > @@ -508,6 +508,16 @@ > if (! parent || ! hal_device_property_get_bool(parent, "info.ignore")) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 210354
:
171520
| 175067