Acked-By: Corentin Chary <[email protected]>

Matthew could you merge this one too ?
Thanks,

On Wed, Dec 5, 2012 at 10:08 PM, Seth Forshee
<[email protected]> wrote:
> BugLink: http://bugs.launchpad.net/bugs/1086921
> Cc: [email protected] # v3.4+
> Signed-off-by: Seth Forshee <[email protected]>
> ---
>  drivers/platform/x86/samsung-laptop.c |   10 ++++++++++
>  1 file changed, 10 insertions(+)
>
> diff --git a/drivers/platform/x86/samsung-laptop.c 
> b/drivers/platform/x86/samsung-laptop.c
> index dd90d15..71623a2 100644
> --- a/drivers/platform/x86/samsung-laptop.c
> +++ b/drivers/platform/x86/samsung-laptop.c
> @@ -1523,6 +1523,16 @@ static struct dmi_system_id __initdata 
> samsung_dmi_table[] = {
>                 },
>          .driver_data = &samsung_broken_acpi_video,
>         },
> +       {
> +        .callback = samsung_dmi_matched,
> +        .ident = "N250P",
> +        .matches = {
> +               DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
> +               DMI_MATCH(DMI_PRODUCT_NAME, "N250P"),
> +               DMI_MATCH(DMI_BOARD_NAME, "N250P"),
> +               },
> +        .driver_data = &samsung_broken_acpi_video,
> +       },
>         { },
>  };
>  MODULE_DEVICE_TABLE(dmi, samsung_dmi_table);
> --
> 1.7.9.5
>



-- 
Corentin Chary
http://xf.iksaif.net
--
To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" 
in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to