Dear Larry, Thank you for your patch. Am 09.08.23 um 03:04 schrieb Larry Finger:
This device is part of a Realtek RTW8852BE chip. The device table is as follows:
[…]
Cc: stable@xxxxxxxxxxxxxxx Signed-off-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx> --- v2 - fix too long line in description
You also need to start with a capital letter: Bluetooth. Also, I’d be more specific in the commit message summary. Maybe: Bluetooth: Flag RTL 0bda:4853 to support wide band speech
--- drivers/bluetooth/btusb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 764d176e9735..1019f19d86a7 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -540,6 +540,8 @@ static const struct usb_device_id blacklist_table[] = {
(Unrelated, although it’s named `blacklist_table`, it evolved to a quirk table?
/* Realtek 8852BE Bluetooth devices */ { USB_DEVICE(0x0cb8, 0xc559), .driver_info = BTUSB_REALTEK | BTUSB_WIDEBAND_SPEECH }, + { USB_DEVICE(0x0bda, 0x4853), .driver_info = BTUSB_REALTEK | + BTUSB_WIDEBAND_SPEECH }, { USB_DEVICE(0x0bda, 0x887b), .driver_info = BTUSB_REALTEK | BTUSB_WIDEBAND_SPEECH }, { USB_DEVICE(0x13d3, 0x3571), .driver_info = BTUSB_REALTEK |
Kind regards, Paul