* [RFC v2 0/2] Add driver extension for vendor device setup
@ 2012-10-27 1:23 Tedd Ho-Jeong An
0 siblings, 0 replies; only message in thread
From: Tedd Ho-Jeong An @ 2012-10-27 1:23 UTC (permalink / raw)
To: linux-bluetooth, marcel; +Cc: albert.o.ho, tedd.hj.an, tedd.an, johan.hedberg
From: Tedd Ho-Jeong An <tedd.an@intel.com>
These RFC patches adds drvier extension which allows vendors to execute
vendor specific device initialization (i.e. ROM patching) via vendor
supplied mini-driver.
It also includes a sample mini-driver.
Tedd Ho-Jeong An (2):
Bluetooth: Add driver extension for vendor device setup
Bluetooth: Add sample BT USB mini-driver
drivers/bluetooth/btusb.c | 197 +++++++++++++++++++++++++-------------
drivers/bluetooth/btusb.h | 53 ++++++++++
drivers/bluetooth/btusb_sample.c | 189 ++++++++++++++++++++++++++++++++++++
include/net/bluetooth/hci.h | 2 +
include/net/bluetooth/hci_core.h | 8 ++
net/bluetooth/hci_core.c | 28 +++++-
6 files changed, 412 insertions(+), 65 deletions(-)
create mode 100644 drivers/bluetooth/btusb.h
create mode 100644 drivers/bluetooth/btusb_sample.c
--
1.7.9.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-27 1:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-27 1:23 [RFC v2 0/2] Add driver extension for vendor device setup Tedd Ho-Jeong An
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).