diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2008-05-19 12:10:53 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2008-05-19 12:10:53 +0000 |
commit | 7c7fe729b5dfb5e86d9a3ae29cdda695f2b9dc0b (patch) | |
tree | ba20583dd43d39f1d884ac787c97fbb11a26114b /app-misc/lirc/files | |
parent | Add ~x86 keyword wrt #69028 (diff) | |
download | gentoo-2-7c7fe729b5dfb5e86d9a3ae29cdda695f2b9dc0b.tar.gz gentoo-2-7c7fe729b5dfb5e86d9a3ae29cdda695f2b9dc0b.tar.bz2 gentoo-2-7c7fe729b5dfb5e86d9a3ae29cdda695f2b9dc0b.zip |
Removed old syntax from modprobe config file.
(Portage version: 2.1.5)
Diffstat (limited to 'app-misc/lirc/files')
-rw-r--r-- | app-misc/lirc/files/modprobed.lirc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/lirc/files/modprobed.lirc b/app-misc/lirc/files/modprobed.lirc new file mode 100644 index 000000000000..2ed95589b66d --- /dev/null +++ b/app-misc/lirc/files/modprobed.lirc @@ -0,0 +1,22 @@ +# +# For first serial receivers: +# +#options lirc_serial irq=4 io=0x3f8 +#options lirc_sir irq=4 io=0x3f8 + +# +# Detach first serial port from serial-driver. +# Use this when you have your serial-port-driver statically +# compiled into your kernel, or as a module but loaded before +# the lirc-module. +# +#install lirc_serial setserial /dev/ttyS0 uart none; modprobe --ignore-install lirc_serial +# +#install lirc_sir setserial /dev/ttyS0 uart none; modprobe --ignore-install lirc_sir + + +# +# For parallel receivers: +# +#options lirc_parallel irq=7 io=0x3bc + |