[Intel-gfx] [PATCH 1/2] drm/i915: Add MALATA PC-81005 to ACPI LID quirk list

ykzhao yakui.zhao at intel.com
Tue Dec 15 02:19:53 CET 2009


On Fri, 2009-12-11 at 09:26 +0800, Zhao, Yakui wrote:
> From: Zhao Yakui <yakui.zhao at intel.com>
> 
> The MALATA PC-81005 laptop always reports that the LID status is closed and we
> can't use it reliabily for LVDS detection. So add this box into the quirk list.
> 
> https://bugs.freedesktop.org/show_bug.cgi?id=25523
> 
> Signed-off-by: Zhao Yakui <yakui.zhao at intel.com>
> Review-by: Jesse Barnes <jbarnes at virtuousgeek.org>
> Tested-by: Hector <hector1987 at gmail.com>

add cc: stable at kernel.org as well.

Thanks.
> ---
>  drivers/gpu/drm/i915/intel_lvds.c |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
> index b04d1e6..a240f1f 100644
> --- a/drivers/gpu/drm/i915/intel_lvds.c
> +++ b/drivers/gpu/drm/i915/intel_lvds.c
> @@ -608,6 +608,13 @@ static const struct dmi_system_id bad_lid_status[] = {
>  			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire one"),
>  		},
>  	},
> +	{
> +		.ident = "PC-81005",
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "MALATA"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "PC-81005"),
> +		},
> +	},
>  	{ }
>  };
>  




More information about the Intel-gfx mailing list