diff options
Diffstat (limited to 'packages/mythfront/mythfront-config/epia')
-rw-r--r-- | packages/mythfront/mythfront-config/epia/.mtn2git_empty | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | packages/mythfront/mythfront-config/epia/serial.sh | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/packages/mythfront/mythfront-config/epia/.mtn2git_empty b/packages/mythfront/mythfront-config/epia/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/mythfront/mythfront-config/epia/.mtn2git_empty diff --git a/packages/mythfront/mythfront-config/epia/serial.sh b/packages/mythfront/mythfront-config/epia/serial.sh index e69de29bb2..6d2a978fea 100644..100755 --- a/packages/mythfront/mythfront-config/epia/serial.sh +++ b/packages/mythfront/mythfront-config/epia/serial.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +setserial /dev/ttyS0 uart none +modprobe lirc_serial +modprobe snes232 +inputattach --snes232 /dev/ttyS1 & + |