Skip to content

Commit 10c2423

Browse files
kirankrishnappa-intelJohan Hedberg
authored andcommitted
Bluetooth: btusb: Map Typhoon peak controller to BTUSB_INTEL_NEWGEN
Map Typhoon peak Intel controller to BTUSB_INTEL_NEWGEN Signed-off-by: Kiran K <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]> Signed-off-by: Johan Hedberg <[email protected]>
1 parent 3f43a37 commit 10c2423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/bluetooth/btusb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ static const struct usb_device_id blacklist_table[] = {
366366
BTUSB_WIDEBAND_SPEECH },
367367
{ USB_DEVICE(0x8087, 0x0029), .driver_info = BTUSB_INTEL_NEW |
368368
BTUSB_WIDEBAND_SPEECH },
369-
{ USB_DEVICE(0x8087, 0x0032), .driver_info = BTUSB_INTEL_NEW |
369+
{ USB_DEVICE(0x8087, 0x0032), .driver_info = BTUSB_INTEL_NEWGEN |
370370
BTUSB_WIDEBAND_SPEECH},
371371
{ USB_DEVICE(0x8087, 0x07da), .driver_info = BTUSB_CSR },
372372
{ USB_DEVICE(0x8087, 0x07dc), .driver_info = BTUSB_INTEL },

0 commit comments

Comments
 (0)