]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Bluetooth: hci_serdev: do not open device in hci open
authorSebastian Reichel <sre@kernel.org>
Tue, 28 Mar 2017 15:59:36 +0000 (17:59 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 12 Apr 2017 20:12:17 +0000 (22:12 +0200)
commit52b318e6196169e5ff8a52371833cd5a9dba05d1
treedfa031058c2eae6b3f24cbf95739974b6a29b666
parent82f5169bf3d3b5d8f7f7c437d2d83435173cb638
Bluetooth: hci_serdev: do not open device in hci open

The device driver may need to communicate with the UART
device while the Bluetooth device is closed (e.g. due
to interrupts).

Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_serdev.c