1. 22 9月, 2012 1 次提交
  2. 16 8月, 2012 2 次提交
  3. 05 6月, 2012 5 次提交
  4. 29 3月, 2012 1 次提交
  5. 03 3月, 2012 1 次提交
  6. 23 2月, 2012 1 次提交
  7. 21 2月, 2012 4 次提交
  8. 20 2月, 2012 7 次提交
  9. 13 2月, 2012 1 次提交
  10. 03 1月, 2012 1 次提交
  11. 20 12月, 2011 1 次提交
  12. 19 12月, 2011 4 次提交
  13. 21 9月, 2011 1 次提交
    • A
      Bluetooth: Add mgmt events for blacklisting · 5e762444
      Antti Julku 提交于
      Add management interface events for blocking/unblocking a device.
      Sender of the block device command gets cmd complete and other
      mgmt sockets get the event. Event is also sent to mgmt sockets when
      blocking is done with ioctl, e.g when blocking a device with
      hciconfig. This makes it possible for bluetoothd to track status
      of blocked devices when a third party block or unblocks a device.
      
      Event sending is handled in mgmt_device_blocked function which gets
      called from hci_blacklist_add in hci_core.c. A pending command is
      added in mgmt_block_device, so that it can found when sending the
      event - the event is not sent to the socket from which the pending
      command came. Locks were moved out from hci_core.c to hci_sock.c
      and mgmt.c, because locking is needed also for mgmt_pending_add in
      mgmt.c.
      Signed-off-by: NAntti Julku <antti.julku@nokia.com>
      Signed-off-by: NGustavo F. Padovan <padovan@profusion.mobi>
      5e762444
  14. 17 6月, 2011 1 次提交
  15. 22 2月, 2011 1 次提交
    • A
      Bluetooth: fix build break on hci_sock.c · b7440a14
      Anand Gadiyar 提交于
      Linux-next as of 20110217 complains when building for OMAP1.
      
        LD      vmlinux
      `hci_sock_cleanup' referenced in section `.init.text' of net/built-in.o: defined in discarded section `.exit.text' of net/built-in.o
      `hci_sock_cleanup' referenced in section `.init.text' of net/built-in.o: defined in discarded section `.exit.text' of net/built-in.o
      make: *** [vmlinux] Error 1
      
      A recent patch by Gustavo (Bluetooth: Merge L2CAP and SCO modules
      into bluetooth.ko) introduced this by calling the hci_sock_cleanup
      function in the error path of bt_init.
      
      Fix this by dropping the __exit marking for hci_sock_cleanup.
      Signed-off-by: NAnand Gadiyar <gadiyar@ti.com>
      Signed-off-by: NGustavo F. Padovan <padovan@profusion.mobi>
      b7440a14
  16. 08 2月, 2011 1 次提交
  17. 23 12月, 2010 1 次提交
  18. 08 12月, 2010 2 次提交
  19. 02 12月, 2010 1 次提交
  20. 01 8月, 2010 1 次提交
  21. 22 7月, 2010 1 次提交
  22. 28 2月, 2010 1 次提交