An error occurred fetching the project authors.
  1. 28 Jun, 2015 11 commits
  2. 16 Jan, 2015 2 commits
  3. 03 Nov, 2014 1 commit
  4. 10 Oct, 2014 2 commits
  5. 01 Oct, 2014 1 commit
  6. 08 Sep, 2014 3 commits
  7. 04 Sep, 2014 1 commit
  8. 29 Jul, 2014 5 commits
  9. 07 Jul, 2014 1 commit
  10. 01 Jul, 2014 1 commit
  11. 27 Jun, 2014 1 commit
  12. 02 Jun, 2014 2 commits
  13. 28 May, 2014 1 commit
  14. 20 May, 2014 1 commit
  15. 05 May, 2014 2 commits
  16. 24 Apr, 2014 1 commit
  17. 07 Apr, 2014 1 commit
    • Derya's avatar
      Revert "HID: microsoft: Add ID's for Surface Type/Touch Cover 2" · f3b0cbce
      Derya authored
      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: default avatarDerya <derya.kiran@yahoo.de>
      Signed-off-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      f3b0cbce
  18. 03 Apr, 2014 1 commit
  19. 05 Mar, 2014 1 commit
  20. 17 Feb, 2014 1 commit
    • David Barksdale's avatar
      HID: add hid-cp2112 driver · e932d817
      David Barksdale authored
      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: default avatarDavid Barksdale <dbarksdale@uplogix.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      e932d817