projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b377fd3
)
sony-laptop: enable Vaio FZ events
author
Mattia Dongili
<malattia@linux.it>
Sun, 12 Aug 2007 07:20:26 +0000
(16:20 +0900)
committer
Len Brown
<len.brown@intel.com>
Fri, 24 Aug 2007 04:56:59 +0000
(
00:56
-0400)
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/misc/sony-laptop.c
patch
|
blob
|
history
diff --git
a/drivers/misc/sony-laptop.c
b/drivers/misc/sony-laptop.c
index 91da6880ae9390fc2e46490836cd7de97ba27367..7707cc25f3a23f66aeb6ec2ec8bea14f44e360c1 100644
(file)
--- a/
drivers/misc/sony-laptop.c
+++ b/
drivers/misc/sony-laptop.c
@@
-855,6
+855,15
@@
static struct dmi_system_id sony_nc_ids[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FE"),
},
},
+ {
+ .ident = "Sony Vaio FZ Series",
+ .callback = sony_nc_C_enable,
+ .driver_data = sony_C_events,
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FZ"),
+ },
+ },
{
.ident = "Sony Vaio C Series",
.callback = sony_nc_C_enable,