diff options
author | John Klug <john.klug@multitech.com> | 2018-10-15 15:00:04 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-10-15 15:00:04 -0500 |
commit | 59327902aee9b420f15f3aa7e7dd9d6671f8404d (patch) | |
tree | 59246cd8c7e52e03545e876d407efe49b6f2a792 /README | |
download | mtac-xdot-59327902aee9b420f15f3aa7e7dd9d6671f8404d.tar.gz mtac-xdot-59327902aee9b420f15f3aa7e7dd9d6671f8404d.tar.bz2 mtac-xdot-59327902aee9b420f15f3aa7e7dd9d6671f8404d.zip |
New MTAC XDOT Driver1.0.0
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,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. |