Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
7cfff7f2
Commit
7cfff7f2
authored
Oct 08, 2010
by
Len Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'msi-dmi' into release
parents
c9933f79
3deb11ef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
drivers/acpi/blacklist.c
drivers/acpi/blacklist.c
+17
-0
No files found.
drivers/acpi/blacklist.c
View file @
7cfff7f2
...
@@ -204,6 +204,23 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
...
@@ -204,6 +204,23 @@ static struct dmi_system_id acpi_osi_dmi_table[] __initdata = {
},
},
},
},
{
{
/*
* There have a NVIF method in MSI GX723 DSDT need call by Nvidia
* driver (e.g. nouveau) when user press brightness hotkey.
* Currently, nouveau driver didn't do the job and it causes there
* have a infinite while loop in DSDT when user press hotkey.
* We add MSI GX723's dmi information to this table for workaround
* this issue.
* Will remove MSI GX723 from the table after nouveau grows support.
*/
.
callback
=
dmi_disable_osi_vista
,
.
ident
=
"MSI GX723"
,
.
matches
=
{
DMI_MATCH
(
DMI_SYS_VENDOR
,
"Micro-Star International"
),
DMI_MATCH
(
DMI_PRODUCT_NAME
,
"GX723"
),
},
},
{
.
callback
=
dmi_disable_osi_vista
,
.
callback
=
dmi_disable_osi_vista
,
.
ident
=
"Sony VGN-NS10J_S"
,
.
ident
=
"Sony VGN-NS10J_S"
,
.
matches
=
{
.
matches
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment