Re: [PATCH v5 8/8] Bluetooth: btusb: Add MT7927 ID for ASUS X870E / ProArt X870E-Creator
From: Javier Tia
Date: Tue Mar 31 2026 - 17:04:19 EST
Hi Paul,
Thank you for the review.
On Mon, 31 Mar 2026 Paul Menzel wrote:
> > + { USB_DEVICE(0x13d3, 0x3588), .driver_info = BTUSB_MEDIATEK |
> > + BTUSB_WIDEBAND_SPEECH },
>
> This is not sorted. Is there a reason to place it here?
The placement is a consequence of the series structure - each USB ID
patch inserts after the previous one to keep patches independent and
conflict-free. The existing 0x13d3 MediaTek entries in the table are
also not strictly sorted (e.g. 3560, 3620, 3621, 3622, 3563, 3564),
as they are grouped by chip generation rather than numerical order.
That said, Luiz has already applied v4 of this series to
bluetooth-next with this ordering, so any resorting would need a
separate follow-up patch.
Best,
Javier