1. 18 6月, 2015 2 次提交
  2. 12 6月, 2015 1 次提交
  3. 01 6月, 2015 2 次提交
  4. 12 5月, 2015 1 次提交
  5. 07 5月, 2015 4 次提交
  6. 15 3月, 2015 1 次提交
  7. 23 2月, 2015 2 次提交
  8. 17 2月, 2015 2 次提交
  9. 21 1月, 2015 1 次提交
  10. 12 1月, 2015 1 次提交
  11. 07 1月, 2015 1 次提交
  12. 29 12月, 2014 1 次提交
  13. 22 12月, 2014 1 次提交
  14. 17 12月, 2014 1 次提交
  15. 02 12月, 2014 1 次提交
  16. 20 11月, 2014 1 次提交
  17. 11 11月, 2014 1 次提交
  18. 05 11月, 2014 1 次提交
  19. 04 11月, 2014 1 次提交
  20. 03 11月, 2014 1 次提交
  21. 29 10月, 2014 3 次提交
  22. 01 10月, 2014 1 次提交
    • B
      HID: wacom: implement generic HID handling for pen generic devices · 7704ac93
      Benjamin Tissoires 提交于
      ISDv4 and v5 are plain HID devices. We can directly implement a generic
      HID parsing/handling and remove the need to manually add those PID in
      the list of supported devices.
      
      This patch implements the pen support only. The finger part will come in
      a later patch.
      
      To be properly notified of an .event() and a .report(), we need to force
      hid-core to go through the HID parsing. By default, wacom.ko binds only
      hidraw, so the hid parsing is not done by hid-core. When a true HID device
      is there, we add the flag HID_CLAIMED_DRIVER to hid->claimed which will
      force hid-core to parse the incoming reports.
      (Note that this can be easily backported by directly setting the .claimed
      flag to HID_CLAIMED_DRIVER even if hid-core does not support
      HID_CONNECT_DRIVER)
      Signed-off-by: NBenjamin Tissoires <benjamin.tissoires@redhat.com>
      Acked-by: NJason Gerecke <killertofu@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      7704ac93
  23. 08 9月, 2014 2 次提交
  24. 04 9月, 2014 1 次提交
  25. 07 8月, 2014 2 次提交
  26. 29 7月, 2014 4 次提交