From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Andy Walls <awalls@md.metrocast.net>
Cc: Hans Verkuil <hverkuil@xs4all.nl>,
linux-media@vger.kernel.org, Hans de Goede <hdegoede@redhat.com>
Subject: Re: [GIT PATCHES FOR 2.6.37] Remove V4L1 support from the pwc driver
Date: Mon, 13 Sep 2010 08:27:59 -0300 [thread overview]
Message-ID: <4C8E0ABF.5060601@redhat.com> (raw)
In-Reply-To: <1284326939.2394.29.camel@localhost>
Em 12-09-2010 18:28, Andy Walls escreveu:
> On Sun, 2010-09-12 at 17:12 -0400, Andy Walls wrote:
>> On Sun, 2010-09-12 at 22:26 +0200, Hans Verkuil wrote:
>>
>>> And other news on the V4L1 front:
>>
>>> I'm waiting for test results on the cpia2 driver. If it works, then the V4L1
>>> support can be removed from that driver as well.
>>
>> FYI, that will break this 2005 vintage piece of V4L1 software people may
>> still be using for the QX5 microscope:
>
> Sorry, that is of course, if there is no V4L1 compat layer still in
> place.
>
> BTW, qx5view uses a private ioctl() to change the lights on a QX5 and
> not the V4L2 control.
The better would be to port qx5view to use libv4l and implement the new
illuminator ctrl on the driver and on the userspase app. Do you have
hardware for testing this?
>
> In qx5view:
>
> void setlight() {
> #define CPIA2_IOC_SET_GPIO _IOR('v', BASE_VIDIOCPRIVATE + 17, __u32)
> ioctl(dev, CPIA2_IOC_SET_GPIO, light_setting);
> }
>
>
> In the cpia2 driver:
>
> /* CPIA2 extension to Video4Linux API */
> case CPIA2_IOC_SET_GPIO:
> retval = ioctl_set_gpio(arg, cam);
> break;
>
> Yuck.
>
> Regards,
> Andy
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2010-09-13 11:28 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-12 20:26 [GIT PATCHES FOR 2.6.37] Remove V4L1 support from the pwc driver Hans Verkuil
2010-09-12 21:12 ` Andy Walls
2010-09-12 21:28 ` Andy Walls
2010-09-12 21:34 ` Andy Walls
2010-09-13 11:27 ` Mauro Carvalho Chehab [this message]
2010-09-13 13:30 ` Andy Walls
2010-09-13 16:34 ` Thomas Kaiser
2010-09-13 7:02 ` Hans Verkuil
2010-09-13 12:56 ` Andy Walls
2010-09-13 13:03 ` Hans Verkuil
2010-09-15 17:51 ` Hans Verkuil
-- strict thread matches above, loose matches on Subject: below --
2010-09-13 17:07 Andy Walls
2010-09-13 17:40 Andy Walls
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C8E0ABF.5060601@redhat.com \
--to=mchehab@redhat.com \
--cc=awalls@md.metrocast.net \
--cc=hdegoede@redhat.com \
--cc=hverkuil@xs4all.nl \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.