blob: 2ece0ee029d2e7fb6f6d69aab564e563e67213f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
This kernel module creates the
/sys/devices/platform/mts-io enumeration
of the features for MTAC XDOT 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-xdot-usage/
An init script can look in:
/lib/modules/$(uname -r)/extra/mtac_xdot.ko
to find the driver.
|