summaryrefslogtreecommitdiff
path: root/pidevice/open.py
diff options
context:
space:
mode:
authorGuillermo Ramos2011-08-10 22:43:05 +0200
committerGuillermo Ramos2011-08-10 22:43:05 +0200
commita722d196c465bae07075819a8bdfb9e9376d2651 (patch)
tree560016efba95aff18637c5c7ee8ce7b623cb931f /pidevice/open.py
parent00d5bce9f24e2114316bd1165ebdad05644b7365 (diff)
downloadlkm-a722d196c465bae07075819a8bdfb9e9376d2651.tar.gz
AƱadidos pidevice y hang
Diffstat (limited to 'pidevice/open.py')
-rwxr-xr-xpidevice/open.py4
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()