diff options
author | Matt Colyer | 2009-03-24 10:01:25 -0700 |
---|---|---|
committer | Matt Colyer | 2009-03-24 10:01:25 -0700 |
commit | 0114d8da493e69f14bc2669ae0ec6b9813b237cf (patch) | |
tree | 08ecfcb23f61ffa4b1066da4c4a2367672ab31d1 /udev/set-usb-configuration-3.sh | |
parent | 127a5934b593ea7fd34b16477e6dd5619101bcb9 (diff) | |
download | libimobiledevice-0114d8da493e69f14bc2669ae0ec6b9813b237cf.tar.gz libimobiledevice-0114d8da493e69f14bc2669ae0ec6b9813b237cf.tar.bz2 |
Added support for forcing the iPhone into configuration 3 through udev to allow automounting support.
Diffstat (limited to 'udev/set-usb-configuration-3.sh')
-rwxr-xr-x | udev/set-usb-configuration-3.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/udev/set-usb-configuration-3.sh b/udev/set-usb-configuration-3.sh new file mode 100755 index 0000000..ace07f0 --- /dev/null +++ b/udev/set-usb-configuration-3.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +echo 3 > /sys$DEVPATH/bConfigurationValue |