From ee6c0b2e3b4c29105d6af1ec207b5a3ddf2179d2 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Sun, 2 Sep 2012 15:35:20 -0300 Subject: [PATCH] --- yaml --- r: 357377 b: refs/heads/master c: 24dec5dabfcc1d424d7bc86d393d31f57ebcc975 h: refs/heads/master i: 357375: 4065b16c421f96fed0030935d69347ecc575fb21 v: v3 --- [refs] | 2 +- trunk/drivers/media/rc/imon.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 7c2c7e4b9fe9..752f3dcea57d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a32f7d1ad3744914273c6907204c2ab3b5d496a0 +refs/heads/master: 24dec5dabfcc1d424d7bc86d393d31f57ebcc975 diff --git a/trunk/drivers/media/rc/imon.c b/trunk/drivers/media/rc/imon.c index 78d109b978dd..dec203bb06f6 100644 --- a/trunk/drivers/media/rc/imon.c +++ b/trunk/drivers/media/rc/imon.c @@ -1221,7 +1221,7 @@ static u32 imon_panel_key_lookup(u64 code) static bool imon_mouse_event(struct imon_context *ictx, unsigned char *buf, int len) { - char rel_x = 0x00, rel_y = 0x00; + signed char rel_x = 0x00, rel_y = 0x00; u8 right_shift = 1; bool mouse_input = true; int dir = 0; @@ -1297,7 +1297,7 @@ static void imon_touch_event(struct imon_context *ictx, unsigned char *buf) static void imon_pad_to_keys(struct imon_context *ictx, unsigned char *buf) { int dir = 0; - char rel_x = 0x00, rel_y = 0x00; + signed char rel_x = 0x00, rel_y = 0x00; u16 timeout, threshold; u32 scancode = KEY_RESERVED; unsigned long flags;