On 6/9/06, Daevid Vincent <[EMAIL PROTECTED]> wrote:
Thanks everybody that was the trick. I settled upon this:BUS=="usb", KERNEL=="sd?1", SYSFS{idVendor}=="0ef5", SYSFS{idProduct}=="2202", SYMLINK="istick%n", MODE="0666"
One problem with this. Udev will apply all matching rules until it finds one with a NAME entry. So you probably want MODE:="0666" to prevent any later rules from overwriting your mode. -Richard -- [email protected] mailing list

