Skip to content

Commit 17906dd

Browse files
Jiande Luopsiff
authored andcommitted
Bluetooth: btusb: Add 3 HWIDs for MT7925
Add below HWIDs for MediaTek MT7925 USB Bluetooth chip. VID 0x0489, PID 0xe14f VID 0x0489, PID 0xe150 VID 0x0489, PID 0xe151 Patch has been tested successfully and controller is recognized device pair successfully. MT7925 module bring up message as below. Bluetooth: Core ver 2.22 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: L2CAP socket layer initialized Bluetooth: SCO socket layer initialized Bluetooth: hci0: HW/SW Version: 0x00000000, Build Time: 20240816133202 Bluetooth: hci0: Device setup in 286558 usecs Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported. Bluetooth: hci0: AOSP extensions version v1.00 Bluetooth: BNEP (Ethernet Emulation) ver 1.3 Bluetooth: BNEP filters: protocol multicast Bluetooth: BNEP socket layer initialized Bluetooth: MGMT ver 1.22 Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM ver 1.11 Signed-off-by: Jiande Lu <jiande.lu@mediatek.com> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> (cherry picked from commit de7dcf9)
1 parent 794c4ec commit 17906dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/bluetooth/btusb.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,12 @@ static const struct usb_device_id quirks_table[] = {
657657
BTUSB_WIDEBAND_SPEECH },
658658
{ USB_DEVICE(0x0489, 0xe139), .driver_info = BTUSB_MEDIATEK |
659659
BTUSB_WIDEBAND_SPEECH },
660+
{ USB_DEVICE(0x0489, 0xe14f), .driver_info = BTUSB_MEDIATEK |
661+
BTUSB_WIDEBAND_SPEECH },
662+
{ USB_DEVICE(0x0489, 0xe150), .driver_info = BTUSB_MEDIATEK |
663+
BTUSB_WIDEBAND_SPEECH },
664+
{ USB_DEVICE(0x0489, 0xe151), .driver_info = BTUSB_MEDIATEK |
665+
BTUSB_WIDEBAND_SPEECH },
660666
{ USB_DEVICE(0x13d3, 0x3602), .driver_info = BTUSB_MEDIATEK |
661667
BTUSB_WIDEBAND_SPEECH },
662668
{ USB_DEVICE(0x13d3, 0x3603), .driver_info = BTUSB_MEDIATEK |

0 commit comments

Comments
 (0)