All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: i8042 - add Dritek quirk for Acer Aspire 5720
@ 2008-07-05  7:59 Carlos Corbacho
  2008-07-07 13:10 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Carlos Corbacho @ 2008-07-05  7:59 UTC (permalink / raw)
  To: linux-input; +Cc: dmitry.torokhov

The Acer Aspire 5720 series also requires the Dritek quirk to enable the
extra scancodes.

Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
---

 drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index 0941254..b103a16 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -329,6 +329,13 @@ static struct dmi_system_id __initdata i8042_dmi_dritek_table[] = {
 		},
 	},
 	{
+		.ident = "Acer Aspire 5720",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5720"),
+		},
+	},
+	{
 		.ident = "Acer Aspire 5680",
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Input: i8042 - add Dritek quirk for Acer Aspire 5720
  2008-07-05  7:59 [PATCH] Input: i8042 - add Dritek quirk for Acer Aspire 5720 Carlos Corbacho
@ 2008-07-07 13:10 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2008-07-07 13:10 UTC (permalink / raw)
  To: Carlos Corbacho; +Cc: linux-input

On Sat, Jul 05, 2008 at 08:59:17AM +0100, Carlos Corbacho wrote:
> The Acer Aspire 5720 series also requires the Dritek quirk to enable the
> extra scancodes.
> 

Applied to 'next', thank you Carols.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-07 13:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-05  7:59 [PATCH] Input: i8042 - add Dritek quirk for Acer Aspire 5720 Carlos Corbacho
2008-07-07 13:10 ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.