ChangeSet 1.2097, 2005/02/23 08:41:49-08:00, [EMAIL PROTECTED]

        [PATCH] ALPS: do not activate on unsupported models
        
        It feels like 2.6.11 is right around the corner.  I would like to 
disable
        ALPS suport for some devices we don't know how to handle properly yet to
        cut down on number of complaints that we broke mouse support.
        
        Input: ALPS - do not activate native mode for devices whose data
               we can not handle yet.
        
        Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 alps.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


diff -Nru a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c
--- a/drivers/input/mouse/alps.c        2005-02-23 10:09:15 -08:00
+++ b/drivers/input/mouse/alps.c        2005-02-23 10:09:15 -08:00
@@ -34,7 +34,7 @@
        unsigned char signature[3];
        unsigned char model;
 } alps_model_data[] = {
-       { { 0x33, 0x02, 0x0a }, ALPS_MODEL_GLIDEPOINT },
+/*     { { 0x33, 0x02, 0x0a }, ALPS_MODEL_GLIDEPOINT },        */
        { { 0x53, 0x02, 0x0a }, ALPS_MODEL_GLIDEPOINT },
        { { 0x53, 0x02, 0x14 }, ALPS_MODEL_GLIDEPOINT },
        { { 0x63, 0x02, 0x0a }, ALPS_MODEL_GLIDEPOINT },
@@ -42,8 +42,8 @@
        { { 0x73, 0x02, 0x0a }, ALPS_MODEL_GLIDEPOINT },
        { { 0x73, 0x02, 0x14 }, ALPS_MODEL_GLIDEPOINT },
        { { 0x63, 0x02, 0x28 }, ALPS_MODEL_GLIDEPOINT },
-       { { 0x63, 0x02, 0x3c }, ALPS_MODEL_GLIDEPOINT },
-       { { 0x63, 0x02, 0x50 }, ALPS_MODEL_GLIDEPOINT },
+/*     { { 0x63, 0x02, 0x3c }, ALPS_MODEL_GLIDEPOINT },        */
+/*     { { 0x63, 0x02, 0x50 }, ALPS_MODEL_GLIDEPOINT },        */
        { { 0x63, 0x02, 0x64 }, ALPS_MODEL_GLIDEPOINT },
        { { 0x20, 0x02, 0x0e }, ALPS_MODEL_DUALPOINT },
        { { 0x22, 0x02, 0x0a }, ALPS_MODEL_DUALPOINT },
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to