]> rtime.felk.cvut.cz Git - lincan.git/commit
Added "chip_info" entry to the /proc/can/channelX, contributed by Sergei Sharonov.
authorppisa <ppisa>
Sun, 26 Mar 2006 23:45:15 +0000 (23:45 +0000)
committerppisa <ppisa>
Sun, 26 Mar 2006 23:45:15 +0000 (23:45 +0000)
commit943dd337df47188d361c0f7f37c19184d73481eb
tree1cf03fbe48762fc3d8eec990201ceb284367fe7c
parente169e24a847634f71a758a2a67b1bc56cf7281d6
Added "chip_info" entry to the /proc/can/channelX, contributed by Sergei Sharonov.
Code is compatible with 2.6.x and 2.4.x Linux kernels.
It would fail on 2.2.x version. If its functionality is required,
can_remove_proc_entry() has to be used on pointer stored in
the new field and code emulating create_proc_read_entry()
has to be added.
lincan/src/proc.c