lin-bus / linux-lin

Linux kernel LIN bus support implemented as TTY line discipline for generic UART conrollers, documentation https://github.com/lin-bus/linux-lin/wiki, based on https://github.com/lin-bus/linux-lin/wiki/sllin-rtlws14-paper.pdf, more CAN related projects http://canbus.pages.fel.cvut.cz/
https://github.com/lin-bus/linux-lin/wiki
38 stars 26 forks source link

Changes in Linux 6.6 (2) #25

Closed CherineK closed 10 months ago

CherineK commented 10 months ago

Hi,

This PR fixes the missing changes in 24.

All it does is change from char to u8 in sllin_master_receive_buf and sllin_slave_receive_buf, only for Linux >= 6.6.

ppisa commented 10 months ago

Thanks for the update.