diff mbox series

added support for PRIME B650M-A AX6 II motherboard network card

Message ID CAF3zC4z36GuA+vZte8TwLSfPEe9tZUUbT+=GRAFtZvt2g_Jsnw@mail.gmail.com (mailing list archive)
State New
Headers show
Series added support for PRIME B650M-A AX6 II motherboard network card | expand

Checks

Context Check Description
tedd_an/pre-ci_am fail

Commit Message

Matthew Hrehirchuk March 26, 2025, 5:28 p.m. UTC
From 2bd405f7ce07d6891bff195c58c5b1a0c823a0ff Mon Sep 17 00:00:00 2001
From: Matthew Hrehirchuk <mhreh594@mtroyal.ca>
Date: Wed, 26 Mar 2025 10:17:16 -0600
Subject: [PATCH] added support for PRIME B650M-A AX6 II motherboard network
 card

---
 drivers/bluetooth/btusb.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

bluez.test.bot@gmail.com March 26, 2025, 5:41 p.m. UTC | #1
This is an automated email and please do not reply to this email.

Dear Submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
While preparing the CI tests, the patches you submitted couldn't be applied to the current HEAD of the repository.

----- Output -----


Please resolve the issue and submit the patches again.


---
Regards,
Linux Bluetooth
diff mbox series

Patch

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index a0fc465458b2..44b9965541f3 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -536,6 +536,8 @@  static const struct usb_device_id quirks_table[] = {
                              BTUSB_WIDEBAND_SPEECH },
     { USB_DEVICE(0x13d3, 0x3591), .driver_info = BTUSB_REALTEK |
                              BTUSB_WIDEBAND_SPEECH },
+    { USB_DEVICE(0x0489, 0xe112), .driver_info = BTUSB_REALTEK |
+                             BTUSB_WIDEBAND_SPEECH },
     { USB_DEVICE(0x0489, 0xe123), .driver_info = BTUSB_REALTEK |
                              BTUSB_WIDEBAND_SPEECH },
     { USB_DEVICE(0x0489, 0xe125), .driver_info = BTUSB_REALTEK |