Comment 4 for bug 210421

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote :

Your rules are for an older kernel than the one in Hardy.

You will need to make a similar change to that as has been made in 40-permissions.rules, ie. instead of matching SUBSYSTEM=="usb_device" you need to match SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device"

e.g.

SUBSYSTEM=="usb", ENV{devtype}=="usb_device", SYSFS{idVendor}=="03eb", SYSFS{idProduct}=="2ffd", MODE:="0666"