aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btmrvl_drv.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2015-03-02 14:47:12 -0500
committerDavid S. Miller <davem@davemloft.net>2015-03-02 14:47:12 -0500
commit70c836a4d15f12aa50195937083b30a6945c2556 (patch)
treef76867215487fd7626acae395b412056eb8fde74 /drivers/bluetooth/btmrvl_drv.h
parentb4844353c0577bef6db54e5b276ede1acbed5b3d (diff)
parentc91799c50a14137ecee6d60d2f1d9ab8bc895e52 (diff)
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
Johan Hedberg says: ==================== pull request: bluetooth-next 2015-03-02 Here's the first bluetooth-next pull request targeting the 4.1 kernel: - ieee802154/6lowpan cleanups - SCO routing to host interface support for the btmrvl driver - AMP code cleanups - Fixes to AMP HCI init sequence - Refactoring of the HCI callback mechanism - Added shutdown routine for Intel controllers in the btusb driver - New config option to enable/disable Bluetooth debugfs information - Fix for early data reception on L2CAP fixed channels Please let me know if there are any issues pulling. Thanks. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/bluetooth/btmrvl_drv.h')
-rw-r--r--drivers/bluetooth/btmrvl_drv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btmrvl_drv.h b/drivers/bluetooth/btmrvl_drv.h
index e75f8ee2512c..086f0ec89580 100644
--- a/drivers/bluetooth/btmrvl_drv.h
+++ b/drivers/bluetooth/btmrvl_drv.h
@@ -111,6 +111,7 @@ struct btmrvl_private {
111 111
112/* Vendor specific Bluetooth commands */ 112/* Vendor specific Bluetooth commands */
113#define BT_CMD_PSCAN_WIN_REPORT_ENABLE 0xFC03 113#define BT_CMD_PSCAN_WIN_REPORT_ENABLE 0xFC03
114#define BT_CMD_ROUTE_SCO_TO_HOST 0xFC1D
114#define BT_CMD_SET_BDADDR 0xFC22 115#define BT_CMD_SET_BDADDR 0xFC22
115#define BT_CMD_AUTO_SLEEP_MODE 0xFC23 116#define BT_CMD_AUTO_SLEEP_MODE 0xFC23
116#define BT_CMD_HOST_SLEEP_CONFIG 0xFC59 117#define BT_CMD_HOST_SLEEP_CONFIG 0xFC59