[Intel-gfx] [PATCH] drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop

ykzhao yakui.zhao at intel.com
Tue Jan 26 02:04:36 CET 2010


On Thu, 2010-01-21 at 15:20 +0800, Zhao, Yakui wrote:
> From: Zhao Yakui <yakui.zhao at intel.com>

Hi, Eric
    Any comment about this patch?

thanks.
   Yakui
> 
> Fix the incorrect DMI vendor string for Samsung SX20S laptop.
> 
> Signed-off-by: Zhao Yakui <yakui.zhao at intel.com>
> Reported-by: Philipp Kohlbecher <xt28 at gmx.de>
> ---
>  drivers/gpu/drm/i915/intel_lvds.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c
> index 5041590..160283a 100644
> --- a/drivers/gpu/drm/i915/intel_lvds.c
> +++ b/drivers/gpu/drm/i915/intel_lvds.c
> @@ -611,7 +611,7 @@ static const struct dmi_system_id bad_lid_status[] = {
>  	{
>  		.ident = "Samsung SX20S",
>  		.matches = {
> -			DMI_MATCH(DMI_SYS_VENDOR, "Phoenix Technologies LTD"),
> +			DMI_MATCH(DMI_SYS_VENDOR, "Samsung Electronics"),
>  			DMI_MATCH(DMI_BOARD_NAME, "SX20S"),
>  		},
>  	},




More information about the Intel-gfx mailing list