blob: 13f7ffbcae736068c8ee67696bb621e05963cf1d (
plain)
1
2
3
4
5
6
7
|
# iPhone USB Ethernet Driver
#
# This configuration forces modprobe to execute device pairing after loading
# the driver.
install ipheth /sbin/modprobe --ignore-install ipheth && /lib/udev/ipheth-pair
|