Hello,
I'm releasing version 1.0.4 of the "actuator" plugin available at
http://www.ventoso.org/luca/vdr/
This plugin controls a linear actuator (or an horizon to horizon one) through the parallel port with a simple circuit.
CHANGES: - check the CardIndex to identify the selected card in the main menu instead of relying on cDevice::GetDevice(index) - added a note in README to clarify that if you select card 1 it corresponds to /dev/dvb/adapter0, 2 to /dev/dvb/adapter1 and so on - adapted for the experimental version of vdr (1.5.X)
Bye
En/na Luca Olivetti ha escrit:
Hello,
I'm releasing version 1.0.4 of the "actuator" plugin available at
I realized that, since I upgraded my kernel, I inadvertently released the tarball with module.c already patched with the "apply_for_kernel_2.6.15.patch", so if you run an older kernel you should patch it with -r (then eventually apply "apply_for_kernel_2.6.13.patch"), while if you're running a kernel >= 2.6.15 just user module.c as is. Sorry for any inconvenience this may have caused.
Bye
En/na Luca Olivetti ha escrit:
I realized that, since I upgraded my kernel, I inadvertently released the tarball with module.c already patched with the "apply_for_kernel_2.6.15.patch", so if you run an older kernel you should patch it with -r (then eventually apply "apply_for_kernel_2.6.13.patch"), while if you're running a kernel >= 2.6.15 just user module.c as is. Sorry for any inconvenience this may have caused.
Not my day, that should be "-R" not "-r".
Bye