diff options
Diffstat (limited to 'drivers/media/rc/keymaps/rc-streamzap.c')
-rw-r--r-- | drivers/media/rc/keymaps/rc-streamzap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/keymaps/rc-streamzap.c b/drivers/media/rc/keymaps/rc-streamzap.c index bafe5b8f419..5a86a715148 100644 --- a/drivers/media/rc/keymaps/rc-streamzap.c +++ b/drivers/media/rc/keymaps/rc-streamzap.c | |||
@@ -11,7 +11,7 @@ | |||
11 | 11 | ||
12 | #include <media/rc-map.h> | 12 | #include <media/rc-map.h> |
13 | 13 | ||
14 | static struct ir_scancode streamzap[] = { | 14 | static struct rc_map_table streamzap[] = { |
15 | /* | 15 | /* |
16 | * The Streamzap remote is almost, but not quite, RC-5, as it has an extra | 16 | * The Streamzap remote is almost, but not quite, RC-5, as it has an extra |
17 | * bit in it, which throws the in-kernel RC-5 decoder for a loop. Currently, | 17 | * bit in it, which throws the in-kernel RC-5 decoder for a loop. Currently, |