This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: Add a udev rules file to automatically load RC keytables Author: Mauro Carvalho Chehab <[email protected]> Date: Mon Jun 28 14:51:53 2010 -0300 Signed-off-by: Mauro Carvalho Chehab <[email protected]> utils/keytable/70-infrared.rules | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=881de90a68ff823603d19b75e4a46bfecbc2ff52 diff --git a/utils/keytable/70-infrared.rules b/utils/keytable/70-infrared.rules new file mode 100644 index 0000000..308a6d4 --- /dev/null +++ b/utils/keytable/70-infrared.rules @@ -0,0 +1,6 @@ +# Automatically load the proper keymaps after the Remote Controller device +# creation. +# Copy this file at /etc/udev/rules.d/70-infrared.rules in order to load keytables +# during boot time. The keycode tables rules should be at /etc/rc_maps.cfg + +ACTION=="add", SUBSYSTEM=="rc", RUN+="/usr/bin/ir-keytable -a /etc/rc_maps.cfg -s $name" _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
