Dmitry Torokhov
62b529a7b9
Input: remove obsolete setup parameters from input drivers
...
They have been marked as __obsolete_setup() for several years,
it is time for them to go.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
2007-02-18 01:44:58 -05:00
Eric Sesterhenn
0a3a6d69b7
Input: db9 - fix potential buffer overrun
...
Fixes Coverity #id 483
Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de >
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
2006-06-27 23:42:33 -04:00
Dmitry Torokhov
10ca4c0a62
Input: fix potential overflows in driver/input/joystick
...
Change all sprintfs into snprintfs to make sure we won't stomp on
data adjacent to our buffers.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
2006-06-26 01:45:48 -04:00
Ingo Molnar
72ba9f0ce0
Input: joysticks - semaphore to mutex conversion
...
The conversion was generated via scripts, and the result was validated
automatically via a script as well.
Amijoy conversion was done by Arjan van de Ven.
Signed-off-by: Ingo Molnar <mingo@elte.hu >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
2006-02-19 00:22:30 -05:00
Dmitry Torokhov
2e9d675ed2
Input: db9 - handle errors from input_register_device()
...
Also db9_remove shouldn't be marked __exit as it is also called from
__init code.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
2006-01-29 21:51:36 -05:00
Dmitry Torokhov
84c61896bd
Input: db9 - fix possible crash with Saturn gamepads
...
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
2006-01-29 21:51:31 -05:00
Dmitry Torokhov
17dd3f0f7a
[PATCH] drivers/input/joystick: convert to dynamic input_dev allocation
...
Input: convert drivers/input/joystick to dynamic input_dev allocation
This is required for input_dev sysfs integration
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2005-10-28 09:52:53 -07:00
Pekka Enberg
a97e148a8b
[PATCH] input: convert kcalloc to kzalloc
...
This patch converts kcalloc(1, ...) calls to use the new kzalloc() function.
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi >
Cc: Vojtech Pavlik <vojtech@suse.cz >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2005-09-07 16:57:45 -07:00
Dmitry Torokhov
8b1a198bf1
Input: fix open/close races in joystick drivers - add a semaphore
...
to the ones that register more than one input device.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
2005-05-29 02:29:52 -05:00
Linus Torvalds
1da177e4c3
Linux-2.6.12-rc2
...
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
2005-04-16 15:20:36 -07:00