Dear Michael,
Thank you for your patch. Adding Jiande to Cc. You could make the commit
message slightly more specific:
Add 2 USB HW IDs for MT7925
or
Add 2 USB HW IDs for MT7925 (0xe118/e)
Am 26.08.24 um 20:06 schrieb Michael Burch:
Add HW IDs for wireless module specific to ASUS
notebook model to ensure proper recognition and functionality.
These HW IDs are extracted from Windows driver inf file.
Please add the URL to the commit message.
Were you able to test this on a device? If yes, please document that too.
(I’d also re-flow the commit message, so the first line is longer.)
Signed-off-by: Michael Burch <me@xxxxxxxxxxxxxxxx>
---
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 },
Reviewed-by: Paul Menzel <pmenzel@xxxxxxxxxxxxx>
Kind regards,
Paul