On Tuesday, October 19, 2010 05:20:17 Jonathan Corbet wrote:
> On Sat, 16 Oct 2010 10:44:56 -0300
> Mauro Carvalho Chehab wrote:
>
> > drivers/media/video/via-camera.c: In function ‘viacam_open’:
> > drivers/media/video/via-camera.c:651: error: too few arguments to function
> > ‘videobuf_queue_s
> I might be able to find some hardware still lying around here that uses an
> i810. Not sure unless I go hunting it. But I get the impression that if
> the kernel is a single-CPU kernel there is not any problem anyway? Don't
> distros offer a non-smp kernel as an installation option in case the us
On Mon, 18 Oct 2010, Steven Rostedt wrote:
> On Tue, 2010-10-19 at 12:45 +1000, Dave Airlie wrote:
> > On Tue, Oct 19, 2010 at 12:24 PM, Greg KH wrote:
>
> > > So, there is no need for the i830 driver? Can it just be removed
> > > because i915 works instead?
> >
> > No because it provides a
> -Original Message-
> From: Nilofer, Samreen
> Sent: Monday, October 18, 2010 9:32 AM
> To: Hiremath, Vaibhav
> Cc: linux-media@vger.kernel.org; Nilofer, Samreen
> Subject: [PATCH 1/1] OMAP3: V4L2: Kconfig changes to enable V4L2 options
> on OMAP3
>
> The defconfig options for V4L2 are ta
>>
>> like I'm sure the intersection of this driver and reality are getting
>> quite limited, but its still a userspace ABI change and needs to be
>> treated as such. Xorg 6.7 and XFree86 4.3 were the last users of the
>> old driver/API.
>
> Thus, you are saying that this will break for people with
On Tue, 2010-10-19 at 12:45 +1000, Dave Airlie wrote:
> On Tue, Oct 19, 2010 at 12:24 PM, Greg KH wrote:
> > So, there is no need for the i830 driver? Can it just be removed
> > because i915 works instead?
>
> No because it provides a different userspace ABI to the i915 driver to
> a different
On Sat, 16 Oct 2010 10:44:56 -0300
Mauro Carvalho Chehab wrote:
> drivers/media/video/via-camera.c: In function ‘viacam_open’:
> drivers/media/video/via-camera.c:651: error: too few arguments to function
> ‘videobuf_queue_sg_init’
> The fix for this one is trivial:
> drivers/media/video/via-cam
On Tue, Oct 19, 2010 at 12:24 PM, Greg KH wrote:
> On Tue, Oct 19, 2010 at 10:57:43AM +1000, Dave Airlie wrote:
>> On Tue, Oct 19, 2010 at 10:40 AM, Greg KH wrote:
>> > On Tue, Oct 19, 2010 at 09:00:09AM +1000, Dave Airlie wrote:
>> >> On Tue, Oct 19, 2010 at 4:43 AM, Greg KH wrote:
>> >> > On M
On Tue, Oct 19, 2010 at 10:57:43AM +1000, Dave Airlie wrote:
> On Tue, Oct 19, 2010 at 10:40 AM, Greg KH wrote:
> > On Tue, Oct 19, 2010 at 09:00:09AM +1000, Dave Airlie wrote:
> >> On Tue, Oct 19, 2010 at 4:43 AM, Greg KH wrote:
> >> > On Mon, Oct 18, 2010 at 05:42:06PM +0200, Arnd Bergmann wrot
On Tue, Oct 19, 2010 at 10:40 AM, Greg KH wrote:
> On Tue, Oct 19, 2010 at 09:00:09AM +1000, Dave Airlie wrote:
>> On Tue, Oct 19, 2010 at 4:43 AM, Greg KH wrote:
>> > On Mon, Oct 18, 2010 at 05:42:06PM +0200, Arnd Bergmann wrote:
>> >>
>> >> Out of the remaining modules, I guess i810/i830, adfs,
On Tue, Oct 19, 2010 at 09:00:09AM +1000, Dave Airlie wrote:
> On Tue, Oct 19, 2010 at 4:43 AM, Greg KH wrote:
> > On Mon, Oct 18, 2010 at 05:42:06PM +0200, Arnd Bergmann wrote:
> >>
> >> Out of the remaining modules, I guess i810/i830, adfs, hpfs and ufs might
> >> end
> >> up not getting fixed
Mauro,
All the patches are OK with me. Also, it does not make sense to write another
driver if there is one for MCE IR remote.
Sri
-Original Message-
From: Mauro Carvalho Chehab [mailto:mche...@redhat.com]
Sent: Monday, October 18, 2010 3:53 PM
To: Sri Deevi; ja...@redhat.com; Linux Me
On Tue, Oct 19, 2010 at 4:43 AM, Greg KH wrote:
> On Mon, Oct 18, 2010 at 05:42:06PM +0200, Arnd Bergmann wrote:
>>
>> Out of the remaining modules, I guess i810/i830, adfs, hpfs and ufs might end
>> up not getting fixed at all, we can either mark them non-SMP or move them
>> to drivers/staging on
cx231xx has a stub for IR handling, but this is incomplete. However, as
the IR were designed to work with a standard MCE driver on another OS,
the better is to just drop the cx231xx internal handling, and let the
mceusb driver take care of the protocol.
Maybe some adjustments may be needed, to be
Interface 0 is used by IR. The current driver starts initializing
on it, finishing on interface 6. Change the logic to only handle
interface 1. This allows another driver (mceusb) to take care of
the IR interface.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/video/cx231xx/cx23
Polaris design uses MCE support. Instead of reinventing the wheel,
just let mceusb handle the remote controller.
Signed-off-by: Mauro Carvalho Chehab
delete mode 100644 drivers/media/video/cx231xx/cx231xx-input.c
diff --git a/drivers/media/video/cx231xx/cx231xx-cards.c
b/drivers/media/video/c
For now, it adds support for Conexant EVK and for Pixelview.
We should probably find a better way to specify all Conexant
Polaris devices, to avoid needing to repeat this setup on
both mceusb and cx231xx-cards.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/IR/mceusb.c b/drivers
The QVGA mode has a green horizontal line on the left hand side, and a red
(or sometimes blue) vertical line at the bottom. Tweak the visible area
to remove them.
Thanks to Mauro for explaining how to fix this.
Signed-off-by: Daniel Drake
---
drivers/media/video/ov7670.c |8
1 file
On Mon, Oct 18, 2010 at 09:46:15PM +0200, Hervé Cauwelier wrote:
> I've uploaded the compressed installer at http://dl.free.fr/p2BTq9BNi
The driver mentiones two video decoders:
- TI TVP5150
- Trident AVF4900B/AVF4910B
If it is the first one, sniffed USB traffic might be enough to write a
driver
On Sun, Jun 20, 2010 at 07:20:46AM -, Joe Perches wrote:
> Use the standard error logging mechanisms.
> Add #define pr_fmt(fmt) KBUILD_MODNAME ":%s" fmt, __func__
> Remove __func__ from err calls, add '\n', rename to pr_err
>
> Signed-off-by: Joe Perches
Since I haven't got around to actuall
Hi Jean-Francois,
Jean-Francois Moine wrote:
> On Sun, 17 Oct 2010 13:08:01 +0200
> Németh Márton wrote:
>
>> The PO2030N sensor chip found in hama AC-150 webcam supports vertical
>> flipping the image by hardware. Add support for this in the
>> gspca_sonixj driver also.
> [snip]
> The dri
On 10/18/10 20:57, Daniel Glöckner wrote:
On Mon, Oct 18, 2010 at 09:52:26AM +0200, Hervé Cauwelier wrote:
I got a USB video grabber, which is a dumb analog video converter.
Installing it under Windows with the given drivers reveals it as
"AF9035 Analog Capture Filter", when capturing from VLC
On Monday, October 18, 2010 21:00:57 Mauro Carvalho Chehab wrote:
> Em 15-10-2010 09:23, Hans Verkuil escreveu:
> > On Friday, October 15, 2010 14:05:39 Mauro Carvalho Chehab wrote:
> >> Em 15-10-2010 07:02, Hans Verkuil escreveu:
> >>> On Friday, October 15, 2010 11:05:26 Andrew Morton wrote:
> >>
This message is generated daily by a cron job that builds v4l-dvb for
the kernels and architectures in the list below.
Results of the daily build of v4l-dvb:
date:Mon Oct 18 19:00:19 CEST 2010
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 15164:1da5fed5c8b2
git master:
Em 15-10-2010 09:23, Hans Verkuil escreveu:
> On Friday, October 15, 2010 14:05:39 Mauro Carvalho Chehab wrote:
>> Em 15-10-2010 07:02, Hans Verkuil escreveu:
>>> On Friday, October 15, 2010 11:05:26 Andrew Morton wrote:
On Fri, 15 Oct 2010 10:45:45 +0200 Hans Verkuil wrote:
> On Thu
On Mon, Oct 18, 2010 at 09:52:26AM +0200, Hervé Cauwelier wrote:
> I got a USB video grabber, which is a dumb analog video converter.
>
> Installing it under Windows with the given drivers reveals it as
> "AF9035 Analog Capture Filter", when capturing from VLC for example.
There is no open source
On Mon, Oct 18, 2010 at 05:42:06PM +0200, Arnd Bergmann wrote:
>
> Out of the remaining modules, I guess i810/i830, adfs, hpfs and ufs might end
> up not getting fixed at all, we can either mark them non-SMP or move them
> to drivers/staging once all the others are done.
I recommend moving them t
Hi,
Jean-Francois Moine írta:
> On Sun, 17 Oct 2010 16:45:03 +0200
> Németh Márton wrote:
>
>> The usb_control_msg() may return error at any time so it is necessary
>> to handle it. The error handling mechanism is taken from the pac7302.
>>
>> The resulting driver was tested with hama AC-150 webc
On Monday 18 October 2010 18:19:24 Christoph Hellwig wrote:
> Before we get into all these fringe drivers:
>
> - I've not seen any progrss on ->get_sb BKL removal for a while
Not sure what you mean. Jan Blunck did the pushdown into get_sb
last year, which is included into linux-next through my b
Hello,
Since upgrading to a 2.6.35 kernel I've found out that all FM radio
stations have been offset by 2.75Mhz . Card is AVERMEDIA A16D, using
XC3028 tuner (firmware v27).
I've bisected the issue to commit:
7f2199c03b4946f1b79514b3411e3dbf130a6bba
V4L/DVB: tuner-xc2028: fix tuning logic to so
Before we get into all these fringe drivers:
- I've not seen any progrss on ->get_sb BKL removal for a while
- locks.c is probably a higher priorit, too.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordom
On Mon, Oct 18, 2010 at 9:20 AM, Hans Verkuil wrote:
>
>> On Sun, Oct 17, 2010 at 8:52 AM, Hans Verkuil wrote:
>>> On Sunday, October 17, 2010 14:26:18 Hans Verkuil wrote:
- serialize the suspend and resume functions using the global lock.
- do not call usb_autopm_put_interface after a
On Monday, October 18, 2010 16:55:40 David Ellingsworth wrote:
> OK, I see how this fixes it now.. You added the video_is_registered
> check inside v4l2_open after acquiring the device lock. So while it
> fixes that race it's rather ugly and very difficult to follow. In this
> case, the original co
This is a update on the current progress for the BKL removal, reflecting
what is currently in linux-next.
Maybe we can briefly discuss this at the kernel summit to decide if we
want a quick death of the BKL, i.e. fixing/disabling/staging-out the
remaining users in 2.6.38 or rather leave them there
On Mon, Oct 18, 2010 at 10:35 AM, David Ellingsworth
wrote:
> On Mon, Oct 18, 2010 at 10:18 AM, Hans Verkuil wrote:
>>
>>> On Mon, Oct 18, 2010 at 9:38 AM, Hans Verkuil wrote:
> On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil
> wrote:
>> - serialize the suspend and resume functio
On Mon, 2010-10-18 at 16:33 +0200, Hans de Goede wrote:
> Hi,
>
> NACK
>
> The byte ordering in v4l1's VIDEO_PALETTE_RGB24 was never really
> clear, but the kernel v4l1 compatibility ioctl handling has
> been mapping VIDEO_PALETTE_RGB24 <-> V4L2_PIX_FMT_BGR24
> for ever and many v4l1 apps actuall
On Mon, Oct 18, 2010 at 10:18 AM, Hans Verkuil wrote:
>
>> On Mon, Oct 18, 2010 at 9:38 AM, Hans Verkuil wrote:
>>>
On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil
wrote:
> - serialize the suspend and resume functions using the global lock.
> - do not call usb_autopm_put_interfac
Hi,
NACK
The byte ordering in v4l1's VIDEO_PALETTE_RGB24 was never really
clear, but the kernel v4l1 compatibility ioctl handling has
been mapping VIDEO_PALETTE_RGB24 <-> V4L2_PIX_FMT_BGR24
for ever and many v4l1 apps actually expect VIDEO_PALETTE_RGB24
to be BGR24. The only one I know of to get
> On Mon, Oct 18, 2010 at 9:38 AM, Hans Verkuil wrote:
>>
>>> On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil
>>> wrote:
- serialize the suspend and resume functions using the global lock.
- do not call usb_autopm_put_interface after a disconnect.
- fix a race when disconnecting the
Hello.
On Mon, 2010-10-18 at 11:41 -0200, ext Mauro Carvalho Chehab wrote:
> Em 18-10-2010 11:17, Hans Verkuil escreveu:
> > Just a few very small comments:
>
> >> +For future use the
> >> +flag V4L2_TUNER_SUB_RDS_CONTROLS has also been
> >> +defined. However, a driver for a radio tuner with this
On Mon, Oct 18, 2010 at 9:38 AM, Hans Verkuil wrote:
>
>> On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil wrote:
>>> - serialize the suspend and resume functions using the global lock.
>>> - do not call usb_autopm_put_interface after a disconnect.
>>> - fix a race when disconnecting the device.
>>>
> Em 18-10-2010 11:17, Hans Verkuil escreveu:
>> Just a few very small comments:
>
>>> +For future use the
>>> +flag V4L2_TUNER_SUB_RDS_CONTROLS has also been
>>> +defined. However, a driver for a radio tuner with this capability does
>>> +not yet exist, so if you are planning to write such a driv
Add a couple of words about the spacing field in the HW seek struct,
also a few words about the new RDS tuner capability flags
V4L2_TUNER_CAP_RDS_BLOCK-IO and V4L2_TUNER_CAP_RDS_CONTROLS.
Signed-off-by: Matti J. Aaltonen
---
Documentation/DocBook/v4l/dev-rds.xml | 68 +
Hi.
Thanks for the comments:
On Mon, 2010-10-18 at 15:17 +0200, ext Hans Verkuil wrote:
> Just a few very small comments:
OK...
>> +the linux-media mailing list: &v4l-ml;.
>
> Change to:
>
> not yet exist, so if you are planning to write such a driver you
> should discuss this on the linux-m
Em 18-10-2010 11:17, Hans Verkuil escreveu:
> Just a few very small comments:
>> +For future use the
>> +flag V4L2_TUNER_SUB_RDS_CONTROLS has also been
>> +defined. However, a driver for a radio tuner with this capability does
>> +not yet exist, so if you are planning to write such a driver the be
> On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil wrote:
>> - serialize the suspend and resume functions using the global lock.
>> - do not call usb_autopm_put_interface after a disconnect.
>> - fix a race when disconnecting the device.
>>
>> Reported-by: David Ellingsworth
>> Signed-off-by: Hans
> On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil wrote:
>> - serialize the suspend and resume functions using the global lock.
>> - do not call usb_autopm_put_interface after a disconnect.
>> - fix a race when disconnecting the device.
>>
>> Reported-by: David Ellingsworth
>> Signed-off-by: Hans
On Sat, 16 Oct 2010 10:44:56 -0300
Mauro Carvalho Chehab wrote:
> Hmm... do you need BKL? Otherwise, you should be using, instead,
> .unlocked_ioctl.
No, that was just silly.
> Btw, the driver build is broken:
And that, it seems, indicates that I'm making my patch against the
wrong tree. I'l
On Sun, Oct 17, 2010 at 8:26 AM, Hans Verkuil wrote:
> - serialize the suspend and resume functions using the global lock.
> - do not call usb_autopm_put_interface after a disconnect.
> - fix a race when disconnecting the device.
>
> Reported-by: David Ellingsworth
> Signed-off-by: Hans Verkuil
> Em 18-10-2010 10:58, Sylwester Nawrocki escreveu:
>>
>> Hello Hans,
>>
>> On 10/17/2010 10:14 PM, Hans Verkuil wrote:
>>> On Sunday, October 17, 2010 21:28:29 Mauro Carvalho Chehab wrote:
This is an automatic generated email to let you know that the
following patch were queued at the
>
> On Sun, Oct 17, 2010 at 8:52 AM, Hans Verkuil wrote:
>> On Sunday, October 17, 2010 14:26:18 Hans Verkuil wrote:
>>> - serialize the suspend and resume functions using the global lock.
>>> - do not call usb_autopm_put_interface after a disconnect.
>>> - fix a race when disconnecting the device.
Just a few very small comments:
> Add a couple of words about the spacing field in the HW seek struct,
> also a few words about the new RDS tuner capability flags
> V4L2_TUNER_CAP_RDS_BLOCK-IO and V4L2_TUNER_CAP_RDS_CONTROLS.
>
> Signed-off-by: Matti J. Aaltonen
> ---
> Documentation/DocBook/v4l
On Sun, Oct 17, 2010 at 8:52 AM, Hans Verkuil wrote:
> On Sunday, October 17, 2010 14:26:18 Hans Verkuil wrote:
>> - serialize the suspend and resume functions using the global lock.
>> - do not call usb_autopm_put_interface after a disconnect.
>> - fix a race when disconnecting the device.
>
> Re
Em 18-10-2010 10:58, Sylwester Nawrocki escreveu:
>
> Hello Hans,
>
> On 10/17/2010 10:14 PM, Hans Verkuil wrote:
>> On Sunday, October 17, 2010 21:28:29 Mauro Carvalho Chehab wrote:
>>> This is an automatic generated email to let you know that the following
>>> patch were queued at the
>>> htt
Add a couple of words about the spacing field in the HW seek struct,
also a few words about the new RDS tuner capability flags
V4L2_TUNER_CAP_RDS_BLOCK-IO and V4L2_TUNER_CAP_RDS_CONTROLS.
Signed-off-by: Matti J. Aaltonen
---
Documentation/DocBook/v4l/dev-rds.xml | 60 +
Hello.
Thank you for the comments. Here are my comments to Hans's comments:
On Thu, 2010-10-14 at 08:41 +0200, ext Hans Verkuil wrote:
>
> This can be improved a bit:
Yes...
> I think that for now we should only mention BLOCK_IO here since we do
> not know yet what controls would be used if th
Hello Hans,
On 10/17/2010 10:14 PM, Hans Verkuil wrote:
> On Sunday, October 17, 2010 21:28:29 Mauro Carvalho Chehab wrote:
>> This is an automatic generated email to let you know that the following
>> patch were queued at the
>> http://git.linuxtv.org/media_tree.git tree:
>>
>> Subject: [media
libv4l1: When asked for RGB, return RGB and not BGR
Signed-off-by: Marc Deslauriers
---
lib/libv4l1/libv4l1.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/libv4l1/libv4l1.c b/lib/libv4l1/libv4l1.c
index cb53899..202f020 100644
--- a/lib/libv4l1/libv4l1.c
++
Em 18-10-2010 06:27, André Weidemann escreveu:
> Hello Mauro,
>
> On 19.09.2010 11:46, SE wrote:
>> hi list
>>
>> v4l-dvb still lacks fast and reliable dvb-s lock for stb08899 chipsets. This
>> problem was adressed by Alex Betis two years ago [1]+[2]resulting in a patch
>> [3] that made its way in
Em 18-10-2010 04:34, Jean-Francois Moine escreveu:
> On Sun, 17 Oct 2010 19:20:31 -0200
> Mauro Carvalho Chehab wrote:
>
>> == Gspca patches - Waiting Jean-Francois Moine
>> review ==
>>
>> Jul, 8 2010: video:gspca.c Fix warning: case value '7' not in
>> enumerated type 'enum http:
On Sun, 17 Oct 2010 13:08:01 +0200
Németh Márton wrote:
> The PO2030N sensor chip found in hama AC-150 webcam supports vertical
> flipping the image by hardware. Add support for this in the
> gspca_sonixj driver also.
[snip]
Hi Németh,
The driver sonixj has changed in staging/2.6.37. I
Acked-by: Hans Verkuil
> Add either V4L2_TUNER_CAP_RDS_BLOCK_IO or V4L2_TUNER_CAP_RDS_CONTROLS
> bit to tuner or modulator capabilities of existing drivers of devices with
> RDS capability.
>
> Signed-off-by: Matti J. Aaltonen
> ---
> drivers/media/radio/radio-cadet.c|3 ++-
This patch adds audio DMA capture and ALSA mixer elements for the line
input jack of the Hauppauge Nova-S-plus DVB-S PCI card. The Nova-S-plus
has a WM8775 ADC that is currently not detected. This patch enables
this chip and exports volume, balance mute and ALC elements for ALSA
mixer controls.
Add either V4L2_TUNER_CAP_RDS_BLOCK_IO or V4L2_TUNER_CAP_RDS_CONTROLS
bit to tuner or modulator capabilities of existing drivers of devices with
RDS capability.
Signed-off-by: Matti J. Aaltonen
---
drivers/media/radio/radio-cadet.c|3 ++-
drivers/media/radio/si470x/radio-si47
Fix the following compilation warnings:
drivers/media/video/sr030pc30.c: In function ‘cam_i2c_write’:
drivers/media/video/sr030pc30.c:356: warning: ‘ret’ may be used uninitialized
in this function
drivers/media/video/sr030pc30.c: In function ‘sr030pc30_set_params’:
drivers/media/video/sr030pc30.c
2010/10/15 Laurent Pinchart :
> Hi Bastian,
>
> On Friday 15 October 2010 13:59:24 Bastian Hecht wrote:
>> Hello ISP driver developers,
>>
>> after the lastest pull of branch 'devel' of
>> git://gitorious.org/maemo-multimedia/omap3isp-rx51 I get a segfault
>> when I register my ISP_device.
>> The s
On 10/17/2010 09:29 PM, Mauro Carvalho Chehab wrote:
> Em 12-10-2010 06:52, Sylwester Nawrocki escreveu:
>> Hi Mauro,
>>
>>
>> The following changes since commit 9147e3dbca0712a5435cd2ea7c48d39344f904eb
>>
>> V4L/DVB: cx231xx: use core-assisted lock (Sat Oct 9 13:13:35 2010)
>>
>> are available in
Hello Mauro,
On 19.09.2010 11:46, SE wrote:
hi list
v4l-dvb still lacks fast and reliable dvb-s lock for stb08899 chipsets. This
problem was adressed by Alex Betis two years ago [1]+[2]resulting in a patch
[3] that made its way into s2-liplianin, not v4l-dvb.
With minor adjustments by me this
Hi,
On 10/14/2010 01:16 PM, Gary Thomas wrote:
Hans,
Please forgive the direct email; try as I might, I could not
find any other vehicle to discuss this (feel free to steer me
to the proper place).
There indeed is a lack of a mailinglist or forum for
v4l-utils. This has been discussed before
Hi,
I got a USB video grabber, which is a dumb analog video converter.
Installing it under Windows with the given drivers reveals it as "AF9035
Analog Capture Filter", when capturing from VLC for example.
I couldn't find any direct support for Linux but only when coupled with
a DVB tuner or
70 matches
Mail list logo