From: johan.hedberg@gmail.com
To: linux-bluetooth@vger.kernel.org
Subject: Patches to fix kernel side init/deinit of adapters
Date: Tue, 14 Dec 2010 14:04:02 +0200 [thread overview]
Message-ID: <1292328244-5335-1-git-send-email-johan.hedberg@gmail.com> (raw)
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
next reply other threads:[~2010-12-14 12:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-14 12:04 johan.hedberg [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1292328244-5335-1-git-send-email-johan.hedberg@gmail.com \
--to=johan.hedberg@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).