Subject: Re: lkm changes from 1.6.1 -> 2.? (followup)
To: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
From: David Laight <david@l8s.co.uk>
List: port-i386
Date: 06/21/2005 18:12:05
On Tue, Jun 21, 2005 at 10:58:20AM +0200, Ignatios Souvatzis wrote:
> 
> If you want to set parameters from a shell (script) for the benefit of a
> serial line unaware program, you have to prevent the "last close" to happen.
> I've seen something like
> 
> sleep 86400 < /dev/tty01 &
> stty this that < /dev/tty01
> other stuff using /dev/tty01

or just:
exec 3</dev/tty01
stty this that <&3
...

	David

-- 
David Laight: david@l8s.co.uk