Skip to content

Commit 4f78f26

Browse files
mnacakanov1Naim
authored andcommitted
Add BT support for PRIME B650M-A AX6 II motherboard
By default BT starts up but doesn't show any devices when you try to pair. Adding the device id in block list, fixes that.
1 parent 532dc89 commit 4f78f26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/bluetooth/btusb.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,8 @@ static const struct usb_device_id quirks_table[] = {
563563
BTUSB_WIDEBAND_SPEECH },
564564
{ USB_DEVICE(0x13d3, 0x3612), .driver_info = BTUSB_REALTEK |
565565
BTUSB_WIDEBAND_SPEECH },
566+
{ USB_DEVICE(0x0489, 0xe112), .driver_info = BTUSB_REALTEK |
567+
BTUSB_WIDEBAND_SPEECH },
566568
{ USB_DEVICE(0x0489, 0xe122), .driver_info = BTUSB_REALTEK |
567569
BTUSB_WIDEBAND_SPEECH },
568570

0 commit comments

Comments
 (0)