diff mbox series

Bluetooth: btusb: Add support for Realtek Bluetooth device 0x0489:0xe112

Message ID CAF3zC4zY=uLsu5LOOb2B-yDTWQdgcHJ-uGiKL5aGmtX4j-bOqg@mail.gmail.com (mailing list archive)
State New
Headers show
Series Bluetooth: btusb: Add support for Realtek Bluetooth device 0x0489:0xe112 | expand

Checks

Context Check Description
tedd_an/pre-ci_am fail error: patch failed: drivers/bluetooth/btusb.c:519 error: drivers/bluetooth/btusb.c: patch does not apply hint: Use 'git am --show-current-patch' to see the failed patch

Commit Message

Matthew Hrehirchuk Feb. 24, 2025, 11:19 p.m. UTC
From: Matthew Hrehirchuk <mhreh594@mtroyal.ca>
Date: Mon, 24 Feb 2025 16:19:00 -0700
Subject: [PATCH] Bluetooth: btusb: Add support for Realtek Bluetooth
device 0x0489:0xe112

The Asus PRIME B650M-A AX6 II Micro ATX AM5 motherboard includes a
2-in-1 WiFi+Bluetooth module. However, the Bluetooth component isn't
recognized by the btusb driver due to its missing device ID
(0x0489:0xe112). This patch adds support for this device.

Signed-off-by: Matthew Hrehirchuk <mhreh594@mtroyal.ca>
---
 drivers/bluetooth/btusb.c | 1 +
 1 file changed, 1 insertion(+)

Comments

bluez.test.bot@gmail.com Feb. 24, 2025, 11:37 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 -----

error: patch failed: drivers/bluetooth/btusb.c:519
error: drivers/bluetooth/btusb.c: patch does not apply
hint: Use 'git am --show-current-patch' to see the failed patch

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 90966dfbd2781f..ef07e54e6ac2df 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -519,6 +519,10 @@  static const struct usb_device_id quirks_table[] = {
      BTUSB_WIDEBAND_SPEECH },

  /* Realtek 8852BE Bluetooth devices */
+
+ { USB_DEVICE(0x0489, 0xe112), .driver_info = BTUSB_REALTEK |
+     BTUSB_WIDEBAND_SPEECH },
+
  { USB_DEVICE(0x0cb8, 0xc559), .driver_info = BTUSB_REALTEK |
      BTUSB_WIDEBAND_SPEECH },