[bionic][PATCH 08/10] UBUNTU: SAUCE: bluetooth: btusb: Blacklist 0bda:b00a
Wen-chien Jesse Sung
jesse.sung at canonical.com
Fri Mar 23 16:47:05 UTC 2018
BugLink: https://launchpad.net/bugs/1742613
Signed-off-by: Wen-chien Jesse Sung <jesse.sung at canonical.com>
---
drivers/bluetooth/btusb.c | 3 +++
1 file changed, 3 insertions(+)
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 },
--
2.14.1
More information about the kernel-team
mailing list