Re: [PATCH xorg-gtest v2] Add xorg::testing::evemu::Device

2012-03-06 Thread Stephen M. Webb
On 03/06/2012 08:23 PM, Chase Douglas wrote: Device uses utouch-evemu for input device recording playback through the Linux kernel. Signed-off-by: Chase Douglas Acked-by: Peter Hutterer --- Changes since v1: * Drop xorg::testing::evemu::Recording - Instead, simply call Device.Play() - The

[PATCH xorg-gtest v2] Add xorg::testing::evemu::Device

2012-03-06 Thread Chase Douglas
Device uses utouch-evemu for input device recording playback through the Linux kernel. Signed-off-by: Chase Douglas Acked-by: Peter Hutterer --- Changes since v1: * Drop xorg::testing::evemu::Recording - Instead, simply call Device.Play() - The overhead of opening a recording file each time