Talk:HOWTO static USB mouse
From Gentoo Linux Wiki
According to this artcile you will notice that the mixing of Kernel, Bus, and SYSFS{modalias} shouldn't work in theory. Instead, the author could have used Kernel, Subsystem, and SYSFS{dev} or the Bus and SYSFS{modalias} as identifiers. I personally used the prior to get the symlink working on my computer's setup.
Not sure about that: from udevinfo:
Udevinfo 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.
- Plut0nium 10:46, 4 November 2006 (UTC)
