Commit 9f470095 authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: media/IR - switch to using new keycode interface

Switch the code to use new style of getkeycode and setkeycode
methods to allow retrieving and setting keycodes not only by
their scancodes but also by index.
Acked-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent 67127f30
This diff is collapsed.
...@@ -35,7 +35,7 @@ struct ir_scancode_table { ...@@ -35,7 +35,7 @@ struct ir_scancode_table {
unsigned int len; /* Used number of entries */ unsigned int len; /* Used number of entries */
unsigned int alloc; /* Size of *scan in bytes */ unsigned int alloc; /* Size of *scan in bytes */
u64 ir_type; u64 ir_type;
char *name; const char *name;
spinlock_t lock; spinlock_t lock;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment