diff options
| -rw-r--r-- | drivers/acpi/video_detect.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/video_detect.c b/drivers/acpi/video_detect.c index 43587ac680e4..0e0a3929e34e 100644 --- a/drivers/acpi/video_detect.c +++ b/drivers/acpi/video_detect.c | |||
| @@ -141,6 +141,14 @@ static const struct dmi_system_id video_detect_dmi_table[] = { | |||
| 141 | DMI_MATCH(DMI_PRODUCT_NAME, "UL30A"), | 141 | DMI_MATCH(DMI_PRODUCT_NAME, "UL30A"), |
| 142 | }, | 142 | }, |
| 143 | }, | 143 | }, |
| 144 | { | ||
| 145 | .callback = video_detect_force_vendor, | ||
| 146 | .ident = "Sony VPCEH3U1E", | ||
| 147 | .matches = { | ||
| 148 | DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"), | ||
| 149 | DMI_MATCH(DMI_PRODUCT_NAME, "VPCEH3U1E"), | ||
| 150 | }, | ||
| 151 | }, | ||
| 144 | 152 | ||
| 145 | /* | 153 | /* |
| 146 | * These models have a working acpi_video backlight control, and using | 154 | * These models have a working acpi_video backlight control, and using |
