From: Andy Walls <awalls@md.metrocast.net>
To: Hans Verkuil <hverkuil@xs4all.nl>
Cc: 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: Sun, 12 Sep 2010 17:28:59 -0400 [thread overview]
Message-ID: <1284326939.2394.29.camel@localhost> (raw)
In-Reply-To: <1284325962.2394.24.camel@localhost>
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.
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
next prev parent reply other threads:[~2010-09-12 21: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 [this message]
2010-09-12 21:34 ` Andy Walls
2010-09-13 11:27 ` Mauro Carvalho Chehab
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=1284326939.2394.29.camel@localhost \
--to=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox