slackbuilds_ponce/system/ipheth-driver/ipheth.conf.idevicepair

9 lines
333 B
Text
Raw Normal View History

# 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