29 May, 2007
1 commit
-
Because of incorrect parameter setup anything passed in dev2=...
was always ignored by the driver. See bugzilla #8541.Signed-off-by: Dmitry Torokhov
03 May, 2007
1 commit
-
Fix various issues pointed by sparse:
- module_param_array_named() takes unsigned int as number
of parameters argument
- shadowing of global variables is not healthy. I think there was
once a bug in db9 caused by it.Signed-off-by: Dmitry Torokhov
12 Apr, 2007
1 commit
-
Use input_get_drvdata() and input_set_drvdata() instead.
Signed-off-by: Dmitry Torokhov
18 Feb, 2007
1 commit
-
They have been marked as __obsolete_setup() for several years,
it is time for them to go.Signed-off-by: Dmitry Torokhov
28 Jun, 2006
1 commit
-
Fixes Coverity #id 483
Signed-off-by: Eric Sesterhenn
Signed-off-by: Dmitry Torokhov
26 Jun, 2006
1 commit
-
Change all sprintfs into snprintfs to make sure we won't stomp on
data adjacent to our buffers.Signed-off-by: Dmitry Torokhov
19 Feb, 2006
1 commit
-
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
Signed-off-by: Andrew Morton
Signed-off-by: Dmitry Torokhov
30 Jan, 2006
2 commits
-
Also db9_remove shouldn't be marked __exit as it is also called from
__init code.Signed-off-by: Dmitry Torokhov
-
Signed-off-by: Dmitry Torokhov
29 Oct, 2005
1 commit
-
Input: convert drivers/input/joystick to dynamic input_dev allocation
This is required for input_dev sysfs integration
Signed-off-by: Dmitry Torokhov
Signed-off-by: Greg Kroah-Hartman
08 Sep, 2005
1 commit
-
This patch converts kcalloc(1, ...) calls to use the new kzalloc() function.
Signed-off-by: Pekka Enberg
Cc: Vojtech Pavlik
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
29 May, 2005
1 commit
-
to the ones that register more than one input device.
Signed-off-by: Dmitry Torokhov
17 Apr, 2005
1 commit
-
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!