1. 30 9月, 2014 3 次提交
  2. 24 9月, 2014 3 次提交
  3. 17 9月, 2014 1 次提交
  4. 16 9月, 2014 2 次提交
  5. 15 9月, 2014 1 次提交
    • M
      Bluetooth: btusb: Separate TX URB allocation and submission · 047b2ec8
      Marcel Holtmann 提交于
      The complete TX URB handling is done via a switch statement in the
      btusb_send_frame function. To allow for more clear separation between
      control, bulk and isoc URBs, split them into allocation and submission.
      
      Previously the inc_tx function has been used for tracking in-flight
      URB for HCI commands and ACL data packets. Convert that into a common
      function that either submits the URB or queues it when needed.
      
      This provides the flexibility to allow vendor specific hdev->send_frame
      callbacks without having to duplicate the whole URB handling logic.
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      Signed-off-by: NJohan Hedberg <johan.hedberg@intel.com>
      047b2ec8
  6. 14 9月, 2014 1 次提交
  7. 09 9月, 2014 1 次提交
  8. 05 9月, 2014 2 次提交
  9. 04 9月, 2014 26 次提交