1. 15 Feb, 2005 4 commits
    • Linus Torvalds's avatar
      Input: fix ALPS protocol validation rules · d8d1f77e
      Linus Torvalds authored
      We checked the wrong byte, causing the touchpad
      to lose sync if an absolute packet is received
      after a relative packet with negative Y displacement.
      Signed-off-by: default avatarDmitry Torokhov <dtor_core@ameritech.net>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      d8d1f77e
    • Linus Torvalds's avatar
      Fix bogus opost buffer size check · e6d7bb28
      Linus Torvalds authored
      Noted while going through the n_tty code: that buffer check
      used to check against the size of the temporary kernel buffer,
      but since the tty layer was changed to use kernel buffers
      though-out, the kernel buffer array became just a pointer, and
      the check was limiting the opost blocksize to the size of a
      pointer, which makes no sense.
      
      Just remove it, since now the whole buffer is always in kernel
      space.
      e6d7bb28
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/sparc-2.6 · 15fb56f4
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      15fb56f4
    • Linus Torvalds's avatar
      Limit tty IO chunking to 2kB · 91297b59
      Linus Torvalds authored
      The NTTY code can get confused by 4kB chunks, apparently
      because n_tty_receive_room() will claim to have more room
      than n_tty_receive_buf() can actually accept.
      
      Until somebody figures out what the real n_tty_receive_room()
      logic should be, let's just limit it to a safe 2kB.
      
      Thanks go to Andreas Schwab for finding a test-case.
      91297b59
  2. 14 Feb, 2005 3 commits
  3. 15 Feb, 2005 1 commit
  4. 14 Feb, 2005 12 commits
  5. 13 Feb, 2005 10 commits
  6. 12 Feb, 2005 9 commits
  7. 11 Feb, 2005 1 commit