1. 11 Mar, 2010 2 commits
    • Ranjith Lohithakshan's avatar
      Input: ads7846 - add wakeup support · fdba2bb1
      Ranjith Lohithakshan authored
      Add wakeup support to the ads7846 driver. Platforms can enable wakeup
      capability by setting the wakeup flag in ads7846_platform_data. With this
      patch the ads7846 driver can be used to wake the system from suspend.
      Signed-off-by: default avatarRanjith Lohithakshan <ranjithl@ti.com>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      fdba2bb1
    • Vadim Zaliva's avatar
      Input: appletouch - fix integer overflow issue · 04b4b88c
      Vadim Zaliva authored
      When reading data from Geyser 2 touchpads used on post Oct 2005 Apple
      PowerBooks the driver was casting X and Y coordinates values to
      'signed char'. Testing on one of such PowerBooks I have noticed that
      touchpad always generates positive values, but some of them are greater
      that 127, and thus, when cast to 'signed char' being interpreted as
      a negative.
      
      Such bigger values have been observed infrequently, closer to the
      edges of a touchpad, so the problem was not very visible.
      Nevertheless, the patch would potentially improve touchpad
      driver accuracy.
      Signed-off-by: default avatarVadim Zaliva <lord@crocodile.org>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      04b4b88c
  2. 10 Mar, 2010 7 commits
  3. 09 Mar, 2010 5 commits
  4. 08 Mar, 2010 26 commits