Search found 1 match

by thomasteo
Mon 17. Oct 2016, 04:55
Forum: Linux
Topic: Chardev & Netdev devices on one system
Replies: 1
Views: 5271

Chardev & Netdev devices on one system

Hello,
Is it possible to have two CAN interfaces on one system; one chardev and the other netdev?
One possible way I can see is:
* have two different USB devices, one with a different device ID
* compile two kernel modules, renaming one (eg pcan_char)
* use modalias and udev to force one of the ...