On Wed, Oct 30, 2013 at 3:39 PM, Saul Wold <[email protected]> wrote: > Signed-off-by: Saul Wold <[email protected]> > --- > meta/recipes-core/udev/udev/local.rules | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-core/udev/udev/local.rules > b/meta/recipes-core/udev/udev/local.rules > index f06002c..59836a4 100644 > --- a/meta/recipes-core/udev/udev/local.rules > +++ b/meta/recipes-core/udev/udev/local.rules > @@ -19,4 +19,4 @@ ACTION=="add", DEVPATH=="/devices/*", ENV{MODALIAS}=="?*", > RUN+="/sbin/modprobe > # Create a symlink to any touchscreen input device > # Trigger based on input type, that the evbit (-e) has EV_SYN and EV_ABS, > # has an EV_ABS value (-a) which is used for touchscreen type devices. > -+SUBSYSTEM=="input", KERNEL=="event[0-9]*", ENV{ID_INPUT_TOUCHSCREEN}=="1", > SYMLINK+="input/touchscreen0" > ++SUBSYSTEM=="input", KERNEL=="event[0-9]*", ENV{ID_INPUT_TOUCHSCREEN}=="1", > SYMLINK=="input/touchscreen0"
+= is perfectly fine for SYMLINK contruct. Why is it a typo ? > -- > 1.8.3.1 > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
