lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d5d42409-6a10-4172-b70c-77e9f067bd94@molgen.mpg.de>
Date: Mon, 4 Nov 2024 15:22:09 +0100
From: Paul Menzel <pmenzel@...gen.mpg.de>
To: Jiande Lu <jiande.lu@...iatek.com>
Cc: Marcel Holtmann <marcel@...tmann.org>,
 Johan Hedberg <johan.hedberg@...il.com>,
 Luiz Von Dentz <luiz.dentz@...il.com>, Sean Wang <sean.wang@...iatek.com>,
 Chris Lu <chris.lu@...iatek.com>, Deren Wu <deren.Wu@...iatek.com>,
 Aaron Hou <aaron.hou@...iatek.com>, Steve Lee <steve.lee@...iatek.com>,
 linux-bluetooth@...r.kernel.org, linux-kernel@...r.kernel.org,
 linux-mediatek@...ts.infradead.org
Subject: Re: [PATCH] Bluetooth: btusb: Add new HWIDs for MT7925

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@...iatek.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@...gen.mpg.de>
> 
> 
> Kind regards,
> 
> Paul

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ