summaryrefslogtreecommitdiff
path: root/debian/bluez_agent.udev
blob: 11888bd4d5e1e3805d9490b4a190b6c922b9b063 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -e
# /usr is not guaranteed to be mounted when udev starts

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