linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Patches to fix kernel side init/deinit of adapters
@ 2010-12-14 12:04 johan.hedberg
  2010-12-14 12:04 ` [PATCH 1/2] Bluetooth: Introduce a new HCI_CLOSE flag for hci_dev_close() johan.hedberg
  2010-12-14 12:04 ` [PATCH 2/2] Bluetooth: Fix __hci_request synchronization for hci_open_dev johan.hedberg
  0 siblings, 2 replies; 3+ messages in thread
From: johan.hedberg @ 2010-12-14 12:04 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

Before I start implementing support for powering on and off adapters
through the management interface some basic things in the current code
need fixing. The first issue is that the __hci_request doesn't work the
way it's supposed to when called from hci_open_dev. It's supposed to
return when the entire request is complete but right now it returns as
soon as the first command in the request is complete.

The first patch in this set is needed to make it possible to take
advantage of the HCI_INIT flag in the second patch.

Johan


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-14 12:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-14 12:04 Patches to fix kernel side init/deinit of adapters johan.hedberg
2010-12-14 12:04 ` [PATCH 1/2] Bluetooth: Introduce a new HCI_CLOSE flag for hci_dev_close() johan.hedberg
2010-12-14 12:04 ` [PATCH 2/2] Bluetooth: Fix __hci_request synchronization for hci_open_dev johan.hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).