Support touchscreen powersaving 65/218265/2 accepted/tizen/unified/20200129.022558 submit/tizen/20200121.090851 submit/tizen/20200122.232403
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 21 Nov 2019 03:01:31 +0000 (12:01 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 16 Jan 2020 08:04:17 +0000 (08:04 +0000)
Change-Id: I5e0a6f77f1ae6cf8678b0240f3c68c907acf4f38
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
hw/touchscreen.h

index 9614164..4835884 100644 (file)
@@ -43,6 +43,8 @@ struct touchscreen_device {
        /* Control touchscreen state */
        int (*get_state)(enum touchscreen_state *state);
        int (*set_state)(enum touchscreen_state state);
+       int (*get_powersaving)(int *state);
+       int (*set_powersaving)(int state);
 };
 
 #endif