An error occurred fetching the project authors.
  1. 17 Feb, 2014 2 commits
  2. 06 Feb, 2014 1 commit
  3. 28 Jan, 2014 3 commits
  4. 16 Jan, 2014 3 commits
    • Kharlamov Alexey's avatar
      HID: hid-holtek-mouse: add new a070 mouse · 274be3eb
      Kharlamov Alexey authored
      Added support of RITMIX ROM-316 mouse to hid-holtek-mouse workaround module
      Signed-off-by: default avatarAlexey Kharlamov <derlafff@ya.ru>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      274be3eb
    • Srinivas Pandruvada's avatar
      HID: hid-sensor-hub: Fix buggy report descriptors · 875e36f8
      Srinivas Pandruvada authored
      This addresses regression caused by commit id "751d17e2"
       iio: hid-sensors: Fix power and report state.
      This commit removed a quirk, to change the enumeration base
      to 1 from 0 based on an CONFIG paramter. There was objection to
      add more changes under this quirk, instead suggested to add an
      HID quirk. But there is no easy way to add HID qurik as the
      reports are not properly using collection class.
      
      The solution was to use logical minimum, which is a correct way.
      There were changes done in firmware to address this.
      
      Unfortunately some devices, still use old FW and can't be upgraded
      to newer version on Linux devices as there is no FW upgrade tool
      available for Linux devices. So we need to fix report descriptors,
      for such devices. This will not have any impact, if the FW uses
      logical 1 as minimum.
      
      In this patch we look for usage id for "power and report state", and
      modify logical minimum value to 1.
      
      Background on enum:
      In the original HID sensor hub firmwares all Named array enums were
      to 0-based. But the most recent hub implemented as 1-based,
      because of the implementation by one of the major OS vendor.
      Using logical minimum for the field as the base of enum. So we add
      logical minimum to the selector values before setting those fields.
      Some sensor hub FWs already changed logical minimum from 0 to 1
      to reflect this and hope every other vendor will follow.
      There is no easy way to add a common HID quirk for NAry elements,
      even if the standard specifies these field as NAry, the collection
      used to describe selectors is still just "logical".
      Signed-off-by: default avatarSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      875e36f8
    • Frank Praznik's avatar
      HID: sony: Add force-feedback support for the Dualshock 4 · 0bd88dd3
      Frank Praznik authored
      Adds the Dualshock 4 to the HID device list and enables force-feedback.
      
      Adds a Dualshock 4 specific worker function since the Dualshock 4 needs a
      different report than the Sixaxis.
      
      The right motor in the Dualshock 4 is variable so the full rumble value
      is now passed to the worker function and clamped there if necessary.
      Signed-off-by: default avatarFrank Praznik <frank.praznik@oh.rr.com>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      0bd88dd3
  5. 13 Dec, 2013 1 commit
  6. 02 Dec, 2013 4 commits
  7. 21 Nov, 2013 2 commits
  8. 19 Nov, 2013 1 commit
  9. 30 Oct, 2013 1 commit
  10. 25 Oct, 2013 2 commits
  11. 21 Oct, 2013 1 commit
  12. 09 Oct, 2013 3 commits
  13. 07 Oct, 2013 1 commit
  14. 02 Oct, 2013 1 commit
  15. 04 Sep, 2013 1 commit
  16. 02 Sep, 2013 2 commits
  17. 29 Jul, 2013 1 commit
  18. 15 Jul, 2013 1 commit
  19. 03 Jul, 2013 2 commits
  20. 28 May, 2013 4 commits
  21. 23 May, 2013 1 commit
    • Vincent Palatin's avatar
      HID: ignore Jabra speakerphones HID interface · 31b9779c
      Vincent Palatin authored
      Add a quirk to ignore Jabra speakerphone 410 and 510 devices HID
      interface.
      On those devices, the USB audio interface is working nicely,
      but the HID interface is not working with the kernel usbhid driver,
      and it requires a specific userspace program.
      We could unbind it from userspace but just attaching the usbhid driver has
      sometimes nasty effects:
      either confusing the device state machine or triggering a storm of volume key
      events making eventual sound UI blinking like crazy.
      Signed-off-by: default avatarVincent Palatin <vpalatin@chromium.org>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      31b9779c
  22. 20 May, 2013 2 commits