summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2010-09-09 21:59:11 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2010-09-09 22:01:49 -0700
commit9f470095068e415658ccc6977cf4b3f5be418526 (patch)
treeb562b84cf87d9f28cd658365bf98a8012238a8d3 /include/media
parent67127f3061cc486572a50990a1fd919ddde48c40 (diff)
downloadop-kernel-dev-9f470095068e415658ccc6977cf4b3f5be418526.zip
op-kernel-dev-9f470095068e415658ccc6977cf4b3f5be418526.tar.gz
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: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'include/media')
-rw-r--r--include/media/rc-map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/rc-map.h b/include/media/rc-map.h
index a9c041d..9b201ec 100644
--- a/include/media/rc-map.h
+++ b/include/media/rc-map.h
@@ -35,7 +35,7 @@ struct ir_scancode_table {
unsigned int len; /* Used number of entries */
unsigned int alloc; /* Size of *scan in bytes */
u64 ir_type;
- char *name;
+ const char *name;
spinlock_t lock;
};
OpenPOWER on IntegriCloud