1. 25 4月, 2014 4 次提交
  2. 03 4月, 2014 1 次提交
  3. 02 4月, 2014 3 次提交
  4. 14 3月, 2014 1 次提交
    • B
      HID: sony: do not rely on hid_output_raw_report · e534a935
      Benjamin Tissoires 提交于
      hid_out_raw_report is going to be obsoleted as it is not part of the
      unified HID low level transport documentation
      (Documentation/hid/hid-transport.txt)
      
      To do so, we need to introduce two new quirks:
      * HID_QUIRK_NO_OUTPUT_REPORTS_ON_INTR_EP: this quirks prevents the
        transport driver to use the interrupt channel to send output report
        (and thus force to use HID_REQ_SET_REPORT command)
      * HID_QUIRK_SKIP_OUTPUT_REPORT_ID: this one forces usbhid to not
        include the report ID in the buffer it sends to the device through
        HID_REQ_SET_REPORT in case of an output report
      
      This also fixes a regression introduced in commit 3a75b249
      (HID: hidraw: replace hid_output_raw_report() calls by appropriates ones).
      The hidraw API was not able to communicate with the PS3 SixAxis
      controllers in USB mode.
      Reviewed-by: NDavid Herrmann <dh.herrmann@gmail.com>
      Signed-off-by: NBenjamin Tissoires <benjamin.tissoires@redhat.com>
      Tested-by: NAntonio Ospite <ao2@ao2.it>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      e534a935
  5. 25 2月, 2014 4 次提交
  6. 20 2月, 2014 2 次提交
  7. 18 2月, 2014 1 次提交
  8. 17 2月, 2014 9 次提交
  9. 06 2月, 2014 1 次提交
  10. 29 1月, 2014 2 次提交
  11. 21 1月, 2014 2 次提交
  12. 20 1月, 2014 1 次提交
  13. 17 1月, 2014 7 次提交
  14. 02 1月, 2014 1 次提交
  15. 20 11月, 2013 1 次提交