More API changes in 2.6.16
More API changes in 2.6.16
Posted Aug 22, 2008 9:44 UTC (Fri) by mlfowler (guest, #29063)In reply to: More API changes in 2.6.16 by smurf
Parent article: API changes in the 2.6 kernel series
I've just been experimenting with ldd3's tty chapter and had got stuck when the compiler complained about tty->filp.count. Your errata pointed me in the right direction, thanks! One small correction, turns out the interface is:
len = tty_buffer_request_room(tty, amount_hardware_says);
tty_insert_flip_string(tty, buffer_from_card, len);
