diff mbox series

[bionic,08/10] UBUNTU: SAUCE: bluetooth: btusb: Blacklist 0bda:b00a

Message ID 20180323164707.6027-9-jesse.sung@canonical.com
State New
Headers show
Series Add drivers for RTL8821C WiFi and BT | expand

Commit Message

Wen-chien Jesse Sung March 23, 2018, 4:47 p.m. UTC
BugLink: https://launchpad.net/bugs/1742613

Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>
---
 drivers/bluetooth/btusb.c | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index a4ca6d8375cf..051583f8416c 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -348,6 +348,9 @@  static const struct usb_device_id blacklist_table[] = {
 	{ USB_VENDOR_AND_INTERFACE_INFO(0x8087, 0xe0, 0x01, 0x01),
 	  .driver_info = BTUSB_IGNORE },
 
+	/* Realtek devices handled by rtk-btusb */
+	{ USB_DEVICE(0x0bda, 0xb00a), .driver_info = BTUSB_IGNORE },
+
 	/* Realtek Bluetooth devices */
 	{ USB_VENDOR_AND_INTERFACE_INFO(0x0bda, 0xe0, 0x01, 0x01),
 	  .driver_info = BTUSB_REALTEK },