From: Vasiliy Ulyanov Date: Mon, 23 Jun 2014 12:36:42 +0000 (+0400) Subject: [FEATURE] Add Kiran input devices support X-Git-Tag: Tizen_SDK_2.3~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca221f7ba1faa261cd752f1cc295e022549a7097;p=platform%2Fcore%2Fsystem%2Fswap-manager.git [FEATURE] Add Kiran input devices support - keys: sci-keypad, ist30xx_ts_tinput - touchscreen:: ist30xx_ts_input Change-Id: I24d102d597fa232b4693b9649b11a831f7b8bfb5 Signed-off-by: Vasiliy Ulyanov --- diff --git a/daemon/input_events.c b/daemon/input_events.c index 0335837..8085e2f 100644 --- a/daemon/input_events.c +++ b/daemon/input_events.c @@ -77,6 +77,10 @@ static const char *input_key_devices[] = { "MELFAS MCS Touchkey", /* target: M0, kernel: 3.10, buttons: volume +/-, home, power */ "gpio-keys.5", + /* target: Kiran, kernel: 3.10.17, buttons: volume +/-, home, power*/ + "sci-keypad", + /* target: Kiran, kernel: 3.10.17, buttons: menu, back */ + "ist30xx_ts_tinput", NULL }; @@ -87,6 +91,8 @@ static const char *input_touch_devices[] = { "sec_touchscreen", /* target: M0, kernel: 3.10 */ "MELPAS MMS114 Touchscreen", + /* target: Kiran, kernel: 3.10.17 */ + "ist30xx_ts_input", NULL };