Skip to content

Commit 39e4bfb

Browse files
michaelburchVudentz
authored andcommitted
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 <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent 9a53d1f commit 39e4bfb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/bluetooth/btusb.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,10 @@ static const struct usb_device_id quirks_table[] = {
632632
/* Additional MediaTek MT7925 Bluetooth devices */
633633
{ USB_DEVICE(0x0489, 0xe113), .driver_info = BTUSB_MEDIATEK |
634634
BTUSB_WIDEBAND_SPEECH },
635+
{ USB_DEVICE(0x0489, 0xe118), .driver_info = BTUSB_MEDIATEK |
636+
BTUSB_WIDEBAND_SPEECH },
637+
{ USB_DEVICE(0x0489, 0xe11e), .driver_info = BTUSB_MEDIATEK |
638+
BTUSB_WIDEBAND_SPEECH },
635639
{ USB_DEVICE(0x13d3, 0x3602), .driver_info = BTUSB_MEDIATEK |
636640
BTUSB_WIDEBAND_SPEECH },
637641
{ USB_DEVICE(0x13d3, 0x3603), .driver_info = BTUSB_MEDIATEK |

0 commit comments

Comments
 (0)