Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292149
b: refs/heads/master
c: 85ebfd3
h: refs/heads/master
i:
  292147: 9b16fa9
v: v3
  • Loading branch information
Guenter Roeck authored and Guenter Roeck committed Mar 19, 2012
1 parent 176833e commit 2431a26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75bdc936ea4c228fe248d47120d67f7a22a1adc5
refs/heads/master: 85ebfd3ef9a52abe6426cc5e96604f2dd0e9b375
6 changes: 4 additions & 2 deletions trunk/drivers/hwmon/applesmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1189,8 +1189,10 @@ static int applesmc_dmi_match(const struct dmi_system_id *id)
return 1;
}

/* Note that DMI_MATCH(...,"MacBook") will match "MacBookPro1,1".
* So we need to put "Apple MacBook Pro" before "Apple MacBook". */
/*
* Note that DMI_MATCH(...,"MacBook") will match "MacBookPro1,1".
* So we need to put "Apple MacBook Pro" before "Apple MacBook".
*/
static __initdata struct dmi_system_id applesmc_whitelist[] = {
{ applesmc_dmi_match, "Apple MacBook Air", {
DMI_MATCH(DMI_BOARD_VENDOR, "Apple"),
Expand Down

0 comments on commit 2431a26

Please sign in to comment.