Support touchscreen powersaving 75/222575/1 accepted/tizen/5.5/unified/20200121.165900 submit/tizen_5.5/20200116.082815 submit/tizen_5.5/20200121.093910
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 21 Nov 2019 03:01:31 +0000 (12:01 +0900)
committeryoungjae cho <y0.cho@samsung.com>
Thu, 16 Jan 2020 08:13:41 +0000 (08:13 +0000)
Change-Id: I5e0a6f77f1ae6cf8678b0240f3c68c907acf4f38
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
(cherry picked from commit 4732d69638a25e1d142c50783200b919c0f35f2d)

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