From: Marcin Juszkiewicz Date: Tue, 13 Jan 2009 17:18:57 +0000 (+0100) Subject: udev 124: support devices with ads7846 touchscreen and wrong modalias X-Git-Tag: Release-2010-05/1~4339 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56ed3d7fecee0aa8ae39f85b414cb8c8a4c56459;p=openembedded.git udev 124: support devices with ads7846 touchscreen and wrong modalias --- diff --git a/packages/udev/udev-124/local.rules b/packages/udev/udev-124/local.rules index 5b926018f5..a4866923fd 100644 --- a/packages/udev/udev-124/local.rules +++ b/packages/udev/udev-124/local.rules @@ -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"