tizen: Add an api for early initialization of input udev
authorHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 28 Oct 2020 07:36:05 +0000 (16:36 +0900)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Wed, 29 May 2024 22:07:11 +0000 (00:07 +0200)
commit1b29c0163f812548fd5536bcb3a77d5c4dbd5ff9
tree2ca73dd0ba4db0582146bb6fb55bd99df5637983
parent011a9aba8820d60f5df768538c1766ac06a5996e
tizen: Add an api for early initialization of input udev

KERNEL[3.864698] add      /devices/virtual/rc/rc1/input2 (input)
DEVPATH=/devices/virtual/rc/rc1/input2
UDEV  [6.541278] add      /devices/virtual/rc/rc1/input2 (input)
DEVPATH=/devices/virtual/rc/rc1/input2

For fast input accessing, input udev should be set up early,
so that udev_device_get_is_initialized(input_udev_dev) check can be skipped before UDEV [6.541278].

Change-Id: I8182f856b0169f9c434bb360a49cfef109485c94
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
src/libudev/libudev-device.c
src/libudev/libudev.h
src/libudev/libudev.sym