Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219163
b: refs/heads/master
c: ee08940
h: refs/heads/master
i:
  219161: 83977e6
  219159: eef2a3c
v: v3
  • Loading branch information
Jarod Wilson authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent ab4b401 commit 67fb500
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c72ba8e6ae7376d20e509a9a54a2dd45fb483fc2
refs/heads/master: ee08940531193ccce680ca3c2f17ecc497c4bb67
3 changes: 2 additions & 1 deletion trunk/drivers/media/IR/ir-keytable.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ EXPORT_SYMBOL_GPL(ir_g_keycode_from_table);
* This routine is used to signal that a key has been released on the
* remote control. It reports a keyup input event via input_report_key().
*/
static void ir_keyup(struct ir_input_dev *ir)
void ir_keyup(struct ir_input_dev *ir)
{
if (!ir->keypressed)
return;
Expand All @@ -295,6 +295,7 @@ static void ir_keyup(struct ir_input_dev *ir)
input_sync(ir->input_dev);
ir->keypressed = false;
}
EXPORT_SYMBOL_GPL(ir_keyup);

/**
* ir_timer_keyup() - generates a keyup event after a timeout
Expand Down
1 change: 1 addition & 0 deletions trunk/include/media/ir-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ void ir_input_unregister(struct input_dev *input_dev);

void ir_repeat(struct input_dev *dev);
void ir_keydown(struct input_dev *dev, int scancode, u8 toggle);
void ir_keyup(struct ir_input_dev *ir);
u32 ir_g_keycode_from_table(struct input_dev *input_dev, u32 scancode);

/* From ir-raw-event.c */
Expand Down

0 comments on commit 67fb500

Please sign in to comment.