Message ID | 1389531708-6095-1-git-send-email-geert@linux-m68k.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sun, Jan 12, 2014 at 02:01:48PM +0100, Geert Uytterhoeven wrote: > From: Geert Uytterhoeven <geert+renesas@linux-m68k.org> > > Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> Applied, thank you. > --- > drivers/input/mouse/logips2pp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/input/mouse/logips2pp.c b/drivers/input/mouse/logips2pp.c > index 84de2fc6acc1..136e222e2a16 100644 > --- a/drivers/input/mouse/logips2pp.c > +++ b/drivers/input/mouse/logips2pp.c > @@ -220,7 +220,7 @@ static const struct ps2pp_info *get_model_info(unsigned char model) > { 61, PS2PP_KIND_MX, /* MX700 */ > PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | > PS2PP_EXTRA_BTN | PS2PP_NAV_BTN }, > - { 66, PS2PP_KIND_MX, /* MX3100 reciver */ > + { 66, PS2PP_KIND_MX, /* MX3100 receiver */ > 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 */ > -- > 1.7.9.5 >
diff --git a/drivers/input/mouse/logips2pp.c b/drivers/input/mouse/logips2pp.c index 84de2fc6acc1..136e222e2a16 100644 --- a/drivers/input/mouse/logips2pp.c +++ b/drivers/input/mouse/logips2pp.c @@ -220,7 +220,7 @@ static const struct ps2pp_info *get_model_info(unsigned char model) { 61, PS2PP_KIND_MX, /* MX700 */ PS2PP_WHEEL | PS2PP_SIDE_BTN | PS2PP_TASK_BTN | PS2PP_EXTRA_BTN | PS2PP_NAV_BTN }, - { 66, PS2PP_KIND_MX, /* MX3100 reciver */ + { 66, PS2PP_KIND_MX, /* MX3100 receiver */ 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 */