diff options
author | Guillermo Ramos | 2011-08-10 22:43:05 +0200 |
---|---|---|
committer | Guillermo Ramos | 2011-08-10 22:43:05 +0200 |
commit | a722d196c465bae07075819a8bdfb9e9376d2651 (patch) | |
tree | 560016efba95aff18637c5c7ee8ce7b623cb931f /pidevice/open.py | |
parent | 00d5bce9f24e2114316bd1165ebdad05644b7365 (diff) | |
download | lkm-a722d196c465bae07075819a8bdfb9e9376d2651.tar.gz |
AƱadidos pidevice y hang
Diffstat (limited to 'pidevice/open.py')
-rwxr-xr-x | pidevice/open.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pidevice/open.py b/pidevice/open.py new file mode 100755 index 0000000..d75f876 --- /dev/null +++ b/pidevice/open.py @@ -0,0 +1,4 @@ +#!/usr/bin/python2 + +f = open("/dev/pidevice", "r+"); +f.close() |