1. 07 11月, 2015 1 次提交
  2. 18 8月, 2015 1 次提交
  3. 29 7月, 2015 1 次提交
  4. 28 7月, 2015 1 次提交
  5. 27 7月, 2015 1 次提交
  6. 24 7月, 2015 1 次提交
  7. 18 6月, 2015 2 次提交
  8. 12 6月, 2015 1 次提交
  9. 01 6月, 2015 2 次提交
  10. 12 5月, 2015 1 次提交
  11. 07 5月, 2015 4 次提交
  12. 15 3月, 2015 1 次提交
  13. 23 2月, 2015 2 次提交
  14. 17 2月, 2015 2 次提交
  15. 21 1月, 2015 1 次提交
  16. 12 1月, 2015 1 次提交
  17. 07 1月, 2015 1 次提交
  18. 29 12月, 2014 1 次提交
  19. 22 12月, 2014 1 次提交
  20. 17 12月, 2014 1 次提交
  21. 02 12月, 2014 1 次提交
  22. 20 11月, 2014 1 次提交
  23. 11 11月, 2014 1 次提交
  24. 05 11月, 2014 1 次提交
  25. 04 11月, 2014 1 次提交
  26. 03 11月, 2014 1 次提交
  27. 29 10月, 2014 3 次提交
  28. 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
  29. 08 9月, 2014 2 次提交
  30. 04 9月, 2014 1 次提交