From: Tedd Ho-Jeong An <tedd.an@intel.com>
To: linux-bluetooth <linux-bluetooth@vger.kernel.org>, marcel@holtmann.org
Cc: johan.hedberg@intel.com, albert.o.ho@intel.com, tedd.hj.an@gmail.com
Subject: [RFC 0/2] Bluetooth: Add support for BT USB mini driver for vendeor specific init
Date: Fri, 21 Sep 2012 18:59:48 -0700 [thread overview]
Message-ID: <2779254.RSEHOMBi2B@tedd-ubuntu> (raw)
From: Tedd Ho-Jeong An <tedd.an@intel.com>
These RFC patches allow vendors to add their own BT USB mini driver to
configure the device before the BT stack sends common device
initialization.
Tedd Ho-Jeong An (2):
Bluetooth: Add driver extension for vendor specific init
Bluetooth: Add BT USB mini driver template
drivers/bluetooth/Makefile | 1 +
drivers/bluetooth/btusb.c | 194 ++++++++++++++++++++++++------------
drivers/bluetooth/btusb.h | 53 ++++++++++
drivers/bluetooth/btusb_template.c | 78 +++++++++++++++
include/net/bluetooth/hci_core.h | 10 ++
net/bluetooth/hci_core.c | 15 ++-
6 files changed, 286 insertions(+), 65 deletions(-)
create mode 100644 drivers/bluetooth/btusb.h
create mode 100644 drivers/bluetooth/btusb_template.c
--
1.7.9.5
reply other threads:[~2012-09-22 1:59 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=2779254.RSEHOMBi2B@tedd-ubuntu \
--to=tedd.an@intel.com \
--cc=albert.o.ho@intel.com \
--cc=johan.hedberg@intel.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=marcel@holtmann.org \
--cc=tedd.hj.an@gmail.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.