touchscreen: Add device_touchscreen_set_off_bind_with_display() 25/321425/3 accepted/tizen/7.0/unified/20250324.150514
authorYunhee Seo <yuni.seo@samsung.com>
Fri, 21 Mar 2025 05:38:51 +0000 (14:38 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Fri, 21 Mar 2025 06:39:49 +0000 (15:39 +0900)
commit669b70a062dad5f92d53560712035219e30e85ff
tree2a4800f8c41e6724d8f7011b5520b47505ecd96c
parent82b0d901ec0caa6e743df0aab5d838e0a31e679c
touchscreen: Add device_touchscreen_set_off_bind_with_display()

Supports touchscreen off operation policy as setter.
Combines touchscreen off operation with display off operation.
If sets touchscreen off mode value as true,
When the display state goes to off, touchscreen will be disabled(off state).
That means touchscreen always follows display off operation.
If touchscreen off mode value is set as false,
Then touchscreen will ignore display off state independently.

Change-Id: Ie5e5c600faf80f92cd5f14d11a9ec90a518293c4
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
include/touchscreen-internal.h
src/touchscreen-internal.c