From 90ca244669504fe6a1a6a2760da9ce71c8742f4c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 8 Oct 2007 11:14:20 +0000 Subject: Use the CreateSecureDevice method --- input/test-input | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/test-input') 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) -- cgit