input: add enum type DEVICE_INPUT_TYPE_ALL handling 42/286942/2
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 17 Jan 2023 06:50:17 +0000 (15:50 +0900)
committeryunhee seo <yuni.seo@samsung.com>
Tue, 17 Jan 2023 06:53:56 +0000 (06:53 +0000)
commit06effe44cadedac12d0ad77a57311a7a8615f911
tree9c4fd2e9143a681c0806d0571705e6a6b603fd16
parentff4ec82bbb7529f85a6b0d5ff6ddea79b1616968
input: add enum type DEVICE_INPUT_TYPE_ALL handling

To avoid get DEVICE_INPUT_TYPE_ALL from device_input_get_default_device api
because this type cannot have default input device
also, add checking DEVICE_INPUT_TYPE_ALL to input_is_supported_input_type
which was omitted

Change-Id: I6b20a76fcde9b67097a3cb5606f71fa747483550
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
src/input-internal.c