[FEATURE] Add Kiran input devices support 22/23322/2
authorVasiliy Ulyanov <v.ulyanov@samsung.com>
Mon, 23 Jun 2014 12:36:42 +0000 (16:36 +0400)
committerDmitry Kovalenko <d.kovalenko@samsung.com>
Wed, 25 Jun 2014 12:05:38 +0000 (05:05 -0700)
- keys: sci-keypad, ist30xx_ts_tinput
- touchscreen:: ist30xx_ts_input

Change-Id: I24d102d597fa232b4693b9649b11a831f7b8bfb5
Signed-off-by: Vasiliy Ulyanov <v.ulyanov@samsung.com>
daemon/input_events.c

index 0335837..8085e2f 100644 (file)
@@ -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
 };