1. 03 2月, 2012 1 次提交
    • J
      Input: add infrastructure for selecting clockid for event time stamps · a80b83b7
      John Stultz 提交于
      As noted by Arve and others, since wall time can jump backwards, it is
      difficult to use for input because one cannot determine if one event
      occurred before another or for how long a key was pressed.
      
      However, the timestamp field is part of the kernel ABI, and cannot be
      changed without possibly breaking existing users.
      
      This patch adds a new IOCTL that allows a clockid to be set in the
      evdev_client struct that will specify which time base to use for event
      timestamps (ie: CLOCK_MONOTONIC instead of CLOCK_REALTIME).
      
      For now we only support CLOCK_MONOTONIC and CLOCK_REALTIME, but
      in the future we could support other clockids if appropriate.
      
      The default remains CLOCK_REALTIME, so we don't change the ABI.
      Signed-off-by: NJohn Stultz <john.stultz@linaro.org>
      Reviewed-by: NDaniel Kurtz <djkurtz@google.com>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      a80b83b7
  2. 31 1月, 2012 4 次提交
  3. 23 1月, 2012 7 次提交
  4. 05 1月, 2012 7 次提交
  5. 31 12月, 2011 5 次提交
  6. 30 12月, 2011 3 次提交
  7. 28 12月, 2011 1 次提交
    • H
      Input: add driver for AUO In-Cell touchscreens using pixcir ICs · 5245db49
      Heiko Stübner 提交于
      Some displays from AUO have a so called in-cell touchscreen, meaning it
      is built directly into the display unit.
      
      Touchdata is gathered through PIXCIR Tango-ICs and processed in an
      Atmel ATmega168P with custom firmware. Communication between the host
      system and ATmega is done via I2C.
      
      Devices using this touch solution include the Dell Streak5 and the family
      of Qisda ebook readers.
      
      The driver reports single- and multi-touch events including touch area
      values.
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      5245db49
  8. 24 12月, 2011 3 次提交
  9. 23 12月, 2011 1 次提交
  10. 12 12月, 2011 8 次提交