patches/kdrivers/src/lip/wanpipe_lip_tty.c | 128 +++++++++++++++++------------ 1 files changed, 78 insertions(+), 50 deletions(-)
New commits: commit 4b867a95fc5ae653188696dfbde1b873c71585d4 Author: Bob Gilligan <[email protected]> Date: Tue Mar 3 15:13:26 2009 -0800 Bugfix 4160: Need to use proper tty API. The code that sets up a tty driver was not using the proper kernel APIs to do so. The code needs to call alloc_tty_driver() to allocate its tty_driver data structure. And it needs to call put_tty_driver() to relinquish its claim on the structure and allow it to be freed after it is done with it. http://suva.vyatta.com/git/?p=wanpipe.git;a=commitdiff;h=4b867a95fc5ae653188696dfbde1b873c71585d4 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
