History log of /drivers/input/joystick/iforce/iforce-ff.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1817b1692a2eab022e805d32e910f4556c89dce8 14-Aug-2008 Greg Kroah-Hartman <gregkh@suse.de> USB: remove warn() macro from usb input drivers

USB should not be having it's own printk macros, so remove warn() and
use the system-wide standard of dev_warn() wherever possible. In the
few places that will not work out, use a basic printk().

Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/input/joystick/iforce/iforce-ff.c
d1659fcc59b21ec442564fedb67a5ad371f82380 20-May-2008 Adrian Bunk <bunk@kernel.org> Input: remove CVS keywords

This patch removes CVS keywords that weren't updated for a long time
from comments.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/joystick/iforce/iforce-ff.c
598972d4fb39c8a0826b396e45dc2a8c1dbe4f11 12-Apr-2007 Johann Deneux <johann.deneux@gmail.com> Input: iforce - use usb_kill_urb instead of usb_unlink_urb

Using usb_unlink_urb can cause iforce_open to fail when called
soon after iforce_release. Also updated my email address and
replaced calls to printk() by dbg(), warn(), info(), err()...

Signed-off-by: Johann Deneux <johann.deneux@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/joystick/iforce/iforce-ff.c
f6a01c85965c9e6fa8fb893c1fa5db16130d0ccb 19-Jul-2006 Anssi Hannula <anssi.hannula@gmail.com> Input: iforce - switch to the new FF interface

Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/joystick/iforce/iforce-ff.c
fe65b97a5885a84baa103d7213754ff29e8f872f 05-Jun-2006 Anssi Hannula <anssi.hannula@gmail.com> Input: iforce - use ENOSPC instead of ENOMEM

Use -ENOSPC instead of -ENOMEM when the iforce device doesn't have
enough free memory for the new effect. All other drivers are using
-ENOSPC, so this makes the behaviour coherent.

Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/joystick/iforce/iforce-ff.c
72ba9f0ce09c5508ec4b0cf30e88899872a83f75 19-Feb-2006 Ingo Molnar <mingo@elte.hu> 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>
/drivers/input/joystick/iforce/iforce-ff.c
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 17-Apr-2005 Linus Torvalds <torvalds@ppc970.osdl.org> 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!
/drivers/input/joystick/iforce/iforce-ff.c