1. 17 9月, 2012 1 次提交
  2. 02 9月, 2012 1 次提交
  3. 22 8月, 2012 1 次提交
  4. 15 8月, 2012 1 次提交
  5. 31 7月, 2012 1 次提交
  6. 23 7月, 2012 1 次提交
  7. 22 7月, 2012 1 次提交
  8. 20 7月, 2012 2 次提交
    • D
      HID: Allow drivers to be their own listener · 4bc19f62
      David Herrmann 提交于
      hid-picolcd and hid-wiimote do not allow any of hidinput, hiddev or hidraw
      to claim the device but still want to remain on the bus. Hence, if a
      driver uses the raw_event callback but no other listener claimed the
      device, we still leave it on the bus as the driver handles everything by
      itself. It thus becomes its own listener.
      
      Under some circumstances (eg., hidinput_connect() fails and raw_event set)
      a device may be left on the bus even though it requires external
      listeners. But then if hidinput_connect() fails there are bigger issues
      than a device that is left unhandled. So we can safely use this heuristic
      to avoid adding another flag for special devices like hid-picolcd and
      hid-wiimote.
      
      This also removes the ugly hack from hid-picolcd as this is no longer
      required.
      Signed-off-by: NDavid Herrmann <dh.herrmann@googlemail.com>
      Acked-by: NHenrik Rydberg <rydberg@euromail.se>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      4bc19f62
    • M
      HID: hid-core: optimize in case of hidraw · b94e3c94
      Matthieu CASTET 提交于
      When using hidraw, hid buffer can be big and take lot's of
      time to process (interrupt) kernel context.
      Don't try to parse report if we are only interrested in hidraw.
      
      Also don't prepare data for debug stuff if no debugfs file
      are opened.
      Signed-off-by: NMatthieu CASTET <matthieu.castet@parrot.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      b94e3c94
  9. 12 7月, 2012 1 次提交
  10. 11 7月, 2012 2 次提交
  11. 28 6月, 2012 1 次提交
  12. 12 6月, 2012 1 次提交
  13. 08 6月, 2012 1 次提交
  14. 15 5月, 2012 1 次提交
  15. 14 5月, 2012 2 次提交
  16. 01 5月, 2012 6 次提交
  17. 28 4月, 2012 1 次提交
  18. 20 4月, 2012 1 次提交
  19. 14 4月, 2012 1 次提交
  20. 28 3月, 2012 1 次提交
  21. 20 3月, 2012 1 次提交
    • A
      HID: multitouch: add PID for Fructel product · 4d5df5d1
      Andreas Nielsen 提交于
      Adds multitouch support for the Gametel Android game controller.
      
      The multitouch events are emulated by the Gametel device. Each physical button
      is configured to generate a MT event on a specific coordinate. This seems to be
      the only way for us to support Android games that doesn't support HID gamepads.
      It is possible to inject MT events at Android level, but this requires root on
      the phone.
      Signed-off-by: NAndreas Nielsen <eas@svep.se>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      4d5df5d1
  22. 13 3月, 2012 1 次提交
  23. 12 3月, 2012 1 次提交
  24. 09 3月, 2012 1 次提交
  25. 06 3月, 2012 2 次提交
  26. 28 2月, 2012 1 次提交
  27. 22 2月, 2012 1 次提交
  28. 21 2月, 2012 3 次提交
  29. 15 2月, 2012 1 次提交