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
Kirill Smelkov
linux
Commits
e71be658
Commit
e71be658
authored
May 06, 2002
by
Dave Jones
Committed by
Linus Torvalds
May 06, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] DMI update.
Another Sony for the apm blacklist.
parent
632340cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
arch/i386/kernel/dmi_scan.c
arch/i386/kernel/dmi_scan.c
+6
-0
No files found.
arch/i386/kernel/dmi_scan.c
View file @
e71be658
...
@@ -643,6 +643,12 @@ static __initdata struct dmi_blacklist dmi_blacklist[]={
...
@@ -643,6 +643,12 @@ static __initdata struct dmi_blacklist dmi_blacklist[]={
MATCH
(
DMI_BIOS_DATE
,
"08/25/00"
),
NO_MATCH
MATCH
(
DMI_BIOS_DATE
,
"08/25/00"
),
NO_MATCH
}
},
}
},
{
swab_apm_power_in_minutes
,
"Sony VAIO"
,
{
/* Handle problems with APM on Sony Vaio PCG-Z505LS (with updated BIOS) */
MATCH
(
DMI_BIOS_VENDOR
,
"Phoenix Technologies LTD"
),
MATCH
(
DMI_BIOS_VERSION
,
"R0209Z3"
),
MATCH
(
DMI_BIOS_DATE
,
"05/12/01"
),
NO_MATCH
}
},
{
swab_apm_power_in_minutes
,
"Sony VAIO"
,
{
/* Handle problems with APM on Sony Vaio PCG-F104K */
{
swab_apm_power_in_minutes
,
"Sony VAIO"
,
{
/* Handle problems with APM on Sony Vaio PCG-F104K */
MATCH
(
DMI_BIOS_VENDOR
,
"Phoenix Technologies LTD"
),
MATCH
(
DMI_BIOS_VENDOR
,
"Phoenix Technologies LTD"
),
MATCH
(
DMI_BIOS_VERSION
,
"R0204K2"
),
MATCH
(
DMI_BIOS_VERSION
,
"R0204K2"
),
...
...
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