diff mbox series

[v8,5/5] Bluetooth: btusb: Map Typhoon peak controller to BTUSB_INTEL_NEWGEN

Message ID 20201119113943.13839-5-kiran.k@intel.com
State Accepted
Commit cfac803aa6164fed5017283113c61d10887f447f
Headers show
Series [v8,1/5] Bluetooth: btintel: Fix endianness issue for TLV version information | expand

Commit Message

K, Kiran Nov. 19, 2020, 11:39 a.m. UTC
Map Typhoon peak Intel controller to BTUSB_INTEL_NEWGEN

Signed-off-by: Kiran K <kiran.k@intel.com>
---
 drivers/bluetooth/btusb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Marcel Holtmann Dec. 3, 2020, 1:54 p.m. UTC | #1
Hi Kiran,

> Map Typhoon peak Intel controller to BTUSB_INTEL_NEWGEN

> 

> Signed-off-by: Kiran K <kiran.k@intel.com>

> ---

> drivers/bluetooth/btusb.c | 2 +-

> 1 file changed, 1 insertion(+), 1 deletion(-)


patch has been applied to bluetooth-next tree.

Regards

Marcel
diff mbox series

Patch

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index b3d470ec2622..4bab93f56677 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -366,7 +366,7 @@  static const struct usb_device_id blacklist_table[] = {
 						     BTUSB_WIDEBAND_SPEECH },
 	{ USB_DEVICE(0x8087, 0x0029), .driver_info = BTUSB_INTEL_NEW |
 						     BTUSB_WIDEBAND_SPEECH },
-	{ USB_DEVICE(0x8087, 0x0032), .driver_info = BTUSB_INTEL_NEW |
+	{ USB_DEVICE(0x8087, 0x0032), .driver_info = BTUSB_INTEL_NEWGEN |
 						     BTUSB_WIDEBAND_SPEECH},
 	{ USB_DEVICE(0x8087, 0x07da), .driver_info = BTUSB_CSR },
 	{ USB_DEVICE(0x8087, 0x07dc), .driver_info = BTUSB_INTEL },