summaryrefslogtreecommitdiff
path: root/README
blob: 0b7ada553e5d35b152a9cbad6b4f30e2b587f496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This kernel module creates the
/sys/devices/platform/mts-io enumeration
of the features for MTAC GPIO 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-gpio-usage/

An init script can look in:
/lib/modules/$(uname -r)/extra/mtac_gpiob.ko

to find the driver.

The mtac-mfser v2.0.0 driver is based on v1.1.4,
with the legacy kernel gpio library replaced
with gpiod.

v1.3.0 was a stopgap before gpiod could be implemented
in mts-io and mtac drivers.