linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/3] Support for Intel BT USB driver
@ 2012-09-10 21:29 Tedd Ho-Jeong An
  0 siblings, 0 replies; 2+ messages in thread
From: Tedd Ho-Jeong An @ 2012-09-10 21:29 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: marcel, Ho, Albert O, tedd.an

[-- Attachment #1: Type: text/plain, Size: 1307 bytes --]

From: Tedd Ho-Jeong AN <tedd.an@intel.com>

These set of patches adds Intel BT USB support.  The patch adds an extension
to execute of vendor specific initialization at early stage (before normal
BT controller initialization & after the USB is initialized).

- During the USB probe time, if the VID/PID are matched, it executes a
  vendor specific initialization routine and uses a vendor specific HCI
  event handler.  When completed, the existing HCI event handler is restored.
- When vendor specific initialization completes, normal BT controller
  initialization continues.

The rest of patches are Intel specific implementation.

Tedd Ho-Jeong An (3):
  Bluetooth: Add initial skeleton for Intel BT USB support
  Bluetooth: Implement Intel specific device initialization
  Bluetooth: Add timeout for Intel specific device initialization

 drivers/bluetooth/Makefile       |    2 +-
 drivers/bluetooth/btusb.c        |   29 +++
 drivers/bluetooth/btusb.h        |   31 +++
 drivers/bluetooth/btusb_intel.c  |  420 ++++++++++++++++++++++++++++++++++++++
 include/net/bluetooth/hci_core.h |    6 +
 net/bluetooth/hci_core.c         |   16 ++
 6 files changed, 503 insertions(+), 1 deletion(-)
 create mode 100644 drivers/bluetooth/btusb.h
 create mode 100644 drivers/bluetooth/btusb_intel.c

-- 
1.7.9.5


[-- Attachment #2: Type: text/html, Size: 6401 bytes --]

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

* [RFC 0/3] Support for Intel BT USB driver
@ 2012-09-10 22:34 Tedd Ho-Jeong An
  0 siblings, 0 replies; 2+ messages in thread
From: Tedd Ho-Jeong An @ 2012-09-10 22:34 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: marcel, albert.o.ho

From: Tedd Ho-Jeong An <tedd.an@intel.com>

These set of patches adds Intel BT USB support.  The patch adds an extension
to execute of vendor specific initialization at early stage (before normal
BT controller initialization & after the USB is initialized).

- During the USB probe time, if the VID/PID are matched, it executes a
  vendor specific initialization routine and uses a vendor specific HCI
  event handler.  When completed, the existing HCI event handler is restored. 

- When vendor specific initialization completes, normal BT controller
  initialization continues.

The rest of patches are Intel specific implementation.

Tedd Ho-Jeong An (3):
  Bluetooth: Add initial skeleton for Intel BT USB support
  Bluetooth: Implement Intel specific device initialization
  Bluetooth: Add timeout for Intel specific device initialization

 drivers/bluetooth/Makefile       |    2 +-
 drivers/bluetooth/btusb.c        |   29 +++
 drivers/bluetooth/btusb.h        |   31 +++
 drivers/bluetooth/btusb_intel.c  |  420 ++++++++++++++++++++++++++++++++++++++
 include/net/bluetooth/hci_core.h |    6 +
 net/bluetooth/hci_core.c         |   16 ++
 6 files changed, 503 insertions(+), 1 deletion(-)
 create mode 100644 drivers/bluetooth/btusb.h
 create mode 100644 drivers/bluetooth/btusb_intel.c

-- 
1.7.9.5

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

end of thread, other threads:[~2012-09-10 22:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-10 22:34 [RFC 0/3] Support for Intel BT USB driver Tedd Ho-Jeong An
  -- strict thread matches above, loose matches on Subject: below --
2012-09-10 21:29 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).