diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-03-21 11:24:24 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-05-17 23:52:57 -0400 |
commit | ada39630c758c5c3098f4fc1361103ea2bc1afe0 (patch) | |
tree | cfad77eb7e0f96256edc08c058ea7b39ee2d30b1 /include/media | |
parent | 6660de568d164e4eda6617dadcb999c96e62203f (diff) |
V4L/DVB: ir-core/saa7134: Move ir keyup/keydown code to the ir-core
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/ir-core.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/ir-core.h b/include/media/ir-core.h index 198fd61f0da9..9e03528a767a 100644 --- a/include/media/ir-core.h +++ b/include/media/ir-core.h | |||
@@ -84,7 +84,8 @@ struct ir_input_dev { | |||
84 | 84 | ||
85 | u32 ir_g_keycode_from_table(struct input_dev *input_dev, | 85 | u32 ir_g_keycode_from_table(struct input_dev *input_dev, |
86 | u32 scancode); | 86 | u32 scancode); |
87 | 87 | void ir_keyup(struct input_dev *dev); | |
88 | void ir_keydown(struct input_dev *dev, int scancode); | ||
88 | int ir_input_register(struct input_dev *dev, | 89 | int ir_input_register(struct input_dev *dev, |
89 | const struct ir_scancode_table *ir_codes, | 90 | const struct ir_scancode_table *ir_codes, |
90 | const struct ir_dev_props *props, | 91 | const struct ir_dev_props *props, |