Hi John, A few more patches intended for 3.10, the most important one is the support in btusb for fw loading for the Intel Bluetooth device. Other than that we have only fixes and clean ups. Please pull or let me know of any problems! Thanks. Gustavo --- The following changes since commit 76a388beaf92cc75b829d4a0b7d69afaaeaa4b0a: Bluetooth: Rename LE_SCANNING_* macros (2013-04-18 01:17:27 -0300) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next for-upstream for you to fetch changes up to 69676b1c2af451bfe5cd36ff4973a484b5d5a86c: Bluetooth: btmrvl: report error if verify_fw_download times out (2013-04-23 20:55:55 -0300) ---------------------------------------------------------------- Andreas Fenkart (2): Bluetooth: btmrvl: release lock while waiting for fw download complete Bluetooth: btmrvl: report error if verify_fw_download times out Andy Shevchenko (1): Bluetooth: btmrvl: use native helpers for debugfs Fengguang Wu (1): Bluetooth: hci_get_cmd_complete() can be static Gustavo Padovan (1): Bluetooth: remove unneeded var initialization in btmrvl Johan Hedberg (2): Bluetooth: Fix HCI command send functions to use const specifier Bluetooth: Fix sending write_le_host_supporte for LE-only controllers Marcel Holtmann (1): Bluetooth: Remove unneeded parameter from L2CAP ATT channel handling Tedd Ho-Jeong An (1): Bluetooth: Add support for Intel Bluetooth device [8087:07dc] drivers/bluetooth/btmrvl_debugfs.c | 266 +++------------------------ drivers/bluetooth/btmrvl_sdio.c | 41 +++-- drivers/bluetooth/btusb.c | 377 +++++++++++++++++++++++++++++++++++++++ include/net/bluetooth/hci_core.h | 14 +- net/bluetooth/hci_core.c | 29 ++- net/bluetooth/l2cap_core.c | 7 +- net/bluetooth/mgmt.c | 8 +- 7 files changed, 462 insertions(+), 280 deletions(-)