udev 124: support devices with ads7846 touchscreen and wrong modalias
authorMarcin Juszkiewicz <hrw@koansoftware.com>
Tue, 13 Jan 2009 17:18:57 +0000 (18:18 +0100)
committerMarcin Juszkiewicz <hrw@koansoftware.com>
Fri, 16 Jan 2009 14:50:21 +0000 (15:50 +0100)
packages/udev/udev-124/local.rules

index 5b92601..a486692 100644 (file)
@@ -29,3 +29,4 @@ ACTION=="add", DEVPATH=="/devices/*", ENV{MODALIAS}=="?*", RUN+="/sbin/modprobe
 
 # Create a symlink to any touchscreen input device
 SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="input:*-e0*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen0"
+SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{modalias}=="ads7846", SYMLINK+="input/touchscreen0"