Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=18cc6757532e3b0e7a569b1631869c812b777196
Commit:     18cc6757532e3b0e7a569b1631869c812b777196
Parent:     ba0acb5ee318901646f82c134cca2e4de0c43934
Author:     Peter Samuelson <[EMAIL PROTECTED]>
AuthorDate: Tue May 8 23:34:18 2007 -0400
Committer:  Dmitry Torokhov <[EMAIL PROTECTED]>
CommitDate: Tue May 8 23:34:18 2007 -0400

    Input: logips2pp - add type 72 (PS/2 TrackMan Marble)
    
    This is purely cosmetic: this is standard 3-button, no wheel or other
    such features, so it already _worked_ just fine.  This patch suppresses
    a warning about the unknown model, and changes the printk from "Mouse"
    to "TrackMan".
    
    Signed-off-by: Peter Samuelson <[EMAIL PROTECTED]>
    Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]>
---
 drivers/input/mouse/logips2pp.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/input/mouse/logips2pp.c b/drivers/input/mouse/logips2pp.c
index 9df74b7..0c5660d 100644
--- a/drivers/input/mouse/logips2pp.c
+++ b/drivers/input/mouse/logips2pp.c
@@ -221,6 +221,7 @@ static const struct ps2pp_info *get_model_info(unsigned 
char model)
                { 66,   PS2PP_KIND_MX,                                  /* 
MX3100 reciver */
                                PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN |
                                PS2PP_EXTRA_BTN | PS2PP_NAV_BTN | PS2PP_HWHEEL 
},
+               { 72,   PS2PP_KIND_TRACKMAN,    0 },                    /* 
T-CH11: TrackMan Marble */
                { 73,   0,                      PS2PP_SIDE_BTN },
                { 75,   PS2PP_KIND_WHEEL,       PS2PP_WHEEL },
                { 76,   PS2PP_KIND_WHEEL,       PS2PP_WHEEL },
-
To unsubscribe from this list: send the line "unsubscribe git-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