From: Saul Wold Date: Wed, 30 Oct 2013 22:38:44 +0000 (-0700) Subject: udev: fix typo in local.rules X-Git-Tag: 2015-4~4725 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b8e6b73d4ef6aa957bfcae299f754c2dcb702b84;p=openembedded-core.git udev: fix typo in local.rules Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/udev/udev/local.rules b/meta/recipes-core/udev/udev/local.rules index f06002c654..9d4da493f7 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"