]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_serdev: Remove setting of HCI_QUIRK_RESET_ON_CLOSE.
authorBalakrishna Godavarthi <bgodavar@codeaurora.org>
Thu, 22 Nov 2018 12:50:47 +0000 (18:20 +0530)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 18 Dec 2018 23:41:59 +0000 (00:41 +0100)
commite438647aadd21b7c7d4395fc886c3681287ec09b
treeff0ddff51863a58c2a708bd560091ae61b177d5d
parente93ea8be3747573fbb04e20b62ac1aa3044b1f94
Bluetooth: hci_serdev: Remove setting of HCI_QUIRK_RESET_ON_CLOSE.

HCI_QUIRK_RESET_ON_CLOSE quirk is required for BT v1.0 based devices,
to send a reset command to the chip during hci device close. Serdev
architecture is used for the latest BT chips, which doesn't require to
send the reset command during close. If still chips required reset
command during close, it would be better enabling it in the vendor
probes or in proto setup.

Signed-off-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_serdev.c