]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE
authorSzymon Janc <szymon.janc@tieto.com>
Wed, 23 May 2012 10:35:46 +0000 (12:35 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 5 Jun 2012 03:34:06 +0000 (06:34 +0300)
commit1cdff6ef0cb720531fb3f50728ee87fdb845cf7b
tree847b421858d21575ff61c02c83e92497d97b92d5
parentb3ae22c6bd3cae0579a92e5fd75b282e247365a7
Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE

HCI_QUIRK_NO_RESET name is misleading - purpose of this quirk is to
reset device on close instead of init, not to not reset at all.
Rename it to HCI_QUIRK_RESET_ON_CLOSE to avoid confusion.

Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/bpa10x.c
drivers/bluetooth/btusb.c
drivers/bluetooth/hci_ldisc.c
include/net/bluetooth/hci.h
net/bluetooth/hci_core.c