1. 03 12月, 2013 1 次提交
  2. 30 10月, 2013 1 次提交
    • S
      HID: hid-sensor-hub: fix report size · d4b1bba7
      Srinivas Pandruvada 提交于
      Most of the hid sensor field size is reported in report_size field
      in the report descriptor. For rotation fusion sensor the quaternion
      data is 16 byte field, the report size was set to 4 and report
      count field is set to 4. So the total size is 16 bytes. But the current
      driver has a bug and not taking account for report count field. This
      causes user space to see only 4 bytes of data sent via IIO interface.
      The number of bytes in a field needs to take account of report_count
      field. Need to multiply report_size and report_count to get total
      number of bytes.
      Signed-off-by: NSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      d4b1bba7
  3. 01 10月, 2013 1 次提交
  4. 04 9月, 2013 4 次提交
  5. 26 8月, 2013 1 次提交
  6. 25 2月, 2013 2 次提交
  7. 18 2月, 2013 2 次提交
  8. 03 1月, 2013 1 次提交
  9. 12 12月, 2012 1 次提交
  10. 21 11月, 2012 1 次提交
  11. 22 9月, 2012 2 次提交
  12. 19 9月, 2012 3 次提交
  13. 07 9月, 2012 1 次提交