diff options
Diffstat (limited to 'drivers/acpi/video.c')
| -rw-r--r-- | drivers/acpi/video.c | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index cc79d3fedfb2..518f0e1d274d 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c @@ -583,6 +583,15 @@ static struct dmi_system_id video_dmi_table[] __initdata = {  		DMI_MATCH(DMI_PRODUCT_NAME, "102434U"),  		},  	}, +	{ +	 /* https://bugzilla.redhat.com/show_bug.cgi?id=1217249 */ +	 .callback = video_enable_native_backlight, +	 .ident = "Apple MacBook Pro 12,1", +	 .matches = { +		DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."), +		DMI_MATCH(DMI_PRODUCT_NAME, "MacBookPro12,1"), +		}, +	},  	{}  }; | 
