# $Id$ attach 200 { device-name "uhid[0-9]+"; match "product" "0x1016"; match "vendor" "0x077d"; action "/usr/local/etc/rc.d/SteeringWheelRemote $device-name start"; }; detach 200 { device-name "uhid[0-9]+"; match "product" "0x1016"; match "vendor" "0x077d"; action "/usr/local/etc/rc.d/SteeringWheelRemote $device-name stop"; };