]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix quirks that are valid during setup driver callback
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 4 Jul 2014 15:23:34 +0000 (17:23 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 4 Jul 2014 18:09:59 +0000 (21:09 +0300)
commit31881d80b3d22d7986791ad56fb04d7535f52d93
tree38fe03028c01eb9db551bf3228f16d994b329186
parentd2d05ca9284df6751a3bd413bb322cb93bbedd5a
Bluetooth: Fix quirks that are valid during setup driver callback

For the quirks that are allow to be set during setup callback, the
check needs to be modified so that they are applied even if no
setup callback provided by the driver.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/hci_core.c