slackbuilds_ponce/system/ipheth-driver/ipheth.conf.idevicepair
Marco Bonetti c7088581e9 system/ipheth-driver: Added (iPhone USB Ethernet Driver)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2010-08-14 15:52:15 -04:00

8 lines
333 B
Text

# 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