projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
252670c
)
Bluetooth: hci-uart-ath: Correct the comments in this driver
author
Fugang Duan
<b38611@freescale.com>
Mon, 10 Nov 2014 06:51:49 +0000
(14:51 +0800)
committer
Marcel Holtmann
<marcel@holtmann.org>
Mon, 10 Nov 2014 23:21:18 +0000
(
00:21
+0100)
Correct the comments in this driver. Set the CRTSCTS flag means
automatic flow control is enabled.
Signed-off-by: Fugang Duan <B38611@freescale.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_ath.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/bluetooth/hci_ath.c
b/drivers/bluetooth/hci_ath.c
index 0bc8a6a6a14850744d27788b9850ddf9bacac99f..2ff6dfd2d3f0657e13853ec13b04a7b51cf765a6 100644
(file)
--- a/
drivers/bluetooth/hci_ath.c
+++ b/
drivers/bluetooth/hci_ath.c
@@
-74,7
+74,7
@@
static int ath_wakeup_ar3k(struct tty_struct *tty)
status = tty->driver->ops->tiocmget(tty);
- /*
Dis
able Automatic RTSCTS */
+ /*
En
able Automatic RTSCTS */
ktermios.c_cflag |= CRTSCTS;
status = tty_set_termios(tty, &ktermios);