* [PATCH] Bluetooth: btusb: Add new HWIDs for MT7925
@ 2024-11-04 13:19 Jiande Lu
2024-11-04 14:20 ` Paul Menzel
2024-11-05 15:00 ` patchwork-bot+bluetooth
0 siblings, 2 replies; 4+ messages in thread
From: Jiande Lu @ 2024-11-04 13:19 UTC (permalink / raw)
To: Marcel Holtmann, Johan Hedberg, Luiz Von Dentz
Cc: Sean Wang, Chris Lu, Deren Wu, Aaron Hou, Steve Lee,
linux-bluetooth, linux-kernel, linux-mediatek, Jiande Lu
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>
---
drivers/bluetooth/btusb.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 6dc5a7e76558..77b8500f8e9b 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -658,6 +658,12 @@ static const struct usb_device_id quirks_table[] = {
BTUSB_WIDEBAND_SPEECH },
{ USB_DEVICE(0x0489, 0xe139), .driver_info = BTUSB_MEDIATEK |
BTUSB_WIDEBAND_SPEECH },
+ { USB_DEVICE(0x0489, 0xe14f), .driver_info = BTUSB_MEDIATEK |
+ BTUSB_WIDEBAND_SPEECH },
+ { USB_DEVICE(0x0489, 0xe150), .driver_info = BTUSB_MEDIATEK |
+ BTUSB_WIDEBAND_SPEECH },
+ { USB_DEVICE(0x0489, 0xe151), .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 |
--
2.45.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Bluetooth: btusb: Add new HWIDs for MT7925
2024-11-04 13:19 [PATCH] Bluetooth: btusb: Add new HWIDs for MT7925 Jiande Lu
@ 2024-11-04 14:20 ` Paul Menzel
2024-11-04 14:22 ` Paul Menzel
2024-11-05 15:00 ` patchwork-bot+bluetooth
1 sibling, 1 reply; 4+ messages in thread
From: Paul Menzel @ 2024-11-04 14:20 UTC (permalink / raw)
To: Jiande Lu
Cc: Marcel Holtmann, Johan Hedberg, Luiz Von Dentz, Sean Wang,
Chris Lu, Deren Wu, Aaron Hou, Steve Lee, linux-bluetooth,
linux-kernel, linux-mediatek
Dear Jiande,
Am 04.11.24 um 14:19 schrieb Jiande Lu:
> 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.
No line wrapping needed.
> 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>
> ---
> drivers/bluetooth/btusb.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
> index 6dc5a7e76558..77b8500f8e9b 100644
> --- a/drivers/bluetooth/btusb.c
> +++ b/drivers/bluetooth/btusb.c
> @@ -658,6 +658,12 @@ static const struct usb_device_id quirks_table[] = {
> BTUSB_WIDEBAND_SPEECH },
> { USB_DEVICE(0x0489, 0xe139), .driver_info = BTUSB_MEDIATEK |
> BTUSB_WIDEBAND_SPEECH },
> + { USB_DEVICE(0x0489, 0xe14f), .driver_info = BTUSB_MEDIATEK |
> + BTUSB_WIDEBAND_SPEECH },
> + { USB_DEVICE(0x0489, 0xe150), .driver_info = BTUSB_MEDIATEK |
> + BTUSB_WIDEBAND_SPEECH },
> + { USB_DEVICE(0x0489, 0xe151), .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 |
With the small thing fixed:
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Kind regards,
Paul
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Bluetooth: btusb: Add new HWIDs for MT7925
2024-11-04 14:20 ` Paul Menzel
@ 2024-11-04 14:22 ` Paul Menzel
0 siblings, 0 replies; 4+ messages in thread
From: Paul Menzel @ 2024-11-04 14:22 UTC (permalink / raw)
To: Jiande Lu
Cc: Marcel Holtmann, Johan Hedberg, Luiz Von Dentz, Sean Wang,
Chris Lu, Deren Wu, Aaron Hou, Steve Lee, linux-bluetooth,
linux-kernel, linux-mediatek
Dear Jiande,
Also, you could add the number to the summary:
Bluetooth: btusb: Add 4 HWIDs for MT7925
Am 04.11.24 um 15:20 schrieb Paul Menzel:
> Am 04.11.24 um 14:19 schrieb Jiande Lu:
>> 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.
>
> No line wrapping needed.
>
>> 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>
>> ---
>> drivers/bluetooth/btusb.c | 6 ++++++
>> 1 file changed, 6 insertions(+)
>>
>> diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
>> index 6dc5a7e76558..77b8500f8e9b 100644
>> --- a/drivers/bluetooth/btusb.c
>> +++ b/drivers/bluetooth/btusb.c
>> @@ -658,6 +658,12 @@ static const struct usb_device_id quirks_table[] = {
>> BTUSB_WIDEBAND_SPEECH },
>> { USB_DEVICE(0x0489, 0xe139), .driver_info = BTUSB_MEDIATEK |
>> BTUSB_WIDEBAND_SPEECH },
>> + { USB_DEVICE(0x0489, 0xe14f), .driver_info = BTUSB_MEDIATEK |
>> + BTUSB_WIDEBAND_SPEECH },
>> + { USB_DEVICE(0x0489, 0xe150), .driver_info = BTUSB_MEDIATEK |
>> + BTUSB_WIDEBAND_SPEECH },
>> + { USB_DEVICE(0x0489, 0xe151), .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 |
>
> With the small thing fixed:
>
> Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
>
>
> Kind regards,
>
> Paul
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Bluetooth: btusb: Add new HWIDs for MT7925
2024-11-04 13:19 [PATCH] Bluetooth: btusb: Add new HWIDs for MT7925 Jiande Lu
2024-11-04 14:20 ` Paul Menzel
@ 2024-11-05 15:00 ` patchwork-bot+bluetooth
1 sibling, 0 replies; 4+ messages in thread
From: patchwork-bot+bluetooth @ 2024-11-05 15:00 UTC (permalink / raw)
To: Jiande Lu
Cc: marcel, johan.hedberg, luiz.dentz, sean.wang, chris.lu, deren.Wu,
aaron.hou, steve.lee, linux-bluetooth, linux-kernel,
linux-mediatek
Hello:
This patch was applied to bluetooth/bluetooth-next.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:
On Mon, 4 Nov 2024 21:19:04 +0800 you wrote:
> 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.
>
> [...]
Here is the summary with links:
- Bluetooth: btusb: Add new HWIDs for MT7925
https://git.kernel.org/bluetooth/bluetooth-next/c/408ec48013da
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-05 15:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-04 13:19 [PATCH] Bluetooth: btusb: Add new HWIDs for MT7925 Jiande Lu
2024-11-04 14:20 ` Paul Menzel
2024-11-04 14:22 ` Paul Menzel
2024-11-05 15:00 ` patchwork-bot+bluetooth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).