[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <a05e21071001250812x4461e4a0re7f46f7cd28c4162@mail.gmail.com>
Date: Mon, 25 Jan 2010 16:12:43 +0000
From: jon - <crayzeejon@...il.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] Generic PS/2 mouse detected on Fujitsu Lifebook B-Series
model laptop instead of LBPS/2 Fujitsu Lifebook TouchScreen
From: Jon Dodgson <crayzeejon@...il.com>
Fix Detection of Lifebook B-Series Laptop touch screen with DMI
product Name string 'Lifebook B Series'
Signed-off-by: Jon Dodgson <crayzeejon@...il.com>
---
diff -Nurb linux-2.6.26.2/drivers/input/mouse/lifebook.c
linux-2.6.26.2_patched/drivers/input/mouse/lifebook.c
--- linux-2.6.26.2/drivers/input/mouse/lifebook.c 2008-08-06
17:19:01.000000000 +0100
+++ linux-2.6.26.2_patched/drivers/input/mouse/lifebook.c 2010-01-25
02:56:41.000000000 +0000
@@ -51,6 +51,12 @@
{
.ident = "LifeBook B",
.matches = {
+ DMI_MATCH(DMI_PRODUCT_NAME, "Lifebook B Series"),
+ },
+ },
+ {
+ .ident = "LifeBook B",
+ .matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook B Series"),
},
},
--
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