#!/bin/sh -e
# /usr is not guaranteed to be mounted when udev starts

(
	. /lib/udev/hotplug.functions
	wait_for_file /lib/udev/hid2hci
	exec /lib/udev/hid2hci "$@"
) &
