linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patch gamecon.c
@ 2004-09-15 22:49 Jeremiah Holt
  2004-09-16  5:16 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Jeremiah Holt @ 2004-09-15 22:49 UTC (permalink / raw)
  To: linux-kernel

This patch changes gc_psx_delay from 60 usecs to 10 usecs. At 60usecs
my system was almost unusable anything a app wanted to use the the
joystick I tried the gc_psx_delay= switch for the module but that
appears to be no longer supported. Please personally CC: all comments
to me thanks

--- ./linux-2.4.28/drivers/char/joystick/gamecon.c      2004-09-15
17:45:43.000000000 -0500
+++ ./linux-2.4.28-patched/drivers/char/joystick/gamecon.c     
2004-09-15 17:27:43.000000000 -0500
@@ -213,7 +213,7 @@
  *
  */

-#define GC_PSX_DELAY   60              /* 60 usec */
+#define GC_PSX_DELAY   10              /* 10 usec */
 #define GC_PSX_LENGTH  8               /* talk to the controller in bytes */

 #define GC_PSX_MOUSE   1               /* Mouse */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch gamecon.c
  2004-09-15 22:49 Patch gamecon.c Jeremiah Holt
@ 2004-09-16  5:16 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2004-09-16  5:16 UTC (permalink / raw)
  To: linux-kernel, Jeremiah Holt

On Wednesday 15 September 2004 05:49 pm, Jeremiah Holt wrote:
> This patch changes gc_psx_delay from 60 usecs to 10 usecs. At 60usecs
> my system was almost unusable anything a app wanted to use the the
> joystick I tried the gc_psx_delay= switch for the module but that
> appears to be no longer supported. Please personally CC: all comments
> to me thanks

It is simply 'psx_delay=xxx' if compiled as a module and gamecon.psx_delay=
if gamecon is built in.
 
-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-16  5:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-15 22:49 Patch gamecon.c Jeremiah Holt
2004-09-16  5:16 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).