Input: joydev - validate axis/button maps before clobbering current ones
authorStephen Kitt <steve@sk2.org>
Wed, 26 Aug 2009 02:24:22 +0000 (19:24 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 28 Aug 2009 05:01:39 +0000 (22:01 -0700)
commit999b874f4aa39b7abf45662ff0900f943ddb2d02
treeeff35a1a2622dc976319fd52dab12f6bbdc8d3a1
parent4b61bb575b1fb42ab1df228ae7812e5135f656da
Input: joydev - validate axis/button maps before clobbering current ones

Up to now axis and button map validation was done after the user-supplied
values were copied over the driver's map. This patch copies the
user-supplied values into temporary buffers and validated them before
overwriting the driver's permanent maps.

Also change JSIOCGBTNMAP and JSIOCGAXMAP to return number of bytes returned
to userspace instead of 0.

Signed-off-by: Stephen Kitt <steve@sk2.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/joydev.c