#An attempt to get fixed names for video devices
KERNEL=="video*", ATTR{name}=="cx88[0] video (ATI HDTV Wonder)", SYMLINK+="AnalogTuner"
KERNEL=="video*", ATTRS{idVendor}=="1d6bi", ATTRS{idProduct}=="0002", ATTRS{bcdDevice}=="0206", SYMLINK+="WebCam"
The two symbolic links it is intended to create never show up. I have no idea what I am doing wrong.