1. 17 2月, 2015 1 次提交
  2. 21 1月, 2015 1 次提交
  3. 12 1月, 2015 1 次提交
  4. 07 1月, 2015 1 次提交
  5. 29 12月, 2014 1 次提交
  6. 22 12月, 2014 1 次提交
  7. 25 11月, 2014 1 次提交
  8. 20 11月, 2014 2 次提交
  9. 11 11月, 2014 1 次提交
  10. 05 11月, 2014 1 次提交
  11. 03 11月, 2014 2 次提交
  12. 29 10月, 2014 1 次提交
  13. 10 10月, 2014 2 次提交
  14. 01 10月, 2014 1 次提交
  15. 08 9月, 2014 3 次提交
  16. 04 9月, 2014 1 次提交
  17. 29 7月, 2014 5 次提交
  18. 07 7月, 2014 1 次提交
  19. 01 7月, 2014 1 次提交
  20. 27 6月, 2014 1 次提交
  21. 02 6月, 2014 2 次提交
  22. 28 5月, 2014 1 次提交
  23. 21 5月, 2014 1 次提交
  24. 06 5月, 2014 1 次提交
  25. 05 5月, 2014 1 次提交
  26. 24 4月, 2014 1 次提交
  27. 07 4月, 2014 1 次提交
    • D
      Revert "HID: microsoft: Add ID's for Surface Type/Touch Cover 2" · f3b0cbce
      Derya 提交于
      This reverts commit 117309c5.
      
      The MS Surface Pro 2 has an USB composite device with 3 interfaces
      - interface 0 - sensor hub
      - interface 1 - wacom digitizer
      - interface 2 - the keyboard cover, if one is attached
      This USB composite device changes it product id dependent on if and which
      keyboard cover is attached. Adding the covers to hid_have_special_driver
      prevents loading the right hid drivers for the other two interfaces, all 3
      get loaded with hid-microsoft. We don't even need hid-microsoft for the
      keyboards. We have to revert this to load the right hid modules for each
      interface.
      
      CC: stable@vger.kernel.org # kernel 3.14 only
      Signed-off-by: NDerya <derya.kiran@yahoo.de>
      Signed-off-by: NBenjamin Tissoires <benjamin.tissoires@redhat.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      f3b0cbce
  28. 04 4月, 2014 1 次提交
  29. 05 3月, 2014 1 次提交
  30. 18 2月, 2014 1 次提交
    • D
      HID: add hid-cp2112 driver · e932d817
      David Barksdale 提交于
      This patch adds support for the Silicon Labs CP2112 "Single-Chip HID USB to
      SMBus Master Bridge."
      
      This is a HID device driver which registers as an i2c adapter and gpiochip to
      expose these functions of the CP2112. The customizable USB descriptor fields
      are exposed as sysfs attributes.  The SMBus byte-read, byte-data-read/write,
      and word-data-read transfer modes have been tested by talking to an i2c
      sensor.  The GPIO functions and USB descriptor field programming have also
      been tested.
      Signed-off-by: NDavid Barksdale <dbarksdale@uplogix.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      e932d817