diff options
author | Amitkumar Karwar <akarwar@marvell.com> | 2016-09-28 06:48:35 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2016-10-06 05:52:29 -0400 |
commit | 1165df0ee470930c2da73def005b1f842c2239cc (patch) | |
tree | 9e1d322ff1edbbbba2e6862e2ceaa99ddee3861c /drivers/bluetooth | |
parent | af70c1f92d3567035d2f73f39079459d58c706dc (diff) |
Bluetooth: btusb: add entry for Marvell 8997 chipset
btusb_set_bdaddr_marvell() configures BD address for Marvell chipsets.
This patch adds new chipset 8997 in the list so that BD address feature
would be available for it.
Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/btusb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 6bd63b84abd0..88962339d4b7 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
@@ -314,6 +314,7 @@ static const struct usb_device_id blacklist_table[] = { | |||
314 | /* Marvell Bluetooth devices */ | 314 | /* Marvell Bluetooth devices */ |
315 | { USB_DEVICE(0x1286, 0x2044), .driver_info = BTUSB_MARVELL }, | 315 | { USB_DEVICE(0x1286, 0x2044), .driver_info = BTUSB_MARVELL }, |
316 | { USB_DEVICE(0x1286, 0x2046), .driver_info = BTUSB_MARVELL }, | 316 | { USB_DEVICE(0x1286, 0x2046), .driver_info = BTUSB_MARVELL }, |
317 | { USB_DEVICE(0x1286, 0x204e), .driver_info = BTUSB_MARVELL }, | ||
317 | 318 | ||
318 | /* Intel Bluetooth devices */ | 319 | /* Intel Bluetooth devices */ |
319 | { USB_DEVICE(0x8087, 0x07da), .driver_info = BTUSB_CSR }, | 320 | { USB_DEVICE(0x8087, 0x07da), .driver_info = BTUSB_CSR }, |