An error occurred fetching the project authors.
  1. 13 Oct, 2002 1 commit
    • Russell King's avatar
      Here's a patch that makes the RiscPC input bits work in 2.5: · 88a94ded
      Russell King authored
      - Call the RiscPC mouse "CONFIG_MOUSE_RISCPC" not "CONFIG_MOUSE_ACORN"
      - Remember the last state of the buttons so we're not continuously
        reporting this to the core input subsystem.
      - Correct mapping of bits to buttons
      - Correct button sense (1 = released)
      - Always pass a dev_id when requesting an IRQ.  Required for SA_SHIRQ
        shared interrupts.
      - Merge ARM keyboard controller config options
      - General update for rpckbd.c
      88a94ded
  2. 30 Aug, 2002 1 commit
  3. 25 Jul, 2002 3 commits
  4. 10 Jul, 2002 1 commit
  5. 08 Jul, 2002 1 commit
  6. 03 Jul, 2002 2 commits
  7. 05 Feb, 2002 1 commit
    • Vojtech Pavlik's avatar
      · 1c025398
      Vojtech Pavlik authored
      The patch moves:
      
      	* joystick drivers from drivers/char/joystick to drivers/input/joystick
      	* gameport drivers from drivers/char/joystick to drivers/input/gameport
      	* serio drivers from drivers/char/joystick to drivers/input/serio
      
      I don't think the joystick drivers should stay in char, because they're
      NOT character device drivers (check for register_chrdev, none to be found).
      
      It also fixes build problems with sound driver gameport support.
      1c025398