USB: serial: Note mos7480 and option don't lock modem status
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
这个提交包含在:
@@ -1722,6 +1722,7 @@ static int mos7840_tiocmset(struct usb_serial_port *port, struct file *file,
|
||||
if (mos7840_port == NULL)
|
||||
return -ENODEV;
|
||||
|
||||
/* FIXME: What locks the port registers ? */
|
||||
mcr = mos7840_port->shadowMCR;
|
||||
if (clear & TIOCM_RTS)
|
||||
mcr &= ~MCR_RTS;
|
||||
|
在新工单中引用
屏蔽一个用户