lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 24 Sep 2014 17:01:31 -0700
From:	Dmitry Torokhov <dmitry.torokhov@...il.com>
To:	Marcos Paulo de Souza <marcos.souza.org@...il.com>
Cc:	linux-kernel@...r.kernel.org, Hans de Goede <hdegoede@...hat.com>,
	Jiri Kosina <jkosina@...e.cz>, Tom Gundersen <teg@...m.no>,
	Peter Hutterer <peter.hutterer@...-t.net>,
	linux-input@...r.kernel.org, stable@...r.kernel.org
Subject: Re: [PATCH] input/serio/i8042-x86ia64io.h: Fix Asus X450LCP touchpad
 detection

On Tue, Sep 23, 2014 at 12:24:33PM -0300, Marcos Paulo de Souza wrote:
> From: Marcos Paulo de Souza <marcos.souza.org@...il.com>
> 
> Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@...il.com>
> Cc: Dmitry Torokhov <dmitry.torokhov@...il.com>
> Cc: Hans de Goede <hdegoede@...hat.com>
> Cc: Jiri Kosina <jkosina@...e.cz>
> Cc: Tom Gundersen <teg@...m.no>
> Cc: Peter Hutterer <peter.hutterer@...-t.net>
> Cc: linux-input@...r.kernel.org
> Cc: stable@...r.kernel.org

Applied, thank you.

> ---
>  drivers/input/serio/i8042-x86ia64io.h | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
> index 136b7b20..ec6cb72 100644
> --- a/drivers/input/serio/i8042-x86ia64io.h
> +++ b/drivers/input/serio/i8042-x86ia64io.h
> @@ -465,6 +465,15 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
>  			DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4 Notebook PC"),
>  		},
>  	},
> +	{
> +		/* Asus X450LCP */
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "X450LCP"),
> +		},
> +	},
> +
> +
>  	{ }
>  };
>  
> -- 
> 1.9.3
> 

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ