summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/udev/udev/local.rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/udev/udev/local.rules b/meta/recipes-core/udev/udev/local.rules
index 9d4da493f7..d502cdd6ba 100644
--- a/meta/recipes-core/udev/udev/local.rules
+++ b/meta/recipes-core/udev/udev/local.rules
@@ -13,9 +13,6 @@
13# %% the '%' char itself 13# %% the '%' char itself
14# 14#
15 15
16# Try and modprobe for drivers for new hardware
17ACTION=="add", DEVPATH=="/devices/*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe $env{MODALIAS}"
18
19# Create a symlink to any touchscreen input device 16# Create a symlink to any touchscreen input device
20# Trigger based on input type, that the evbit (-e) has EV_SYN and EV_ABS, 17# 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. 18# has an EV_ABS value (-a) which is used for touchscreen type devices.