--- 52-digilent-usb.rules.old 2011-11-22 12:18:27.030225415 +0000 +++ 52-digilent-usb.rules 2011-11-22 12:30:16.546381637 +0000 @@ -31,8 +31,8 @@ # Create "/dev" entries for Digilent device's with read and write # permission granted to all users. -SYSFS{idVendor}=="1443", MODE="666" -ACTION=="add", SYSFS{idVendor}=="0403", SYSFS{manufacturer}=="Digilent", MODE="666", RUN+="/usr/sbin/dftdrvdtch %s{busnum} %s{devnum}" +ATTRS{idVendor}=="1443", MODE="666" +ACTION=="add", ATTRS{idVendor}=="0403", ATTRS{manufacturer}=="Digilent", MODE="666", RUN+="/usr/sbin/dftdrvdtch %s{busnum} %s{devnum}" # The following rules (if present) cause UDEV to ignore all UEVENTS for # which the subsystem is "usb_endpoint" and the action is "add" or