From 93ec06834ad46763bbae2313a3b90e3684ca452d Mon Sep 17 00:00:00 2001 From: Mattia Dongili Date: Mon, 14 Jan 2008 18:05:42 +0900 Subject: [PATCH] --- yaml --- r: 84063 b: refs/heads/master c: 88877c2a2ebd0e554496efb23e7dc8ade661d289 h: refs/heads/master i: 84061: b53302f88e80f798050ac6fe8605c6fbdaa5df78 84059: 2b78d1c1a43f20e5e517bd178c8565d7459412fc 84055: d9bee1bc4a72b5b1bcfc1803e7e59b5cd9d20c8c 84047: 9ebf35355bacca8f335cb9cefa1a4add1dad0f51 84031: 9b9c86291a3a1babd34846f8ad9e475d54d2b4ca v: v3 --- [refs] | 2 +- trunk/drivers/misc/sony-laptop.c | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 96be0d775ef7..9c8e99decfa3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 75a1f9ce8f422fd32774a0674ed4386d07628d5e +refs/heads/master: 88877c2a2ebd0e554496efb23e7dc8ade661d289 diff --git a/trunk/drivers/misc/sony-laptop.c b/trunk/drivers/misc/sony-laptop.c index 0435b3d64163..7a32b355869b 100644 --- a/trunk/drivers/misc/sony-laptop.c +++ b/trunk/drivers/misc/sony-laptop.c @@ -875,6 +875,15 @@ static const struct dmi_system_id sony_nc_ids[] = { DMI_MATCH(DMI_PRODUCT_NAME, "VGN-C"), }, }, + { + .ident = "Sony Vaio N 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-N"), + }, + }, { } };