https://bugzilla.novell.com/show_bug.cgi?id=716996 https://bugzilla.novell.com/show_bug.cgi?id=716996#c13 --- Comment #13 from Mark Dueck <mark@dueck.bz> 2011-10-15 19:21:46 UTC --- sorry it took this long. I tried in between to upgrade to the Beta 1, but something messed up - totally my fault. result of udevadm info -a --name=/dev/input/event1 : Udevadm info starts with the device specified by the devpath and then walks up the chain of parent devices. It prints for every device found, all possible attributes in the udev rules key format. A rule to match, can be composed by the attributes of the device and the attributes from one single parent device. looking at device '/devices/platform/i8042/serio1/input/input1/event1': KERNEL=="event1" SUBSYSTEM=="input" DRIVER=="" looking at parent device '/devices/platform/i8042/serio1/input/input1': KERNELS=="input1" SUBSYSTEMS=="input" DRIVERS=="" ATTRS{name}=="PS/2 Generic Mouse" ATTRS{phys}=="isa0060/serio1/input0" ATTRS{uniq}=="" ATTRS{properties}=="0" looking at parent device '/devices/platform/i8042/serio1': KERNELS=="serio1" SUBSYSTEMS=="serio" DRIVERS=="psmouse" ATTRS{description}=="i8042 AUX port" ATTRS{bind_mode}=="auto" ATTRS{protocol}=="PS/2" ATTRS{rate}=="100" ATTRS{resolution}=="200" ATTRS{resetafter}=="5" ATTRS{resync_time}=="0" looking at parent device '/devices/platform/i8042': KERNELS=="i8042" SUBSYSTEMS=="platform" DRIVERS=="i8042" looking at parent device '/devices/platform': KERNELS=="platform" SUBSYSTEMS=="" DRIVERS=="" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.