提交 e6bcb2f3 编写于 作者: M Mauro Carvalho Chehab

[media] ir-kbd-i2c: Make IR debug messages more useful

Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 59aa3460
......@@ -244,15 +244,17 @@ static void ir_key_poll(struct IR_i2c *ir)
static u32 ir_key, ir_raw;
int rc;
dprintk(2,"ir_poll_key\n");
dprintk(3, "%s\n", __func__);
rc = ir->get_key(ir, &ir_key, &ir_raw);
if (rc < 0) {
dprintk(2,"error\n");
return;
}
if (rc)
if (rc) {
dprintk(1, "%s: keycode = 0x%04x\n", __func__, ir_key);
rc_keydown(ir->rc, ir_key, 0);
}
}
static void ir_work(struct work_struct *work)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册