if under_udev && filter_devices; then
	debug "... device omitted by filter_devices()."
	exit 0
fi

# vim:syn=sh
