1. 18 2月, 2014 1 次提交
  2. 17 2月, 2014 11 次提交
  3. 06 2月, 2014 1 次提交
  4. 04 2月, 2014 1 次提交
  5. 03 2月, 2014 1 次提交
  6. 29 1月, 2014 4 次提交
  7. 21 1月, 2014 2 次提交
  8. 20 1月, 2014 1 次提交
  9. 17 1月, 2014 10 次提交
  10. 06 1月, 2014 1 次提交
  11. 02 1月, 2014 1 次提交
  12. 21 12月, 2013 1 次提交
  13. 17 12月, 2013 1 次提交
  14. 16 12月, 2013 2 次提交
  15. 13 12月, 2013 1 次提交
  16. 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