1. 30 Jan, 2005 13 commits
  2. 29 Jan, 2005 6 commits
  3. 28 Jan, 2005 1 commit
  4. 27 Jan, 2005 2 commits
  5. 28 Jan, 2005 1 commit
  6. 27 Jan, 2005 16 commits
  7. 26 Jan, 2005 1 commit
    • Dmitry Torokhov's avatar
      Input: ACK/NAK processing rules in libps2 were too strict - while it is a · 98563d04
      Dmitry Torokhov authored
             good idea to discard any character other than ACK/NAK during probe
             it causes missing releases and keys getting "stuck" when a command
             issued on enabled device. The effect is easily demonstrated with
             the following command:
                 while true; do xset led 3; xset -led 3; done
      
             With this change extra characters will be discarded only if device
             has not been marked as "enabled" yet.
      
      Signed-off-by: Dmitry Torokhov <dtor@mail.ru> 
      98563d04