[mythtv-users] pcHDTV HD-3000 2.0 Drivers

Blair Preston bpreston at collabras.com
Sat Jun 11 21:16:06 UTC 2005


Thanx David, I'll give these a try.

-Blair

David Sims (dl.sims at comcast.net) wrote:
>
> Here's a diff for the changes I made to the cx88-atsc.c source file in
> the 2.0 driver.
>
> # diff -U 4 cx88-atsc.c.orig cx88-atsc.c
> --- cx88-atsc.c.orig    2005-03-20 14:11:27.000000000 -0700
> +++ cx88-atsc.c 2005-03-20 15:00:01.000000000 -0700
> @@ -466,9 +466,21 @@
>                  return 0;
>          }
>          /* ------ input switching ---------- */
>          case VIDIOC_ENUMINPUT:
> -               return -ENOIOCTLCMD;
> +       {
> +               struct v4l2_input *input = arg;
> +               if( input->index > 0 ) return -EINVAL;
> +               sprintf( input->name, "Television




More information about the mythtv-users mailing list