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 297134 Details for
Bug 251744
Thousands of "ACPI Error (evgpe-0711)..." when external display device is connected to SVGA out port
[?]
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]
patch: disable stray GPE properly
patch-gpe (text/plain), 701 bytes, created by
Zhang Rui
on 2008-03-07 02:49:09 UTC
(
hide
)
Description:
patch: disable stray GPE properly
Filename:
MIME Type:
Creator:
Zhang Rui
Created:
2008-03-07 02:49:09 UTC
Size:
701 bytes
patch
obsolete
>From: Zhang Rui <rui.zhang@intel.com> >Subject: Disable stray GPE properly > >Sighed-off-by: Zhang Rui <rui.zhang@intel.com> >--- > drivers/acpi/events/evgpe.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >Index: linux-2.6/drivers/acpi/events/evgpe.c >=================================================================== >--- linux-2.6.orig/drivers/acpi/events/evgpe.c >+++ linux-2.6/drivers/acpi/events/evgpe.c >@@ -248,7 +248,8 @@ acpi_status acpi_ev_disable_gpe(struct a > > ACPI_FUNCTION_TRACE(ev_disable_gpe); > >- if (!(gpe_event_info->flags & ACPI_GPE_ENABLE_MASK)) { >+ if (gpe_event_info->flags && >+ (!(gpe_event_info->flags & ACPI_GPE_ENABLE_MASK))) { > return_ACPI_STATUS(AE_OK); > } >
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 251744
: 297134