diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-10-08 11:14:20 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-10-08 11:14:20 +0000 |
commit | 90ca244669504fe6a1a6a2760da9ce71c8742f4c (patch) | |
tree | f35d85a581d3913a1da2220b9154afeae5eb373a /input | |
parent | e3c231967270c94f9f147aab63be90e5c217fdaf (diff) |
Use the CreateSecureDevice method
Diffstat (limited to 'input')
-rwxr-xr-x | input/test-input | 2 |
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) |