1. 25 7月, 2012 1 次提交
  2. 12 6月, 2012 2 次提交
  3. 30 4月, 2012 2 次提交
  4. 05 4月, 2012 2 次提交
  5. 26 3月, 2012 3 次提交
  6. 31 1月, 2012 1 次提交
  7. 12 12月, 2011 1 次提交
  8. 27 10月, 2011 2 次提交
  9. 27 3月, 2011 1 次提交
    • P
      Input: wacom - report resolution for pen devices · e35fb8c1
      Ping Cheng 提交于
      Touch resolution is reported to the userland by retrieving the value
      from the HID descriptor. But pen resolution is not since it can not
      be retrieved. The current Wacom X driver has a resolution table.
      To centralize the source of these values, the resolution entries are
      added in the wacom_features struct for x and y coordinates respectively.
      The values are then reported to the userland.
      Signed-off-by: NPing Cheng <pingc@wacom.com>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      e35fb8c1
  10. 13 3月, 2011 2 次提交
  11. 16 12月, 2010 1 次提交
  12. 06 9月, 2010 5 次提交
  13. 28 6月, 2010 1 次提交
  14. 04 6月, 2010 1 次提交
  15. 14 4月, 2010 4 次提交
    • P
      Input: wacom - streamline 2-finger touch support · ab687b18
      Ping Cheng 提交于
      Clean up 2-finger touch support. This still needs to be converted to
      proper multi-touch protocol.
      Signed-off-by: NPing Cheng <pingc@wacom.com>
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      ab687b18
    • D
      Input: wacom - get rid of input event wrappers · 8da23fc1
      Dmitry Torokhov 提交于
      Input event interface is pretty stable so let's get rig of wrappers
      for input_event() and fiends and call them directly. This will simplify
      and speed up code a bit.
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      8da23fc1
    • D
      Input: wacom - do not allocate wacom_wac separately · 51269fe8
      Dmitry Torokhov 提交于
      There is no reason for allocating struct wacom_wac separately from
      struct wacom since both have the same lifetime rules and are not
      shared. Also make 'open' field a boolean.
      Signed-off-by: NDmitry Torokhov <dtor@mail.ru>
      51269fe8
    • P
      Input: wacom - share pen info with touch of the same ID · 4492efff
      Ping Cheng 提交于
      Touch enbaled devices share the same product ID with pen. However,
      we do not want to post touch events while pen is in prox. To do so,
      we used to keep a local static variable to keep track of if pen is
      in prox or not. This works fine for Tablet PC devices since there
      is only one device attached. With the newer touch enabled regular
      tablets, we can not make this assumption any more, i.e, one system
      may have more than one identical tablet plugged in.
      
      This patch adds an new entry, shared, into the struct wacom_wac so
      touch data can access pen data to locally. This solution assumes
      the two tools (touch and pen) of the same ID will be probed one
      after the other without interruption in between by another Wacom
      device of the same ID.
      4492efff
  16. 02 3月, 2010 1 次提交
  17. 20 2月, 2010 1 次提交
  18. 19 2月, 2010 1 次提交
  19. 15 12月, 2009 3 次提交
  20. 09 5月, 2009 1 次提交
  21. 26 11月, 2008 1 次提交
  22. 14 3月, 2008 1 次提交
  23. 10 7月, 2007 1 次提交
  24. 08 5月, 2007 1 次提交