tty/module.c
Mon, 25 Oct 2010 16:45:33 +0200 Florian Pose Improved compiling on 2.6.34 (thanks to Malcolm Lewis).
Tue, 20 Apr 2010 11:21:43 +0200 Florian Pose Removed TIOCSSERIAL because it doesn't make sense for virtual tty interfaces.
Tue, 16 Feb 2010 11:16:05 +0100 Florian Pose Replaced deprecated init_MUTEX in tty code.
Tue, 02 Feb 2010 14:10:52 +0100 Florian Pose Allow multiple open() calls to tty devices.
Tue, 26 Jan 2010 16:43:08 +0100 Florian Pose Minor change.
Mon, 25 Jan 2010 18:32:45 +0100 Florian Pose Pass initial cflag to device-specific implementation in constructor.
Mon, 25 Jan 2010 17:42:07 +0100 Florian Pose Callback set via own structure.
Mon, 25 Jan 2010 16:15:56 +0100 Florian Pose Sorted methods.
Fri, 22 Jan 2010 14:10:18 +0100 Florian Pose Implemented setting of baud rate, data frame and RTS/CTS.
Fri, 22 Jan 2010 11:02:04 +0100 Florian Pose Request initial configuration on tty open.
Thu, 21 Jan 2010 17:53:40 +0100 Florian Pose Passing tty cflag to serial implementation.
Thu, 21 Jan 2010 16:41:41 +0100 Florian Pose Basic configuration for tty.
Fri, 08 Jan 2010 10:34:29 +0100 Florian Pose Implemented tty put_char and break_ctl callbacks for kernels newer than 2.6.26
Wed, 09 Dec 2009 12:42:28 +0100 Florian Pose Implemented reading direction of tty driver.
Wed, 02 Dec 2009 15:38:10 +0100 Florian Pose Send direction works!
Tue, 01 Dec 2009 22:19:13 +0100 Florian Pose Removed semaphore header.
Tue, 01 Dec 2009 22:16:50 +0100 Florian Pose TTY open and close.
Tue, 01 Dec 2009 22:03:50 +0100 Florian Pose Use own PFX for printk.
Tue, 01 Dec 2009 21:45:45 +0100 Florian Pose Interface management.
Tue, 01 Dec 2009 17:35:33 +0100 Florian Pose Register a TTY driver with one device.
Mon, 30 Nov 2009 18:02:29 +0100 Florian Pose Base files for new TTY driver.