1. 07 10月, 2013 9 次提交
  2. 06 10月, 2013 7 次提交
  3. 05 10月, 2013 2 次提交
  4. 03 10月, 2013 5 次提交
  5. 02 10月, 2013 8 次提交
  6. 26 9月, 2013 5 次提交
  7. 17 9月, 2013 1 次提交
    • M
      Bluetooth: Introduce user channel flag for HCI devices · 0736cfa8
      Marcel Holtmann 提交于
      This patch introduces a new user channel flag that allows to give full
      control of a HCI device to a user application. The kernel will stay away
      from the device and does not allow any further modifications of the
      device states.
      
      The existing raw flag is not used since it has a bit of unclear meaning
      due to its legacy. Using a new flag makes the code clearer.
      
      A device with the user channel flag set can still be enumerate using the
      legacy API, but it does not longer enumerate using the new management
      interface used by BlueZ 5 and beyond. This is intentional to not confuse
      users of modern systems.
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      Signed-off-by: NGustavo Padovan <gustavo.padovan@collabora.co.uk>
      0736cfa8
  8. 23 6月, 2013 3 次提交