[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20100921080342.GA1365@core.coreip.homeip.net>
Date: Tue, 21 Sep 2010 01:03:42 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Kenneth Waters <kwwaters@...il.com>
Cc: steve@....org, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] input: joydev: Fix JSIOCSAXMAP ioctl.
On Mon, Sep 20, 2010 at 11:51:25PM -0700, Kenneth Waters wrote:
> Fixed JSIOCSAXMAP ioctl to update absmap, the map from hardware axis to
> event axis in addition to abspam. This fixes a regression introduced
> by 999b874f.
>
> Signed-off-by: Kenneth Waters <kwwaters@...il.com>
Applied, thank you Kenneth.
> ---
> drivers/input/joydev.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/input/joydev.c b/drivers/input/joydev.c
> index d85bd8a..22239e9 100644
> --- a/drivers/input/joydev.c
> +++ b/drivers/input/joydev.c
> @@ -483,6 +483,9 @@ static int joydev_handle_JSIOCSAXMAP(struct joydev *joydev,
>
> memcpy(joydev->abspam, abspam, len);
>
> + for (i = 0; i < joydev->nabs; i++)
> + joydev->absmap[joydev->abspam[i]] = i;
> +
> out:
> kfree(abspam);
> return retval;
> --
> 1.7.2.2
>
--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists