diff options
author | Jarod Wilson <jarod@redhat.com> | 2010-09-15 14:31:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-20 23:06:07 -0400 |
commit | ee08940531193ccce680ca3c2f17ecc497c4bb67 (patch) | |
tree | 5050592376ff4410e091f205c28510de345c0103 /include/media | |
parent | c72ba8e6ae7376d20e509a9a54a2dd45fb483fc2 (diff) |
V4L/DVB: IR: export ir_keyup so imon driver can use it directly
The imon driver currently reimplements its own version of ir_keyup
(along with key release timer functionality also already present in the
core IR code). A follow-up imon patch will make use of ir_keyup and the
IR stack's key release code.
Trivial extraction from David Härdeman's pending rc-core merge and
device interface abstraction patchset to facilitate merging a patch
based on his imon input dev split patch ahead of the larger churn, which
is slated for post-2.6.37-rc1 (after Dmitry's large keycode patches are
merged in mainline).
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/ir-core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/ir-core.h b/include/media/ir-core.h index eb7fddf8f607..4dd43d44ec5e 100644 --- a/include/media/ir-core.h +++ b/include/media/ir-core.h | |||
@@ -157,6 +157,7 @@ void ir_input_unregister(struct input_dev *input_dev); | |||
157 | 157 | ||
158 | void ir_repeat(struct input_dev *dev); | 158 | void ir_repeat(struct input_dev *dev); |
159 | void ir_keydown(struct input_dev *dev, int scancode, u8 toggle); | 159 | void ir_keydown(struct input_dev *dev, int scancode, u8 toggle); |
160 | void ir_keyup(struct ir_input_dev *ir); | ||
160 | u32 ir_g_keycode_from_table(struct input_dev *input_dev, u32 scancode); | 161 | u32 ir_g_keycode_from_table(struct input_dev *input_dev, u32 scancode); |
161 | 162 | ||
162 | /* From ir-raw-event.c */ | 163 | /* From ir-raw-event.c */ |