• Marcelo Tosatti's avatar
    [PATCH] Fix pc300_tty.c -> implement tiocmset/tiocmget · d9a9168b
    Marcelo Tosatti authored
    PC300 MLPPP support is currently marked broken in 2.6.x.
    
    To fix that, attached patch implements tiocmset/tiocmget methods on the
    pc300_tty.c driver, which is the new method tty drivers are supposed to
    use instead ioctl.
    
    This fixes two related issues in the ioctl handler:
    
    - ioctl requesting RTS signal would affect DTR signal
    - The RTS signal is now handled.
    
    Bonus: Throw out unused ioctl handler
    d9a9168b
Kconfig 24.3 KB