1. 27 3月, 2013 1 次提交
  2. 07 2月, 2013 1 次提交
  3. 05 2月, 2013 8 次提交
  4. 03 1月, 2013 1 次提交
  5. 15 11月, 2012 8 次提交
  6. 31 10月, 2012 2 次提交
  7. 01 10月, 2012 1 次提交
  8. 20 9月, 2012 5 次提交
  9. 15 8月, 2012 4 次提交
  10. 19 7月, 2012 1 次提交
  11. 28 6月, 2012 2 次提交
  12. 06 6月, 2012 2 次提交
  13. 10 5月, 2012 1 次提交
  14. 06 5月, 2012 2 次提交
  15. 01 5月, 2012 1 次提交
    • H
      HID: hid-multitouch: Switch to device groups · 4fa3a583
      Henrik Rydberg 提交于
      Switch the driver over to device group handling.  By adding the
      HID_GROUP_MULTITOUCH group to hid-core, hid-generic will no longer
      match multitouch devices.  By adding the HID_GROUP_MULTITOUCH entry to
      the device list, hid-multitouch will match all unknown multitouch
      devices, and udev will automatically load the module.
      
      Since HID_QUIRK_MULTITOUCH never gets set, the special quirks handling
      can be removed.  Since all HID MT devices have HID_DG_CONTACTID, they
      can be removed from the hid_have_special_driver list.
      
      With this patch, the unknown device ids are no longer NULL, so the code
      is modified to check for the generic entry instead.
      Signed-off-by: NHenrik Rydberg <rydberg@euromail.se>
      Acked-by: NBenjamin Tissoires <benjamin.tissoires@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      4fa3a583