1. 17 Mar, 2011 1 commit
    • Olaf Hering's avatar
      Input: xen-kbdfront - advertise either absolute or relative coordinates · 8c3c283e
      Olaf Hering authored
      A virtualized display device is usually viewed with the vncviewer
      application, either by 'xm vnc domU' or with vncviewer localhost:port.
      vncviewer and the RFB protocol provides absolute coordinates to the
      virtual display. These coordinates are either passed through to a PV
      guest or converted to relative coordinates for a HVM guest.
      
      A PV guest receives these coordinates and passes them to the kernels
      evdev driver. There it can be picked up by applications such as the
      xorg-input drivers. Using absolute coordinates avoids issues such as
      guest mouse pointer not tracking host mouse pointer due to wrong mouse
      acceleration settings in the guests X display.
      
      Advertise either absolute or relative coordinates to the input system
      and the evdev driver, depending on what dom0 provides. The xorg-input
      driver prefers relative coordinates even if a devices provides both.
      Signed-off-by: default avatarOlaf Hering <olaf@aepfle.de>
      Signed-off-by: default avatarStefano Stabellini <stefano.stabellini@eu.citrix.com>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      8c3c283e
  2. 16 Mar, 2011 2 commits
  3. 15 Mar, 2011 3 commits
  4. 14 Mar, 2011 1 commit
  5. 13 Mar, 2011 6 commits
  6. 25 Feb, 2011 1 commit
    • Iiro Valkonen's avatar
      Input: atmel_mxt_ts - remove matrix size check · 0d3c0737
      Iiro Valkonen authored
      The mxt_check_matrix_size() is currently setting the CTE mode to match
      xline/yline information that is in the platform data, but it does not
      take into account for example the fact that we could have a key array
      in use too (key array would use some x/y lines as well).
      
      It would be better to simply rely on the configuration data, and make
      sure that the CTE mode set in there matches the touch object (touchscreen,
      key array, proximity) configuration (which are set in the config data too).
      Signed-off-by: default avatarIiro Valkonen <iiro.valkonen@atmel.com>
      Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
      0d3c0737
  7. 24 Feb, 2011 3 commits
  8. 21 Feb, 2011 17 commits
  9. 01 Feb, 2011 6 commits