projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59ccf2f
)
Support KHLB2 in the compal laptop driver
author
Albert Astals Cid
<aacid@kde.org>
Fri, 7 Jan 2011 22:29:44 +0000
(17:29 -0500)
committer
Matthew Garrett
<mjg@redhat.com>
Fri, 7 Jan 2011 22:29:44 +0000
(17:29 -0500)
Add the KHLB2 model identifier to the list of supported models
Signed-off-by: Albert Astals Cid <aacid@kde.org>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/compal-laptop.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/compal-laptop.c
b/drivers/platform/x86/compal-laptop.c
index
097083c
..
034572b
100644
(file)
--- a/
drivers/platform/x86/compal-laptop.c
+++ b/
drivers/platform/x86/compal-laptop.c
@@
-872,6
+872,14
@@
static struct dmi_system_id __initdata compal_dmi_table[] = {
},
.callback = dmi_check_cb_extra
},
+ {
+ .ident = "KHLB2",
+ .matches = {
+ DMI_MATCH(DMI_BOARD_NAME, "KHLB2"),
+ DMI_MATCH(DMI_BOARD_VERSION, "REFERENCE"),
+ },
+ .callback = dmi_check_cb_extra
+ },
{ }
};