summaryrefslogtreecommitdiff
path: root/etc/udev/suse/60-persistent-input.rules
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-03-21 19:26:12 +0100
committerKay Sievers <kay.sievers@suse.de>2006-03-21 19:26:12 +0100
commit00152560f9ba3de71144e25c874f9fa2cfa6682b (patch)
treea0ed77c1df7b8cad160aa7dc342478b2ab5bdfcf /etc/udev/suse/60-persistent-input.rules
parenta05098641e448cbdb7b742826c3a0bc35a8a1c1f (diff)
update SUSE rules
Diffstat (limited to 'etc/udev/suse/60-persistent-input.rules')
-rw-r--r--etc/udev/suse/60-persistent-input.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/suse/60-persistent-input.rules b/etc/udev/suse/60-persistent-input.rules
index 2a74d15482..2f9c5d3cfc 100644
--- a/etc/udev/suse/60-persistent-input.rules
+++ b/etc/udev/suse/60-persistent-input.rules
@@ -14,7 +14,7 @@ KERNEL=="event*", ENV{ID_BUS}=="?*", ENV{ID_SERIAL}=="?*", ENV{ID_CLASS}=="?*",
# by-path
IMPORT{program}="/sbin/path_id %p"
ENV{ID_PATH}=="?*", KERNEL=="mouse*", SYMLINK+="input/by-path/$env{ID_PATH}-$env{ID_CLASS}"
-ENV{ID_PATH}=="?*", KERNEL=="event*", SYMLINK+="input/by-path/$env{ID_PATH}-$env{ID_CLASS}"
+ENV{ID_PATH}=="?*", KERNEL=="event*", SYMLINK+="input/by-path/$env{ID_PATH}-event-$env{ID_CLASS}"
LABEL="persistent_input_end"