• Johan Hovold's avatar
    USB: serial: f81232: fix TIOCGSERIAL implementation · 5486a9dd
    Johan Hovold authored
    TIOCSSERIAL is a horrid, underspecified, legacy interface which for most
    serial devices is only useful for setting the close_delay and
    closing_wait parameters.
    
    The port parameter is used to set the I/O port and does not make any
    sense to use for USB serial devices.
    
    The close_delay and closing_wait parameters returned by TIOCGSERIAL are
    specified in centiseconds. The driver does not yet support changing
    these, but let's report back the default values actually used (0.5 and
    30 seconds, respectively).
    
    Fixes: aac1fc38 ("USB: serial: add Fintek F81232 usb to serial driver")
    Reviewed-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
    5486a9dd
f81232.c 25.7 KB