add the new touchpad model signature

Andres Salomon dilinger at debian.org
Tue Nov 7 22:37:46 EST 2006


Commit:     92ef67e8caeaaef9c34b4870c2dc65558cf88240
Parent:     73652d15539cb0f64c8cac09a9fc623be8457164
commit 92ef67e8caeaaef9c34b4870c2dc65558cf88240
Author:     Andres Salomon <dilinger at debian.org>
AuthorDate: Wed Oct 18 10:58:44 2006 -0400
Commit:     Andres Salomon <dilinger at debian.org>
CommitDate: Wed Oct 18 10:58:44 2006 -0400

    add the new touchpad model signature
---
 drivers/input/mouse/olpc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/input/mouse/olpc.c b/drivers/input/mouse/olpc.c
index 449eb5e..1023ea5 100644
--- a/drivers/input/mouse/olpc.c
+++ b/drivers/input/mouse/olpc.c
@@ -39,6 +39,7 @@ #include "olpc.h"
 
 static const struct olpc_model_info olpc_model_data[] = {
 	{ { 0x67, 0x00, 0x0a }, 0xeb, 0xff, 0 }, /* OLPC in PT+GS mode. */
+	{ { 0x67, 0x00, 0x14 }, 0xeb, 0xff, 0 }, /* Newer OLPC in PT+GS mode. */
 };
 
 /*


More information about the Commits-kernel mailing list