lkml.org 
[lkml]   [2016]   [May]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 23/36] usb: serial: ti_usb_3410_5052: Do not set shadow mcr in open callback
    Date
    Setting DTR/RTS is handled using dtr_rts in tty_core.

    Signed-off-by: Mathieu OTHACEHE <m.othacehe@gmail.com>
    ---
    drivers/usb/serial/ti_usb_3410_5052.c | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/drivers/usb/serial/ti_usb_3410_5052.c b/drivers/usb/serial/ti_usb_3410_5052.c
    index 2a993a2..d8bed30 100644
    --- a/drivers/usb/serial/ti_usb_3410_5052.c
    +++ b/drivers/usb/serial/ti_usb_3410_5052.c
    @@ -694,7 +694,6 @@ static int ti_open(struct tty_struct *tty, struct usb_serial_port *port)
    port_number = port->port_number;

    tport->tp_msr = 0;
    - tport->tp_shadow_mcr |= (TI_MCR_RTS | TI_MCR_DTR);

    /* start interrupt urb the first time a port is opened on this device */
    if (tdev->td_open_port_count == 0) {
    --
    2.8.2
    \
     
     \ /
      Last update: 2016-05-12 11:21    [W:3.061 / U:0.128 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site