Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade0d50 commit 732b157Copy full SHA for 732b157
drivers/bluetooth/btusb.c
@@ -124,6 +124,7 @@ static struct usb_device_id blacklist_table[] = {
124
{ USB_DEVICE(0x13d3, 0x3304), .driver_info = BTUSB_IGNORE },
125
{ USB_DEVICE(0x0930, 0x0215), .driver_info = BTUSB_IGNORE },
126
{ USB_DEVICE(0x0489, 0xe03d), .driver_info = BTUSB_IGNORE },
127
+ { USB_DEVICE(0x0489, 0xe027), .driver_info = BTUSB_IGNORE },
128
129
/* Atheros AR9285 Malbec with sflash firmware */
130
{ USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },
0 commit comments