summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-10-08 11:14:20 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-10-08 11:14:20 +0000
commit90ca244669504fe6a1a6a2760da9ce71c8742f4c (patch)
treef35d85a581d3913a1da2220b9154afeae5eb373a /input
parente3c231967270c94f9f147aab63be90e5c217fdaf (diff)
Use the CreateSecureDevice method
Diffstat (limited to 'input')
-rwxr-xr-xinput/test-input2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/test-input b/input/test-input
index 689e4723..a5fe9605 100755
--- a/input/test-input
+++ b/input/test-input
@@ -19,4 +19,4 @@ if (len(sys.argv) < 1):
address = sys.argv[1]
-device = input.CreateDevice(address)
+device = input.CreateSecureDevice(address)