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, 17 Jul 2024 14:10:51 +0000 (16:10 +0200)
commitac29e15821dcb94fa625d50a0b35de9d3ab094ef
tree1f1542e46acb03e228ab0e7dd1e3f44b3e0d5cb0
parent2a20619e862482f7c579f00aa29fed7476164d34
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