backlight: mbp_nvidia_bl - Fix DMI_SYS_VENDOR for MacBook1,1
Fix DMI_SYS_VENDOR for MacBook1,1. When the MacBook1,1 came out Apple was still named Apple Computer, I am not sure if this applies to older MacBook2,1 versions aswell. Signed-off-by: Steffen Röcker <sroecker@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
08b3924b24
commit
ed601fa467
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ static const struct dmi_system_id __initdata mbp_device_table[] = {
|
|||
.callback = mbp_dmi_match,
|
||||
.ident = "MacBook 1,1",
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
|
||||
DMI_MATCH(DMI_SYS_VENDOR, "Apple Computer, Inc."),
|
||||
DMI_MATCH(DMI_PRODUCT_NAME, "MacBook1,1"),
|
||||
},
|
||||
.driver_data = (void *)&intel_chipset_data,
|
||||
|
|
Loading…
Reference in a new issue