1. 01 10月, 2014 5 次提交
  2. 22 9月, 2014 1 次提交
  3. 12 9月, 2014 1 次提交
    • B
      HID: wacom: make the WL connection friendly for the desktop · 12969e3b
      Benjamin Tissoires 提交于
      Currently, tablets connected to the WL receiver all share the same
      VID/PID. There is no way for the user space to know which one is which
      besides parsing the name. We can force the PID to be set to the
      actual hardware. This way, the input device will have the correct PID
      which can be match in libwacom.
      
      With only this trick, the pad input does not inherit the ID_INPUT_TABLET
      udev property from its parent. We can force udev to accept it by declaring
      a BTN_STYLUS which is never used.
      
      This way, tablets connected through WL can be used from the user point of
      view in the same way they are used while connected through wire.
      Signed-off-by: NBenjamin Tissoires <benjamin.tissoires@redhat.com>
      Reviewed-by: NPing Cheng <pingc@wacom.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      12969e3b
  4. 11 9月, 2014 4 次提交
  5. 13 8月, 2014 1 次提交
  6. 07 8月, 2014 6 次提交
  7. 26 7月, 2014 21 次提交
  8. 15 5月, 2014 1 次提交
    • J
      Input: wacom - add support for three new ISDv4 sensors · d51ddb2b
      Jason Gerecke 提交于
      This patch adds support for the 0x4004, 0x5000, and 0x5002 sensors found
      on what should be the Motion R12, Fujitsu Q704, and Fujitsu T904. These
      tablets use a new report ID (3) for their touch packets and a slightly
      different HID descriptor format, but are otherwise largely identical in
      protocol to the "MTTPC" tablets.
      
      Note:
       * The R12 uses its 0x4004 sensor for touch input only. A pen interface
         is not present in its HID descriptor, though its possible a 0x4004
         may be used for pen input by other tablet PCs in the future.
      
       * The 0x5002 sensor appears to use a new report ID (8) for its pen
         packets. The other sensors continue to use the traditional report
         ID (2).
      Signed-off-by: NJason Gerecke <killertofu@gmail.com>
      Reviewed-by: NPing Cheng <pingc@wacom.com>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      d51ddb2b