On Ter, 2013-01-29 at 01:52 +0100, Lennart Poettering wrote:
> > like : 
> > cat /etc/udev/rules.d/90-vboxdrv.rules 
> > SUBSYSTEM=="usb_device", ACTION=="add", RUN+="VBoxCreateUSBNode.sh
> > $major $minor $attr{bDeviceClass} vboxusers"
> > SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", RUN
> > +="VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers"
> > SUBSYSTEM=="usb_device", ACTION=="remove", RUN
> +="VBoxCreateUSBNode.sh
> > --remove $major $minor"
> > SUBSYSTEM=="usb", ACTION=="remove", ENV{DEVTYPE}=="usb_device", RUN
> > +="VBoxCreateUSBNode.sh --remove $major $minor"
> 
> Ahum, you are aware that this will run your script for any USB device
> plugged in? Which Fedora package includes this? This code really looks
> really not right. 

vboxdrv should give you a hint , VirtualBox drives 

I need add some USB udev rules ... 
After insert 90-vboxdrv.rules , I need reload rules didn't I ? 

Thanks, 
-- 
Sérgio M. B.

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to