projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b58602a
)
i8k: Enable i8k on Dell Precision Systems
author
Andy Spencer
<spenceal@rose-hulman.edu>
Fri, 2 Jan 2009 16:19:13 +0000
(16:19 +0000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 2 Jan 2009 18:28:32 +0000
(10:28 -0800)
Patch to enable i8k on Dell Precisions.
Signed-off-by: Andy Spencer <spenceal@rose-hulman.edu>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/i8k.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/i8k.c
b/drivers/char/i8k.c
index b60d425ce8d1502fcadcfba5350770525d9be2dd..099fc89a5bdd8712b3ec2b750ddf82d941714da2 100644
(file)
--- a/
drivers/char/i8k.c
+++ b/
drivers/char/i8k.c
@@
-485,6
+485,13
@@
static struct dmi_system_id __initdata i8k_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "MP061"),
},
},
+ {
+ .ident = "Dell Precision",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Precision"),
+ },
+ },
{ }
};