19 Apr, 2008

1 commit


22 Oct, 2005

1 commit

  • Update drivers to new input layer changes.

    Signed-off-by: Helge Deller
    Signed-off-by: Matthew Wilcox

    Reorder code in gscps2_interrupt() and only enable ports when opened.
    This fixes issues with hangs booting an SMP kernel on my C360.
    Previously serio_interrupt() could be called before the lock in
    struct serio was initialised.

    Signed-off-by: Richard Hirst

    Signed-off-by: Kyle McMartin

    Matthew Wilcox