Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262591
b: refs/heads/master
c: 3880314
h: refs/heads/master
i:
  262589: 00cfb42
  262587: 64529b5
  262583: 3e253f2
  262575: 841e7dd
  262559: 034c4a8
  262527: 16e1383
v: v3
  • Loading branch information
Lee, Chun-Yi authored and Matthew Garrett committed Aug 5, 2011
1 parent 9b71bcb commit 99f7fec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a04d8ffc04c10fc50124f311d4c8c391f9a04ca
refs/heads/master: 38803141bf6ccf8f20d05c6f48e6e12c3650ce9a
10 changes: 10 additions & 0 deletions trunk/drivers/platform/x86/msi-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,15 @@ static struct dmi_system_id __initdata msi_load_scm_models_dmi_table[] = {
},
.callback = dmi_check_cb
},
{
.ident = "MSI U270",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR,
"Micro-Star International Co., Ltd."),
DMI_MATCH(DMI_PRODUCT_NAME, "U270 series"),
},
.callback = dmi_check_cb
},
{ }
};

Expand Down Expand Up @@ -996,3 +1005,4 @@ MODULE_ALIAS("dmi:*:svnMICRO-STARINTERNATIONAL*:pnMS-N034:*");
MODULE_ALIAS("dmi:*:svnMICRO-STARINTERNATIONAL*:pnMS-N051:*");
MODULE_ALIAS("dmi:*:svnMICRO-STARINTERNATIONAL*:pnMS-N014:*");
MODULE_ALIAS("dmi:*:svnMicro-StarInternational*:pnCR620:*");
MODULE_ALIAS("dmi:*:svnMicro-StarInternational*:pnU270series:*");

0 comments on commit 99f7fec

Please sign in to comment.