linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch][1/4] ibmasm driver: fix command buffer size
@ 2005-06-16 20:20 Max Asbock
  0 siblings, 0 replies; only message in thread
From: Max Asbock @ 2005-06-16 20:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: Vernon Mauery

Hi,
 
here are four patches for the ibmasm driver.
(that is the driver for the IBM xSeries RSA service processor)
The patches are against the 2.6.16-rc6 kernel. 

To summarize what they do:
[1] change a #define for the buffer size for commands
[2] Fix a bug where threads in the event handling code calling
wait_event_interruptible() weren't woken up as expected.
[3] Redesigned how remote mouse and keyboard events received by the
driver are handled. 
[4] Fixed a race in the command reference counting logic.

Please apply.

Here is the first one:

Signed-off-by: Max Asbock <masbock@us.ibm.com>


diff -urN linux-2.6.12-rc6/drivers/misc/ibmasm/ibmasm.h linux-2.6.12-rc6.ibmasm/drivers/misc/ibmasm/ibmasm.h
--- linux-2.6.12-rc6/drivers/misc/ibmasm/ibmasm.h	2005-03-01 23:37:48.000000000 -0800
+++ linux-2.6.12-rc6.ibmasm/drivers/misc/ibmasm/ibmasm.h	2005-06-08 17:54:09.534984912 -0700
@@ -52,7 +52,7 @@
 #define IBMASM_CMD_TIMEOUT_NORMAL	45
 #define IBMASM_CMD_TIMEOUT_EXTRA	240
 
-#define IBMASM_CMD_MAX_BUFFER_SIZE	0x4000
+#define IBMASM_CMD_MAX_BUFFER_SIZE	0x8000
 
 #define REVERSE_HEARTBEAT_TIMEOUT	120
 




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-16 20:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-16 20:20 [patch][1/4] ibmasm driver: fix command buffer size Max Asbock

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).