All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: i8042 - add Gigabyte M912 netbook to noloop exception table
@ 2008-12-15 14:02 Ozan Çağlayan
  0 siblings, 0 replies; 2+ messages in thread
From: Ozan Çağlayan @ 2008-12-15 14:02 UTC (permalink / raw)
  To: dmitry.torokhov; +Cc: linux-kernel

From: Ozan Çağlayan <ozan@pardus.org.tr>
Date:   Mon Dec 15 13:53:08 2008 +0200

    Input: i8042 - add Gigabyte M912 netbook to noloop exception table

    Gigabyte M912's touchpad needs i8042.noloop for working.

    Signed-off-by: Ozan Çağlayan <ozan@pardus.org.tr>
    Tested-by: Ozan Çağlayan <ozan@pardus.org.tr>
---
 drivers/input/serio/i8042-x86ia64io.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index 29e6863..e196bf2 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -143,6 +143,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
                        DMI_MATCH(DMI_PRODUCT_VERSION, "M606"),
                },
        },
+       {
+               .ident = "Gigabyte M912",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "M912"),
+                       DMI_MATCH(DMI_PRODUCT_VERSION, "01"),
+               },
+       },
        { }
 };


-- 
Ozan Çağlayan


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

* Re: [PATCH] Input: i8042 - add Gigabyte M912 netbook to noloop exception table
@ 2008-12-20 10:50 Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2008-12-20 10:50 UTC (permalink / raw)
  To: Ozan Çağlayan; +Cc: linux-kernel

Hi Ozan,

On Monday 15 December 2008 06:02:19 Ozan Çağlayan wrote:
> From: Ozan Çağlayan <ozan@pardus.org.tr>
> Date:   Mon Dec 15 13:53:08 2008 +0200
>
>     Input: i8042 - add Gigabyte M912 netbook to noloop exception table
>
>     Gigabyte M912's touchpad needs i8042.noloop for working.
>

Thank you for your patch, applied to the 'next' branch of my tree.

BTW, your mailer seems to convert tabs into spaces which messes up patches.

-- 
Dmitry


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

end of thread, other threads:[~2008-12-20 10:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-15 14:02 [PATCH] Input: i8042 - add Gigabyte M912 netbook to noloop exception table Ozan Çağlayan
2008-12-20 10: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.