[PATCH] Port xf86-video-v4l driver to V4L2

Thierry Vignaud thierry.vignaud at gmail.com
Tue Feb 8 02:12:25 PST 2011


On 8 February 2011 10:42, Mauro Carvalho Chehab <mchehab at redhat.com> wrote:
> @@ -57,16 +65,16 @@ static MODULESETUPPROTO(v4lSetup);
>
>  static XF86ModuleVersionInfo v4lVersRec =
>  {
> -        "v4l",
> -        MODULEVENDORSTRING,
> -        MODINFOSTRING1,
> -        MODINFOSTRING2,
> -        XORG_VERSION_CURRENT,
> -        0, 1, 1,
> -        ABI_CLASS_VIDEODRV,
> -        ABI_VIDEODRV_VERSION,
> -        MOD_CLASS_NONE,
> -        {0,0,0,0}
> +    "v4l",
> +    MODULEVENDORSTRING,
> +    MODINFOSTRING1,
> +    MODINFOSTRING2,
> +    XORG_VERSION_CURRENT,
> +    0, 1, 1,
> +    ABI_CLASS_VIDEODRV,
> +    ABI_VIDEODRV_VERSION,
> +    MOD_CLASS_NONE,
> +    {0,0,0,0}
>  };

Looks like there's a lot of gratuitous space change mixed with real changes
which makes harder to see what's actually changed...


More information about the xorg-devel mailing list