All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 05/17] i8042: add Blue FB5601 to noloop exception table
@ 2009-01-09 20:19 akpm
  2009-01-11  7:50 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2009-01-09 20:19 UTC (permalink / raw)
  To: dtor; +Cc: linux-input, akpm, sbader3, stefan.bader

From: "Stefan Bader" <sbader3@googlemail.com>

Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/input/serio/i8042-x86ia64io.h |    8 ++++++++
 1 file changed, 8 insertions(+)

diff -puN drivers/input/serio/i8042-x86ia64io.h~i8042-add-blue-fb5601-to-noloop-execption-table drivers/input/serio/i8042-x86ia64io.h
--- a/drivers/input/serio/i8042-x86ia64io.h~i8042-add-blue-fb5601-to-noloop-execption-table
+++ a/drivers/input/serio/i8042-x86ia64io.h
@@ -151,6 +151,14 @@ static struct dmi_system_id __initdata i
 			DMI_MATCH(DMI_PRODUCT_VERSION, "01"),
 		},
 	},
+	{
+		.ident = "Blue FB5601",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "blue"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "FB5601"),
+			DMI_MATCH(DMI_PRODUCT_VERSION, "M606"),
+		},
+	},
 	{ }
 };
 
_

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

* Re: [patch 05/17] i8042: add Blue FB5601 to noloop exception table
  2009-01-09 20:19 [patch 05/17] i8042: add Blue FB5601 to noloop exception table akpm
@ 2009-01-11  7:50 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2009-01-11  7:50 UTC (permalink / raw)
  To: akpm; +Cc: linux-input, sbader3, stefan.bader

On Fri, Jan 09, 2009 at 12:19:45PM -0800, akpm@linux-foundation.org wrote:
> From: "Stefan Bader" <sbader3@googlemail.com>
> 

This one is in mainline as well.

-- 
Dmitry

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

end of thread, other threads:[~2009-01-11  7:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-09 20:19 [patch 05/17] i8042: add Blue FB5601 to noloop exception table akpm
2009-01-11  7:50 ` 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.