diff options
author | Matt Colyer | 2009-03-25 21:32:54 -0700 |
---|---|---|
committer | Matt Colyer | 2009-03-25 21:32:54 -0700 |
commit | 443edc808d8b2e0ac8d6c497248815a5a1a5a9c9 (patch) | |
tree | 695e1b01fe2d1c0161557a710f1abc47383289bb /udev/set-usb-configuration-3.sh | |
parent | 91c644487bc23f929f06485073f9d992a547f00d (diff) | |
download | libimobiledevice-443edc808d8b2e0ac8d6c497248815a5a1a5a9c9.tar.gz libimobiledevice-443edc808d8b2e0ac8d6c497248815a5a1a5a9c9.tar.bz2 |
Removed ugly bash script that set the configuration value.
Diffstat (limited to 'udev/set-usb-configuration-3.sh')
-rwxr-xr-x | udev/set-usb-configuration-3.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/udev/set-usb-configuration-3.sh b/udev/set-usb-configuration-3.sh deleted file mode 100755 index ace07f0..0000000 --- a/udev/set-usb-configuration-3.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -echo 3 > /sys$DEVPATH/bConfigurationValue |