|
|
@@ -750,6 +750,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
|
|
|
DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T520"),
|
|
|
},
|
|
|
},
|
|
|
+ {
|
|
|
+ .callback = video_disable_native_backlight,
|
|
|
+ .ident = "ThinkPad X201s",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad X201s"),
|
|
|
+ },
|
|
|
+ },
|
|
|
|
|
|
/* The native backlight controls do not work on some older machines */
|
|
|
{
|