I want SUSE (11.1) to ignore my TomTom device to stop it competing with the guest Windows install running under vmware. The TomTom appears as two drives, both giving their vendor as TomTom (followed by a few spaces).
I have put this rule into /etc/udev/rules.d/40-tomtom.rules
ATTRS{vendor}=="TomTom*", ACTION=="add", OPTIONS+="ignore_device", OPTIONS+="last_rule"
but the device is still loaded by the kernel. How should I go about preventing this?
Many thanks,
Charles