summaryrefslogtreecommitdiff
path: root/v4l2-apps/util/gen_keytables.pl
AgeCommit message (Collapse)Author
2007-07-12gen_keytables.pl is too verbose.Mauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Make gen_keytables.pl less verbose Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> --- v4l2-apps/util/gen_keytables.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
2006-12-21Add gen_keytables.pl to automatically generate IR keycodes and improved keytableMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Keytable is now a 3 in 1 script: calling with one argument, it reads keytable from a IR device calling with two arguments, it writes a keytable at a IR device calling with three arguments, it allows changing just one keymap Of course, it is generic enough to work also with other event devices. gen_keytables.pl will generate keyboard mappings, as defined at kernel module. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>