summaryrefslogtreecommitdiffstats
path: root/system/ipheth-driver/ipheth.conf.idevicepair
blob: 212dc8c3bd82576bc72bb65558f3701000ba0d34 (plain)
1
2
3
4
5
6
7
8
# 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