lkml.org 
[lkml]   [2011]   [Dec]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH] Platform: samsung-laptop: add DMI information for Samsung N150 Plus
From
On Thu, Dec 22, 2011 at 11:19 PM, Andrzej Prochyra
<andrzej@prochyra.name> wrote:
> From: Andrzej Prochyra <andrzej@prochyra.name>
>
> Adds DMI information for Samsung N150 Plus which identifies itself as
> "N150P" so that the driver loads and the 'acpi_backlight=vendor'
> parameter does not need to be used in order for backlight control to
> work.
>
> Signed-off-by: Andrzej Prochyra <andrzej@prochyra.name>
> ---
>  drivers/platform/x86/samsung-laptop.c |   10 ++++++++++
>  1 files changed, 10 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/platform/x86/samsung-laptop.c b/drivers/platform/x86/samsung-laptop.c
> index 09e26bf..e3a496a 100644
> --- a/drivers/platform/x86/samsung-laptop.c
> +++ b/drivers/platform/x86/samsung-laptop.c
> @@ -780,6 +780,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
>                },
>                .callback = dmi_check_cb,
>        },
> +       {
> +               .ident = "N150P",
> +               .matches = {
> +                       DMI_MATCH(DMI_SYS_VENDOR,
> +                                       "SAMSUNG ELECTRONICS CO., LTD."),
> +                       DMI_MATCH(DMI_PRODUCT_NAME, "N150P"),
> +                       DMI_MATCH(DMI_BOARD_NAME, "N150P"),
> +               },
> +               .callback = dmi_check_cb,
> +       },
>        { },
>  };
>  MODULE_DEVICE_TABLE(dmi, samsung_dmi_table);
> --
> 1.7.4.1

Hi,
On top of what is based this patch ?
Could you try https://github.com/iksaif/platform-drivers-x86/tree/samsung-laptop
or https://github.com/iksaif/samsung-laptop-dkms ?
Are both ACPI and VGA backlight non-fonctional ? What's in
/sys/class/backlight/ ?
Thanks


--
Corentin Chary
http://xf.iksaif.net
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2011-12-23 15:17    [W:2.952 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site