[PATCH] ibmasm driver: fix command buffer size
authorMax Asbock <masbock@us.ibm.com>
Wed, 22 Jun 2005 00:16:32 +0000 (17:16 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 02:07:34 +0000 (19:07 -0700)
commitf5ccc842318efcd7c05dee3203dfdbbafae47bd6
tree5c14043ac9cdef239e38c3530d2ec1855fdadb73
parent2b071886170df456e230c38a3e504da4a11fff79
[PATCH] ibmasm driver: fix command buffer size

First of a series of patches for the ibmasm driver.  (that is the driver for
the IBM xSeries RSA service processor)

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.

This patch:

- change a #define for the buffer size for commands

Signed-off-by: Max Asbock <masbock@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/misc/ibmasm/ibmasm.h