commit | b075bdf4fec32f634dd2bc3cbbed459bed28ab38 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Fri May 06 10:06:59 2016 -0500 |
committer | Elliott Hughes <enh@google.com> | Fri May 13 13:46:46 2016 -0700 |
tree | e3b48a4f6c8a94656b96b96361005dca090947be | |
parent | 7901f4d146896721e9cc0d12134e40cba237d340 [diff] |
init: support matching sysfs class paths in ueventd.rc Currently, ueventd.rc files only support /sys/devices/... paths and don't support symlinked paths, specifically /sys/class/... Supporting the class paths is necessary to have non-hardware dependent paths. Some subsystems like IIO use /sys/bus/iio/, so support that as well. Change-Id: I29f3bf67b41664d1d75ac1820c46e13afe336d56 Signed-off-by: Rob Herring <robh@kernel.org>