* [PATCH v2] Bluetooth: btusb: Add one more Bluetooth part for WCN6855
@ 2021-12-03 2:11 Zijun Hu
0 siblings, 0 replies; only message in thread
From: Zijun Hu @ 2021-12-03 2:11 UTC (permalink / raw)
To: marcel, johan.hedberg, luiz.dentz
Cc: linux-kernel, linux-bluetooth, linux-arm-msm, c-hbandi, hemantg,
rjliao, zijuhu, tjiang, Zijun Hu
From: Zijun Hu <quic_zijuhu@quicinc.com>
Add a USB ID 0489:e0e3 of HP to usb_device_id table
for WCN6855.
Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
---
drivers/bluetooth/btusb.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index ab169fc673ea..c0037932ecee 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -302,6 +302,9 @@ static const struct usb_device_id blacklist_table[] = {
{ USB_DEVICE(0x0489, 0xe0d6), .driver_info = BTUSB_QCA_WCN6855 |
BTUSB_WIDEBAND_SPEECH |
BTUSB_VALID_LE_STATES },
+ { USB_DEVICE(0x0489, 0xe0e3), .driver_info = BTUSB_QCA_WCN6855 |
+ BTUSB_WIDEBAND_SPEECH |
+ BTUSB_VALID_LE_STATES },
/* Broadcom BCM2035 */
{ USB_DEVICE(0x0a5c, 0x2009), .driver_info = BTUSB_BCM92035 },
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-12-03 2:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-03 2:11 [PATCH v2] Bluetooth: btusb: Add one more Bluetooth part for WCN6855 Zijun Hu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox