diff options
Diffstat (limited to 'community-testing/inputattach/inputattach.conf.d')
-rw-r--r-- | community-testing/inputattach/inputattach.conf.d | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community-testing/inputattach/inputattach.conf.d b/community-testing/inputattach/inputattach.conf.d new file mode 100644 index 000000000..ae8d1842a --- /dev/null +++ b/community-testing/inputattach/inputattach.conf.d @@ -0,0 +1,10 @@ +# +# Configuration for inputattach +# +# IAPARAMS is an array of inputattach arguments, see 'inputattach --help'. +# An inputattach instance will be started for each element. + +IAPARAMS=( + "--microsoft /dev/ttyS0" + #"--baud 9600 --w8001 /dev/ttyS1" +) |