linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Generic PS/2 mouse detected on Fujitsu Lifebook B-Series  model laptop instead of LBPS/2 Fujitsu Lifebook TouchScreen
@ 2010-01-25 16:12 jon -
  2010-01-27 23:55 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: jon - @ 2010-01-25 16:12 UTC (permalink / raw)
  To: linux-kernel

From: Jon Dodgson <crayzeejon@gmail.com>

Fix Detection of Lifebook B-Series Laptop touch screen with DMI
product Name string 'Lifebook B Series'

Signed-off-by: Jon Dodgson <crayzeejon@gmail.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"),
        },
    },

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

end of thread, other threads:[~2010-01-28  0:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-25 16:12 [PATCH] Generic PS/2 mouse detected on Fujitsu Lifebook B-Series model laptop instead of LBPS/2 Fujitsu Lifebook TouchScreen jon -
2010-01-27 23:55 ` Andrew Morton
2010-01-28  0:15   ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).