Hi Peter, > tty_set_termios() is an internal helper intended for file scope use. > > UART drivers which are capable of driving the RTS pin must > properly handle the tiocmset() method, regardless of termios settings. > A failure to do so is a UART driver bug and should be fixed there. > Do not use this interface to workaround UART driver bugs. > > Cc: Marcel Holtmann <marcel@xxxxxxxxxxxx> > Cc: Johan Hedberg <johan.hedberg@xxxxxxxxx> > Cc: <linux-bluetooth@xxxxxxxxxxxxxxx> > Signed-off-by: Peter Hurley <peter@xxxxxxxxxxxxxxxxxx> > --- > drivers/bluetooth/hci_ath.c | 15 ++------------- > drivers/tty/tty_ioctl.c | 3 +-- > include/linux/tty.h | 1 - > 3 files changed, 3 insertions(+), 16 deletions(-) I think the less complication is if this goes through the TTY tree. Acked-by: Marcel Holtmann <marcel@xxxxxxxxxxxx> Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html