tty/module.c
2010-10-25 Florian Pose Improved compiling on 2.6.34 (thanks to Malcolm Lewis).
2010-04-20 Florian Pose Removed TIOCSSERIAL because it doesn't make sense for virtual tty interfaces.
2010-02-16 Florian Pose Replaced deprecated init_MUTEX in tty code.
2010-02-02 Florian Pose Allow multiple open() calls to tty devices.
2010-01-26 Florian Pose Minor change.
2010-01-25 Florian Pose Pass initial cflag to device-specific implementation in constructor.
2010-01-25 Florian Pose Callback set via own structure.
2010-01-25 Florian Pose Sorted methods.
2010-01-22 Florian Pose Implemented setting of baud rate, data frame and RTS/CTS.
2010-01-22 Florian Pose Request initial configuration on tty open.
2010-01-21 Florian Pose Passing tty cflag to serial implementation.
2010-01-21 Florian Pose Basic configuration for tty.
2010-01-08 Florian Pose Implemented tty put_char and break_ctl callbacks for kernels newer than 2.6.26
2009-12-09 Florian Pose Implemented reading direction of tty driver.
2009-12-02 Florian Pose Send direction works!
2009-12-01 Florian Pose Removed semaphore header.
2009-12-01 Florian Pose TTY open and close.
2009-12-01 Florian Pose Use own PFX for printk.
2009-12-01 Florian Pose Interface management.
2009-12-01 Florian Pose Register a TTY driver with one device.
2009-11-30 Florian Pose Base files for new TTY driver.