diff mbox series

[linux-oem,7/8] UBUNTU: SAUCE: bluetooth: Blacklist 0bda:b00a

Message ID 1515673046-27805-8-git-send-email-jesse.sung@canonical.com
State New
Headers show
Series Support Realtek RTL8821CE WiFi and Bluetooth | expand

Commit Message

Wen-chien Jesse Sung Jan. 11, 2018, 12:17 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 d563ec8..c496c11 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -343,6 +343,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 },