# iPhone USB Ethernet Driver
#
# This configuration forces modprobe to execute device pairing after loading
# the driver and device unpairing before removing it.

install ipheth /sbin/modprobe --ignore-install ipheth && /usr/bin/idevicepair pair
remove ipheth /usr/bin/idevicepair unpair && /sbin/modprobe -r --ignore-remove ipheth

