diff mbox series

[v2] Bluetooth: btusb: Add USB HW IDs for MT7925

Message ID SN6PR01MB5070DEB84C56913B4179EA0CA58B2@SN6PR01MB5070.prod.exchangelabs.com (mailing list archive)
State New
Headers show
Series [v2] Bluetooth: btusb: Add USB HW IDs for MT7925 | expand

Checks

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

Commit Message

Michael Burch Aug. 26, 2024, 8:29 p.m. UTC
Add 2 USB HW IDs for MT7925 (0xe118/e) to ensure proper recognition. 
These HW IDs are extracted from Windows driver inf file https://dlcdnets.asus.com/pub/ASUS/nb/Image/Driver/Bluetooth/39389/Bluetooth_DCH_MediaTek_B_V1.1037.0.433Sub2_39389.exe?model=H7606WV

Signed-off-by: Michael Burch <me@michaelburch.net>
---
 drivers/bluetooth/btusb.c | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

bluez.test.bot@gmail.com Aug. 26, 2024, 8:38 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:690
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 51d9d4532dda..d712f5acc338 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -690,6 +690,12 @@  static const struct usb_device_id quirks_table[] = {
    { USB_DEVICE(0x0489, 0xe113), .driver_info = BTUSB_MEDIATEK |
                             BTUSB_WIDEBAND_SPEECH |
                             BTUSB_VALID_LE_STATES },
+   { USB_DEVICE(0x0489, 0xe118), .driver_info = BTUSB_MEDIATEK |
+                            BTUSB_WIDEBAND_SPEECH |
+                            BTUSB_VALID_LE_STATES },
+   { USB_DEVICE(0x0489, 0xe11e), .driver_info = BTUSB_MEDIATEK |
+                            BTUSB_WIDEBAND_SPEECH |
+                            BTUSB_VALID_LE_STATES },
    { USB_DEVICE(0x13d3, 0x3602), .driver_info = BTUSB_MEDIATEK |
                             BTUSB_WIDEBAND_SPEECH |
                             BTUSB_VALID_LE_STATES },