]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
udev: fix typo in local.rules
authorSaul Wold <sgw@linux.intel.com>
Wed, 30 Oct 2013 22:38:44 +0000 (15:38 -0700)
committerSaul Wold <sgw@linux.intel.com>
Fri, 1 Nov 2013 06:57:04 +0000 (23:57 -0700)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/udev/udev/local.rules

index f06002c6542e0bbf8e77939e5281273f41edffbe..9d4da493f7826de39fca7773c9d03a383c48b20f 100644 (file)
@@ -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"