anszom / vtty

Virtual serial port driver for Linux
Other
69 stars 19 forks source link

Fixes compilation on newer kernels. #5

Closed dmsc closed 2 years ago

dmsc commented 2 years ago

Function put_tty_driver was renamed tty_driver_kref_put, and methods .write_room and .chars_in_buffer returns an unsigned,

Tested on Linux 5.18.

anszom commented 2 years ago

Thanks!