linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/3] Add support for Intel Bluetooth bootloader device
@ 2014-12-04  1:09 Tedd Ho-Jeong An
  0 siblings, 0 replies; only message in thread
From: Tedd Ho-Jeong An @ 2014-12-04  1:09 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: tedd.an, Marcel Holtmann, Johan Hedberg

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

This set of patches adds support for Intel Bluetooth bootloader device.
Compare to previous Intel Bluetooth device, this device is quite different
in a few ways:

1. Using bootloader (RAM)
This device is RAM based so full size of Bluetooth operational firmware
image has to be downloaded to the device in order to run as Bluetooth device.

2. New firmware image file (.sfi)
This device needs a different firmware image file, which size is about 500KB
and the format is also different from previous generation of file (.bseq).

The contents in the file has to be encaptulated by Intel_Sec_Send command.

3. Use Bulk EP
Since the size of firwmare image is big, using Control EP and Interrupt EP
for downloading is not fast enough(takes about 15 seconds). So it uses
Bulk EP to send and receive the data and downloading can be done under 2
seconds.

To do that, the driver has to re-route Intel_Sec_Send command to Bulk EP
even if it is HCI command during the setup stage. For correspond event,
it also re-route the event from Bulk EP to interrupt handler.


Tedd Ho-Jeong An (3):
  Bluetooth: Refactor Intel read version command
  Bluetooth: Add parameter to specify the firmware file extension
  Bluetooth: Add support Intel Bluetooth bootloader device

 drivers/bluetooth/btusb.c | 462 ++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 428 insertions(+), 34 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-04  1:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-04  1:09 [RFC 0/3] Add support for Intel Bluetooth bootloader device 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).