aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/samsung-laptop/samsung-laptop.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/samsung-laptop/samsung-laptop.c')
-rw-r--r--drivers/staging/samsung-laptop/samsung-laptop.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/staging/samsung-laptop/samsung-laptop.c b/drivers/staging/samsung-laptop/samsung-laptop.c
index 4877138a9f9..dd7ea4c075d 100644
--- a/drivers/staging/samsung-laptop/samsung-laptop.c
+++ b/drivers/staging/samsung-laptop/samsung-laptop.c
@@ -99,7 +99,8 @@ static struct rfkill *rfk;
99 99
100static int force; 100static int force;
101module_param(force, bool, 0); 101module_param(force, bool, 0);
102MODULE_PARM_DESC(force, "Disable the DMI check and forces the driver to be loaded"); 102MODULE_PARM_DESC(force,
103 "Disable the DMI check and forces the driver to be loaded");
103 104
104static int debug; 105static int debug;
105module_param(debug, bool, S_IRUGO | S_IWUSR); 106module_param(debug, bool, S_IRUGO | S_IWUSR);
@@ -370,7 +371,8 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
370 { 371 {
371 .ident = "N128", 372 .ident = "N128",
372 .matches = { 373 .matches = {
373 DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."), 374 DMI_MATCH(DMI_SYS_VENDOR,
375 "SAMSUNG ELECTRONICS CO., LTD."),
374 DMI_MATCH(DMI_PRODUCT_NAME, "N128"), 376 DMI_MATCH(DMI_PRODUCT_NAME, "N128"),
375 DMI_MATCH(DMI_BOARD_NAME, "N128"), 377 DMI_MATCH(DMI_BOARD_NAME, "N128"),
376 }, 378 },
@@ -379,7 +381,8 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
379 { 381 {
380 .ident = "N130", 382 .ident = "N130",
381 .matches = { 383 .matches = {
382 DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."), 384 DMI_MATCH(DMI_SYS_VENDOR,
385 "SAMSUNG ELECTRONICS CO., LTD."),
383 DMI_MATCH(DMI_PRODUCT_NAME, "N130"), 386 DMI_MATCH(DMI_PRODUCT_NAME, "N130"),
384 DMI_MATCH(DMI_BOARD_NAME, "N130"), 387 DMI_MATCH(DMI_BOARD_NAME, "N130"),
385 }, 388 },