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
Dmitry Torokhov
ab0c3443ad
Input: whitespace fixes in driver/input/joystick
...
Signed-off-by: Dmitry Torokhov <dtor@mail.ru >
2005-05-29 02:28:55 -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