commit | 02e30f5f77e0aea121137be19c8e5d5a36cd5bf8 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Mar 01 20:33:15 2011 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 02 11:34:15 2011 +0100 |
tree | 8695b2c400d075fa5b2d3444eb118180097321a2 | |
parent | e572dca4cc219cdf61ced42998f7e100aa9cfefc [diff] [blame] |
server: Pass the original hardware input data to the server and set the message parameters on the server side.
diff --git a/tools/make_requests b/tools/make_requests index 22be2f7..445ad06 100755 --- a/tools/make_requests +++ b/tools/make_requests
@@ -51,6 +51,7 @@ "luid_t" => [ 8, 4, "&dump_luid" ], "ioctl_code_t" => [ 4, 4, "&dump_ioctl_code" ], "cpu_type_t" => [ 4, 4, "&dump_cpu_type" ], + "hw_input_t" => [ 32, 8, "&dump_hw_input" ], ); my @requests = ();