LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* problem: init_termios = tty_std_termios;
@ 2007-03-25 8:59 Mockern
0 siblings, 0 replies; only message in thread
From: Mockern @ 2007-03-25 8:59 UTC (permalink / raw)
To: linux-kernel
Hi,
I just added
"mydriver_tty_driver->init_termios = tty_std_termios"
to my init driver function.
Problem: But now I can't see data at user level application. It looks like flip_buffer needs to get termination character(or new line character) to push data to high level.
Which character should I add to flip_buffer to push data to high level? I tried to add '/n', it works, but after that user level gets '/n' as well. But I need something like a filter, to inform flip_buffer only, not user level application.
Thank you
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-25 8:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-25 8:59 problem: init_termios = tty_std_termios; Mockern
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).