diff options
author | Alain Michaud <alainm@chromium.org> | 2020-03-05 17:14:59 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2020-03-08 08:50:42 +0100 |
commit | 00bce3fb0642b38fa2e5db3217526c3e0d5952ca (patch) | |
tree | 6756cd543de87e4495230a628977eb876e20344e /drivers/bluetooth/btusb.c | |
parent | Bluetooth: Make use of skb_pull to parse L2CAP signaling PDUs (diff) | |
download | linux-00bce3fb0642b38fa2e5db3217526c3e0d5952ca.tar.xz linux-00bce3fb0642b38fa2e5db3217526c3e0d5952ca.zip |
Bluetooth: Enable erroneous data reporting if WBS is supported
This change introduces a wide band speech setting which allows higher
level clients to query the local controller support for wide band speech
as well as set the setting state when the radio is powered off.
Internally, this setting controls if erroneous data reporting is enabled
on the controller.
Signed-off-by: Alain Michaud <alainm@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btusb.c')
-rw-r--r-- | drivers/bluetooth/btusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index 48e78fdc8e83..4b12c34f0b22 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -3868,7 +3868,7 @@ static int btusb_probe(struct usb_interface *intf, data->isoc = NULL; if (id->driver_info & BTUSB_WIDEBAND_SPEECH) - set_bit(HCI_QUIRK_WIDE_BAND_SPEECH_SUPPORTED, &hdev->quirks); + set_bit(HCI_QUIRK_WIDEBAND_SPEECH_SUPPORTED, &hdev->quirks); if (id->driver_info & BTUSB_DIGIANSWER) { data->cmdreq_type = USB_TYPE_VENDOR; |