Skip to content
  • Max Asbock's avatar
    [PATCH] ibmasm driver: fix command buffer size · f5ccc842
    Max Asbock authored
    
    
    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: default avatarMax Asbock <masbock@us.ibm.com>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    f5ccc842