1. 17 2月, 2014 5 次提交
  2. 06 2月, 2014 1 次提交
  3. 04 2月, 2014 1 次提交
  4. 03 2月, 2014 1 次提交
  5. 29 1月, 2014 4 次提交
  6. 21 1月, 2014 2 次提交
  7. 20 1月, 2014 1 次提交
  8. 17 1月, 2014 10 次提交
  9. 06 1月, 2014 1 次提交
  10. 02 1月, 2014 1 次提交
  11. 21 12月, 2013 1 次提交
  12. 17 12月, 2013 1 次提交
  13. 16 12月, 2013 2 次提交
  14. 13 12月, 2013 1 次提交
  15. 09 12月, 2013 1 次提交
    • S
      HID: hid-sensor-hub: fix duplicate sysfs entry error · d81cae80
      Srinivas Pandruvada 提交于
      Fix kernel warning and failure to register sensor hub devices with MFD.  Now
      many devices has in-built sensor hubs. So by default this HID hub, is properly
      parsed and register individual sensors as platform device using MFD framework.
      But if a second sensor hub is attached via USB, which has same sensors, it will
      result in kernel warning and failure to register MFD cell as the platform
      device sysfs file name will be same as created by in-built sensor hubs. This
      patch sets MFD cell id to PLATFORM_DEVID_AUTO. In this way there will never be
      duplicate sysfs file names.
      Signed-off-by: NSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      d81cae80
  16. 03 12月, 2013 3 次提交
    • O
      HID: logitech-dj: add HIDRAW dependency in Kconfig · dcdc50e7
      Olivier Gay 提交于
      hid-logitech-dj.c driver needs hidraw to work correctly. Without
      hidraw, hid-logitech-dj.c fails during probe() and Logitech
      Unifying devices HID reports aren't recognized.
      
      The unifying receiver has 3 usb interfaces. When hid-logitech-dj driver is
      loaded, interfaces 0 and 1 are discarded.
      
      Interface 2 consists of a hid class interface with 3 collections, each of
      which sports the 'vendor' usage, thus, there is no reason for hid_input to
      claim any of them. On the other hand, hidraw has no issue in claiming the
      collections, even if they are 'vendor'. As of today, hid-logitech-dj uses
      hidraw api to send configuration/control reports to interface 2 of the
      Unifying receiver.
      
      Without the hid-logitech-dj driver, interfaces 0 and 1 are claimed by
      hid-input, as they correspond to a keyboard and a mouse. But that is not
      relevant to the discussion.
      
      [jkosina@suse.cz: make the changelog more verbose, thanks to Nestor]
      Signed-off-by: NOlivier Gay <ogay@logitech.com>
      Signed-off-by: NNestor Lopez Casado <nlopezcasad@logitech.com>
      Signed-off-by: NMathieu Meisser <mmeisser@logitech.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      dcdc50e7
    • V
      HID: add support for Logitech Dual Action gamepads · 56d0c8b7
      Vitaly Katraew 提交于
      I have two Logitech Dual Action gamepads, both have same Vendor/Device id pair.
      Newest gamepad (A) can switch between old mode (HID) and XBox gamepad emulation
      mode. Old gamepad (B) can only work in HID mode.  In HID mode gamepad A sends
      many EPIPE errors during initialization and was disconnected immediately after
      connect  to usb port. It works fine in Win and Mac. After adding NOGET quirk in
      driver, it was working properly.  Gamepad B works fine before and after
      changes. I tested both gamepads with 3.8.0 and 3.11.6 kernels  with modified
      driver. Follow patch can apply for current git kernel version. I can send pcap
      log from usb bus with both gamepads or any other additional information if it
      is needed
      Signed-off-by: NVitaly Katraew <zawullon@gmail.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      56d0c8b7
    • S
      HID: hid-sensor-hub: Add logical min and max · 9f740ffa
      Srinivas Pandruvada 提交于
      Exporting logical minimum and maximum of HID fields as part of the
      hid sensor attribute info. This can be used for range checking and
      to calculate enumeration base for NAry fields of HID sensor hub.
      Signed-off-by: NSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
      Signed-off-by: NJonathan Cameron <jic23@kernel.org>
      9f740ffa
  17. 02 12月, 2013 4 次提交