blob: b912456eb7ff9fe6aa686237f3f714cded04f8f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
This kernel module creates the
/sys/devices/platform/mts-io enumeration
of the features for MTAC LoRa boards.
This driver requires the mtac.ko driver
loaded first. depmod should take care
of this.
Documentation for this board is here:
http://www.multitech.net/developer/software/mlinux/using-mlinux/mlinux-using-accessory-cards/mtac-eth-usage/
To turn on debug add the following lines to
the end of /etc/modprobe.d/mts-io.conf:
options mts-io dyndbg=+p
options mtac dyndbg=+p
options mtac-lora dyndbg=+p
|