diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-31 02:44:26 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-31 02:44:26 -0300 |
commit | 3f66b071b19c2817be029bcce5add52e3f3a896d (patch) | |
tree | 9f6862a7409c2b2696430d2120434171c0304a19 /v4l2-spec/remote_controllers.sgml | |
parent | 466cf445ce93217dac3a66fa3bc9b23b45cacecd (diff) | |
download | mediapointer-dvb-s2-3f66b071b19c2817be029bcce5add52e3f3a896d.tar.gz mediapointer-dvb-s2-3f66b071b19c2817be029bcce5add52e3f3a896d.tar.bz2 |
v4l2-spec: Add keytable.c example to remote controller chapter
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l2-spec/remote_controllers.sgml')
-rw-r--r-- | v4l2-spec/remote_controllers.sgml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/v4l2-spec/remote_controllers.sgml b/v4l2-spec/remote_controllers.sgml index f0c215b1c..6cbcd5869 100644 --- a/v4l2-spec/remote_controllers.sgml +++ b/v4l2-spec/remote_controllers.sgml @@ -157,4 +157,14 @@ </tgroup> </table> -</section>
\ No newline at end of file +</section> + +<section id="Remote_controllers_table_change"> +<title>Changing default Remote Controller mappings</title> +<para>The event interface provides two ioctls to be used against +the /dev/input/event device, to allow changing the default +keymapping.</para> + +<para>This program demonstrates how to replace the keymap tables.</para> +&sub-keytable-c; +</section> |