All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tedd Ho-Jeong An <tedd.an@intel.com>
To: linux-bluetooth <linux-bluetooth@vger.kernel.org>, marcel@holtmann.org
Cc: albert.o.ho@intel.com, tedd.hj.an@gmail.com, tedd.an@intel.com,
	johan.hedberg@intel.com
Subject: [RFC v2 0/2] Add driver extension for vendor device setup
Date: Fri, 26 Oct 2012 18:23:09 -0700	[thread overview]
Message-ID: <1634868.4dWAuDVddg@tedd-ubuntu> (raw)

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

                 reply	other threads:[~2012-10-27  1:23 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=1634868.4dWAuDVddg@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.