inotify: support a inotify functions 61/201961/5
authorjeon <jhyuni.kang@samsung.com>
Mon, 25 Mar 2019 10:18:04 +0000 (19:18 +0900)
committerjeon <jhyuni.kang@samsung.com>
Mon, 25 Mar 2019 11:05:15 +0000 (20:05 +0900)
commit9724c1e602c9486a9d1441b1286fb309ee671895
tree80294a09473bbef5eab616f14534a11f8cda0a72
parent62f6871050dadc69dab0802ea23697204a983d4c
inotify: support a inotify functions

  - sample-server: support hotplugged input devices
    using inotify and evdev

Change-Id: I85f7af8291ad7559b70da82c8ad31163ac072a9e
Makefile.am
configure.ac
packaging/pepper.spec
pkgconfig/pepper-inotify.pc.in [new file with mode: 0644]
src/Makefile.am
src/lib/inotify/Makefile.am [new file with mode: 0644]
src/lib/inotify/pepper-inotify-internal.h [new file with mode: 0644]
src/lib/inotify/pepper-inotify.c [new file with mode: 0644]
src/lib/inotify/pepper-inotify.h [new file with mode: 0644]
src/samples/sample-server.c