Bluetooth: btusb: Add 2 USB HW IDs for MT7925 (0xe118/e)

JIRA: https://issues.redhat.com/browse/RHEL-61734

commit 39e4bfb466741a1364e0f690ea22961b93d2e73b
Author: Michael Burch <me@michaelburch.net>
Date:   Sun Sep 1 04:28:47 2024 +0000

    Bluetooth: btusb: Add 2 USB HW IDs for MT7925 (0xe118/e)

    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

    Patch has been tested successfully on an Asus ProArt P16 model H7606WV.
    Controller is recognized devices pair successfully.

    Signed-off-by: Michael Burch <me@michaelburch.net>
    Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

Signed-off-by: Bastien Nocera <bnocera@redhat.com>
This commit is contained in:
Bastien Nocera 2024-11-21 14:17:18 +01:00
parent eab4eb5310
commit 051e8d17ce
1 changed files with 4 additions and 0 deletions

View File

@ -636,6 +636,10 @@ static const struct usb_device_id quirks_table[] = {
/* Additional MediaTek MT7925 Bluetooth devices */
{ USB_DEVICE(0x0489, 0xe113), .driver_info = BTUSB_MEDIATEK |
BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x0489, 0xe118), .driver_info = BTUSB_MEDIATEK |
BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x0489, 0xe11e), .driver_info = BTUSB_MEDIATEK |
BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x13d3, 0x3602), .driver_info = BTUSB_MEDIATEK |
BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x13d3, 0x3603), .driver_info = BTUSB_MEDIATEK |