Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 894549 Details for
Bug 909552
Brightness/Backlight adjustement does not work anymore on Dell Inspiron 15r
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix quirk tag in video's quirk table for Dell inspiron 7520
for_dell_inspiron_7520.patch (text/plain), 861 bytes, created by
Aaron Lu
on 2014-05-12 05:34:07 UTC
(
hide
)
Description:
Fix quirk tag in video's quirk table for Dell inspiron 7520
Filename:
MIME Type:
Creator:
Aaron Lu
Created:
2014-05-12 05:34:07 UTC
Size:
861 bytes
patch
obsolete
>diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c >index b6ba88e..61c9ca0 100644 >--- a/drivers/acpi/video.c >+++ b/drivers/acpi/video.c >@@ -242,6 +242,9 @@ static bool acpi_video_use_native_backlight(void) > > static bool acpi_video_verify_backlight_support(void) > { >+ pr_info("%s: win8=%d, use_native=%d, raw=%d\n", __func__, >+ acpi_osi_is_win8(), acpi_video_use_native_backlight(), >+ backlight_device_registered(BACKLIGHT_RAW)); > if (acpi_osi_is_win8() && acpi_video_use_native_backlight() && > backlight_device_registered(BACKLIGHT_RAW)) > return false; >@@ -494,7 +497,7 @@ static struct dmi_system_id video_dmi_table[] __initdata = { > .ident = "Dell Inspiron 7520", > .matches = { > DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), >- DMI_MATCH(DMI_PRODUCT_VERSION, "Inspiron 7520"), >+ DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7520"), > }, > }, > {
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 909552
:
893625
|
893626
|
894101
|
894218
|
894313
| 894549