diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/udev/udev/local.rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/udev/udev/local.rules b/meta/recipes-core/udev/udev/local.rules index d0cbf91b60..f06002c654 100644 --- a/meta/recipes-core/udev/udev/local.rules +++ b/meta/recipes-core/udev/udev/local.rules | |||
@@ -19,5 +19,4 @@ ACTION=="add", DEVPATH=="/devices/*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe | |||
19 | # Create a symlink to any touchscreen input device | 19 | # Create a symlink to any touchscreen input device |
20 | # Trigger based on input type, that the evbit (-e) has EV_SYN and EV_ABS, | 20 | # Trigger based on input type, that the evbit (-e) has EV_SYN and EV_ABS, |
21 | # has an EV_ABS value (-a) which is used for touchscreen type devices. | 21 | # has an EV_ABS value (-a) which is used for touchscreen type devices. |
22 | SUBSYSTEM=="input", KERNEL=="event[0-9]*", ATTRS{modalias}=="input:*-e0*,3,*a0,1,*", SYMLINK+="input/touchscreen0" | 22 | +SUBSYSTEM=="input", KERNEL=="event[0-9]*", ENV{ID_INPUT_TOUCHSCREEN}=="1", SYMLINK+="input/touchscreen0" |
23 | |||