projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5a7f82
)
i8k: Add support for Dell Studio laptops
author
Guenter Roeck
<linux@roeck-us.net>
Sat, 14 Dec 2013 17:30:17 +0000
(09:30 -0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 19 Dec 2013 00:46:44 +0000
(16:46 -0800)
Tested with Dell Studio 1555.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/i8k.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/i8k.c
b/drivers/char/i8k.c
index 0fbf32fd17b8eebf8a08f02c28aa429692b97aa9..4b707c108d13aede1c0c2097df0d6ee58fdcb5b7 100644
(file)
--- a/
drivers/char/i8k.c
+++ b/
drivers/char/i8k.c
@@
-692,6
+692,13
@@
static struct dmi_system_id i8k_dmi_table[] __initdata = {
DMI_MATCH(DMI_PRODUCT_NAME, "XPS L421X"),
},
},
+ {
+ .ident = "Dell Studio",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Studio"),
+ },
+ },
{ }
};