Re: should RTS init in serial core be tied to CRTSCTS
From: Robin Getz <hidden>
Date: 2007-03-08 13:43:35
Also in:
lkml
From: Robin Getz <hidden>
Date: 2007-03-08 13:43:35
Also in:
lkml
On Wed 7 Mar 2007 16:30, Oleksiy Kebkal pondered:
2007/3/7, Robin Getz [off-list ref]:quoted
Right - so the question is where to manage the default state? I was thinking in the resource might be a good idea, but there isn't really a good place for it. (You could re-use some bits if flags, but I think that would not be a good idea)./proc/tty/driver/uartN/settings?
That would let you change things are run time, but the problem is at boot time. A default setting needs to be set, so when things initialize, and proc does not exist yet, it is still set properly... -Robin