Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166454
b: refs/heads/master
c: 992ea65
h: refs/heads/master
v: v3
  • Loading branch information
Henrik Rydberg authored and Richard Purdie committed Sep 7, 2009
1 parent d118830 commit e89bdee
Show file tree
Hide file tree
Showing 2 changed files with 10 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: a4f3d55cb0b8e1199e352c30ea9a264cef9c1ae1
refs/heads/master: 992ea6597e79f86c2979c1259b2ec4a22452edd9
9 changes: 9 additions & 0 deletions trunk/drivers/video/backlight/mbp_nvidia_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,15 @@ static const struct dmi_system_id __initdata mbp_device_table[] = {
},
.driver_data = (void *)&intel_chipset_data,
},
{
.callback = mbp_dmi_match,
.ident = "MacBookAir 1,1",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "MacBookAir1,1"),
},
.driver_data = (void *)&intel_chipset_data,
},
{
.callback = mbp_dmi_match,
.ident = "MacBook 5,1",
Expand Down

0 comments on commit e89bdee

Please sign in to comment.