[PATCH xorg-gtest] Drop mentioning of uTouch-Evemu in comments, rename to evemu

Chase Douglas chase.douglas at canonical.com
Mon Aug 13 09:40:59 PDT 2012


On 08/12/2012 11:26 PM, Peter Hutterer wrote:
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> ---
>   include/xorg/gtest/evemu/xorg-gtest-device.h | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/include/xorg/gtest/evemu/xorg-gtest-device.h b/include/xorg/gtest/evemu/xorg-gtest-device.h
> index 35e5459..223738e 100644
> --- a/include/xorg/gtest/evemu/xorg-gtest-device.h
> +++ b/include/xorg/gtest/evemu/xorg-gtest-device.h
> @@ -44,7 +44,7 @@ namespace evemu {
>   /**
>    * @class Device xorg-gtest_device.h xorg/gtest/evemu/xorg-gtest_device.h
>    *
> - * uTouch-Evemu input device for replaying events through the Linux uinput
> + * evemu input device for replaying events through the Linux uinput
>    * evdev subsystem.
>    *
>    * Use the Recording class to play back a specific recording.
> @@ -55,7 +55,7 @@ class Device {
>     /**
>      * Create a new device context.
>      *
> -   * @param [in] path Path to uTouch-Evemu device property file.
> +   * @param [in] path Path to evemu device property file.
>      *
>      * @throws std::runtime_error if the device property file could not be found
>      *         or the device could not be created.
> @@ -64,12 +64,12 @@ class Device {
>     ~Device();
>
>     /**
> -   * Play a uTouch-Evemu recording through the device.
> +   * Play a evemu recording through the device.
>      *
>      * Plays the recording from the beginning through the end. This call will
>      * block until the recording has finished.
>      *
> -   * @param [in] path Path to uTouch-Evemu recording file.
> +   * @param [in] path Path to evemu recording file.
>      *
>      * @throws std::runtime_error if playback failed for any reason.
>      */
>

Thanks for catching these!

Reviewed-by: Chase Douglas <chase.douglas at canonical.com>

And pushed as 5ebb15981bd81599f380f8a66578c7dc26ad3621.

Thanks!


More information about the xorg-devel mailing list