Comment 8 for bug 762128

Revision history for this message
Lennart Regebro (regebro-gmail) wrote :

My "/usr/local/etc/udev/rules.d/isight.rules" files had idProduct set to 8300, while lsusb showed that the product id is 8501. Modifying isight.rules to

ACTION=="add", ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="8501", RUN+="/usr/local/lib/udev/ift-load --firmware /lib/firmware/isight.fw"

Fixed the problem for me. This is probably a bug in the tools that sets the wrong product id.