diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-29 14:19:07 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-29 14:19:07 -0300 |
commit | 64cff4f7b669a14d338b176254dd0f7eaedf396e (patch) | |
tree | 6b50cc3499556613982d2f3ec396c425870e314d | |
parent | bd32278f17b34fcebbf9f4854996ff82eefeb334 (diff) | |
download | mediapointer-dvb-s2-64cff4f7b669a14d338b176254dd0f7eaedf396e.tar.gz mediapointer-dvb-s2-64cff4f7b669a14d338b176254dd0f7eaedf396e.tar.bz2 |
gen_keytables.pl: Change it to work with the new format
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rwxr-xr-x | v4l2-apps/util/gen_keytables.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/v4l2-apps/util/gen_keytables.pl b/v4l2-apps/util/gen_keytables.pl index 889516de4..5c569f559 100755 --- a/v4l2-apps/util/gen_keytables.pl +++ b/v4l2-apps/util/gen_keytables.pl @@ -5,8 +5,7 @@ my $keyname=""; my $debug=0; while (<>) { -#IR_KEYTAB_TYPE ir_codes_proteus_2309[IR_KEYTAB_SIZE] = { - if (m/IR_KEYTAB_TYPE\s+(\w[\w\d_]+)/) { + if (m/struct\s+ir_scancode\s+(\w[\w\d_]+)/) { $keyname = $1; $keyname =~ s/^ir_codes_//; |