Hello,
I'm trying to make a patch for a :zolid usb dvb-t receiver.
Like to try the "em28xx log parser" to decode the usbsnoop output.
According to:
http://www.linuxtv.org/wiki/index.php/Bus_snooping/sniffing
it has been out there at least once but so far no luck to find it.
So, the program or a l
From: POJAR GEORGE gmail.com>
Date: Fri, 7 Feb 2014 21:34:41 +0200
Subject: [PATCH] saa7134: Add support for Snazio TvPVR PRO
Signed-off-by: POJAR GEORGE gmail.com>
---
diff -ruN a/drivers/media/pci/saa7134/saa7134-cards.c
b/drivers/media/pci/saa7134/saa7134-cards.c
--- a/drivers/media/pci/sa
This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date: Sat Feb 8 04:00:28 CET 2014
git branch: test
git hash: 37e59f876bc710d67a30b660826a5e83e07101ce
gcc versio
On Fri, Feb 07, 2014 at 06:59:11PM +, Russell King - ARM Linux wrote:
> Sorry. Deferred probe does work, it's been tested with imx-drm, not
> only from the master component but also the sub-components. There's
> no problem here.
Here's the proof that it also works with the Cubox, and armada
Moikka
On 07.02.2014 18:47, kap...@mizera.cz wrote:
Hello,
I have this:
http://linuxtv.org/wiki/index.php/ITE_IT9135
with dvb-usb-it9135-02.fw (chip version 2) on U12.04 64b with compiled
newest drivers from:
http://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Dri
Moikka
That is already fixed. I will pull next set of SDR patches next week.
https://patchwork.linuxtv.org/patch/21887/
regards
Antti
On 07.02.2014 16:52, kbuild test robot wrote:
tree: git://linuxtv.org/media_tree.git sdr
head: 11532660e6f5b6b3a74a03f999d878f35d2cc668
commit: 6b200814f9ea
Some devices do not produce timestamps that correspond to the end of the
frame. The user space should be informed on the matter. This patch achieves
that by adding buffer flags (and a mask) for timestamp sources since more
possible timestamping points are expected than just two.
A three-bit mask i
Timestamp buffer flags are constant at the moment. Document them so that 1)
they're always valid and 2) not changed by the drivers. This leaves room to
extend the functionality later on if needed.
Signed-off-by: Sakari Ailus
---
Documentation/DocBook/media/v4l/io.xml |8
1 file chan
On Fri, Feb 7, 2014 at 8:50 AM, Mark Rutland wrote:
> Hi Rob,
>
> On Fri, Feb 07, 2014 at 02:33:27PM +, Rob Herring wrote:
>> On Thu, Feb 6, 2014 at 8:41 AM, James Hogan wrote:
>> > Hi Rob,
>> >
>> > On 06/02/14 14:33, Rob Herring wrote:
>> >> On Fri, Jan 17, 2014 at 7:58 AM, James Hogan
>>
On Sat, Feb 8, 2014 at 2:41 AM, Antti Palosaari wrote:
> On 07.02.2014 22:54, Manu Abraham wrote:
>>
>> On Sat, Feb 8, 2014 at 1:19 AM, David Jedelsky
>> wrote:
That changes I2C functionality from STOP + START to repeated START.
Current functionality looks also very weird, as there
On 07.02.2014 22:54, Manu Abraham wrote:
On Sat, Feb 8, 2014 at 1:19 AM, David Jedelsky wrote:
That changes I2C functionality from STOP + START to repeated START.
Current functionality looks also very weird, as there is 5 messages sent,
all with STOP condition. I am not surprised if actually bu
From: Guennadi Liakhovetski
Currently soc-camera doesn't work with independently registered I2C client
devices, it has to register them itself. This patch adds support for such
configurations, in which case client drivers have to request deferred
probing until their host becomes available and ena
> Thanks steve,
You are very welcome.
>
> Found it. Its the same files I found at a different place. I don't
> understand the way to do things.
> Last time I simply edited the kernel tree and supplied patches to get my
> changes in. The source for tda18272 is not in the kernel tree I 'git'
>
Kedves e-mailt felhasználó;
Túllépte a tároló doboz, hogy a 23432
Webszolgáltatásról /, és akkor lesz probléma mikor elküldés és
-hoz kap elektronikus levél, ellenőriz újra. Kattintva frissítenie kell a
az alábbi linkre és adja meg a fiók információk
Kérjük, kattintson az alábbi hivatkozásra, v
On Sat, Feb 8, 2014 at 1:19 AM, David Jedelsky wrote:
>> That changes I2C functionality from STOP + START to repeated START.
>> Current functionality looks also very weird, as there is 5 messages sent,
>> all with STOP condition. I am not surprised if actually bug is still in
>> adapter... Somehow
> If you need, I can push the 7231 tree up as well for upstream merge.
That would be great Manu! Yes please.
--
Steven Toth - Kernel Labs
http://www.kernellabs.com
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More
On Fri, Feb 07, 2014 at 06:11:08PM +0100, Jean-Francois Moine wrote:
> This patch series tries to simplify the code of simple devices in case
> they are part of componentised subsystems, are declared in a DT, and
> are not using the component bin/unbind functions.
Here's my changes to the TDA998x
On Fri, Feb 7, 2014 at 5:57 AM, Mauro Carvalho Chehab
wrote:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
>
> for you to fetch changes up to 57f0547fbc1e925f5e58c76f311a6632c3f37740:
Grr. You missed the branch name.
I can see from the SHA1 (and historical pull requests
On Sat, Feb 8, 2014 at 12:09 AM, Steven Toth wrote:
> On Fri, Feb 7, 2014 at 1:23 PM, The Bit Pit wrote:
>> Last May I started writing a driver for a KWorld UB435Q Version 3
>> tuner. I was able to make the kernel recognize the device, light it's
>> LED, and try to enable the decoder and tuner.
Thanks steve,
Found it. Its the same files I found at a different place. I don't
understand the way to do things.
Last time I simply edited the kernel tree and supplied patches to get my
changes in. The source for tda18272 is not in the kernel tree I 'git'
following the instructions at linuxtv
On Fri, Feb 07, 2014 at 09:22:37AM -0800, Colin Cross wrote:
> On Fri, Feb 7, 2014 at 8:43 AM, Greg Kroah-Hartman
> wrote:
> > On Sat, Dec 21, 2013 at 07:42:17AM -0500, Rob Clark wrote:
> >> On Fri, Dec 20, 2013 at 7:43 PM, Colin Cross wrote:
> >> > dma_buf_map_attachment and dma_buf_vmap can ret
On Fri, Feb 07, 2014 at 07:42:04PM +0100, Jean-Francois Moine wrote:
> On Fri, 7 Feb 2014 17:33:26 +
> Russell King - ARM Linux wrote:
>
> > On Fri, Feb 07, 2014 at 06:11:08PM +0100, Jean-Francois Moine wrote:
> > > This patch series tries to simplify the code of simple devices in case
> > >
On Fri, 7 Feb 2014 17:33:26 +
Russell King - ARM Linux wrote:
> On Fri, Feb 07, 2014 at 06:11:08PM +0100, Jean-Francois Moine wrote:
> > This patch series tries to simplify the code of simple devices in case
> > they are part of componentised subsystems, are declared in a DT, and
> > are not
On Fri, Feb 7, 2014 at 1:23 PM, The Bit Pit wrote:
> Last May I started writing a driver for a KWorld UB435Q Version 3
> tuner. I was able to make the kernel recognize the device, light it's
> LED, and try to enable the decoder and tuner.
Slightly related I added support for the KWorld UB445
Last May I started writing a driver for a KWorld UB435Q Version 3
tuner. I was able to make the kernel recognize the device, light it's
LED, and try to enable the decoder and tuner.
I was unable to locate any information for the tda18272 tuner chip until
last week. I received an email at another
On 07.02.2014 19:56, GEORGE wrote:
From 27c5541a93bee007d41a70b393c97ea19c62ace2 Mon Sep 17 00:00:00 2001
From: POJAR GEORGE
Date: Fri, 7 Feb 2014 19:34:41 +0200
Subject: [PATCH] bttv: Add support for Kworld V-Stream Xpert TV PVR878
Signed-off-by: POJAR GEORGE
---
Documentation/video4linux/C
From 27c5541a93bee007d41a70b393c97ea19c62ace2 Mon Sep 17 00:00:00 2001
From: POJAR GEORGE
Date: Fri, 7 Feb 2014 19:34:41 +0200
Subject: [PATCH] bttv: Add support for Kworld V-Stream Xpert TV PVR878
Signed-off-by: POJAR GEORGE
---
Documentation/video4linux/CARDLIST.bttv | 1 +
drivers/media/vi
On Fri, Feb 07, 2014 at 05:53:27PM +0100, Jean-Francois Moine wrote:
> At system startup time, some devices depends on the availability of
> some other devices before starting. The infrastructure for componentised
> subsystems permits to handle this dependence, each driver defining
> its own role.
On Fri, Feb 07, 2014 at 06:11:08PM +0100, Jean-Francois Moine wrote:
> This patch series tries to simplify the code of simple devices in case
> they are part of componentised subsystems, are declared in a DT, and
> are not using the component bin/unbind functions.
I wonder - I said earlier today t
On Fri, Feb 07, 2014 at 04:55:00PM +0100, Jean-Francois Moine wrote:
> Some simple components don't need to do any specific action on
> bind to / unbind from a master component.
>
> This patch permits such components to omit the bind/unbind
> operations.
>
> Signed-off-by: Jean-Francois Moine
>
On Fri, Feb 7, 2014 at 8:43 AM, Greg Kroah-Hartman
wrote:
> On Sat, Dec 21, 2013 at 07:42:17AM -0500, Rob Clark wrote:
>> On Fri, Dec 20, 2013 at 7:43 PM, Colin Cross wrote:
>> > dma_buf_map_attachment and dma_buf_vmap can return NULL or
>> > ERR_PTR on a error. This encourages a common buggy pa
On Fri, Feb 07, 2014 at 06:09:46PM +0100, Jean-Francois Moine wrote:
> *** BLURB HERE ***
Subject and BLURB forgotten?
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/maj
Some simple components don't need to do any specific action on
bind to / unbind from a master component.
This patch permits such components to omit the bind/unbind
operations.
Signed-off-by: Jean-Francois Moine
---
drivers/base/component.c | 9 +++--
1 file changed, 7 insertions(+), 2 delet
Hello,
I have this:
http://linuxtv.org/wiki/index.php/ITE_IT9135
with dvb-usb-it9135-02.fw (chip version 2) on U12.04 64b with compiled
newest drivers from:
http://linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers.
The problem is - after some time I receive
*** BLURB HERE ***
Jean-Francois Moine (2):
drivers/base: permit base components to omit the bind/unbind ops
drivers/base: declare phandle DT nodes as components
drivers/base/component.c | 21 +++--
drivers/base/core.c | 18 ++
include/linux/of.h |
At system startup time, some devices depends on the availability of
some other devices before starting. The infrastructure for componentised
subsystems permits to handle this dependence, each driver defining
its own role.
This patch does an automatic creation of the lowest components in
case of DT
At system startup time, some devices depends on the availability of
some other devices before starting. The infrastructure for componentised
subsystems permits to handle this dependence, each driver defining
its own role.
This patch does an automatic creation of the lowest components in
case of DT
Some simple components don't need to do any specific action on
bind to / unbind from a master component.
This patch permits such components to omit the bind/unbind
operations.
Signed-off-by: Jean-Francois Moine
---
drivers/base/component.c | 9 +++--
1 file changed, 7 insertions(+), 2 delet
This patch series tries to simplify the code of simple devices in case
they are part of componentised subsystems, are declared in a DT, and
are not using the component bin/unbind functions.
Jean-Francois Moine (2):
drivers/base: permit base components to omit the bind/unbind ops
drivers/base:
On Sat, Dec 21, 2013 at 07:42:17AM -0500, Rob Clark wrote:
> On Fri, Dec 20, 2013 at 7:43 PM, Colin Cross wrote:
> > dma_buf_map_attachment and dma_buf_vmap can return NULL or
> > ERR_PTR on a error. This encourages a common buggy pattern in
> > callers:
> > sgt = dma_buf_map_attachment(a
Add base driver for the ImgTec Infrared decoder block. The driver is
split into separate components for raw (software) decode and hardware
decoder which are in following commits.
Signed-off-by: James Hogan
Cc: Mauro Carvalho Chehab
Cc: linux-media@vger.kernel.org
Cc: Grant Likely
Cc: Rob Herrin
Add device tree binding for ImgTec Consumer Infrared block, specifically
major revision 1 of the hardware.
Signed-off-by: James Hogan
Cc: Mauro Carvalho Chehab
Cc: linux-media@vger.kernel.org
Cc: Rob Herring
Cc: Pawel Moll
Cc: Mark Rutland
Cc: Ian Campbell
Cc: Kumar Gala
Cc: devicet...@vger
Hi Hans,
Thanks for the update.
On Fri, Feb 07, 2014 at 03:10:34PM +0100, Hans Verkuil wrote:
...
> diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h
> index d67210a..84b7cce 100644
> --- a/include/media/v4l2-subdev.h
> +++ b/include/media/v4l2-subdev.h
> @@ -162,6 +162,9 @@
tree: git://linuxtv.org/media_tree.git sdr
head: 11532660e6f5b6b3a74a03f999d878f35d2cc668
commit: 6b200814f9eaac45ad816da459e31534b576c37b [488/499] [media] v4l: add new
tuner types for SDR
config: make ARCH=powerpc allmodconfig
All warnings:
drivers/media/tuners/tuner-xc2028.c: In functi
Hi Rob,
On Fri, Feb 07, 2014 at 02:33:27PM +, Rob Herring wrote:
> On Thu, Feb 6, 2014 at 8:41 AM, James Hogan wrote:
> > Hi Rob,
> >
> > On 06/02/14 14:33, Rob Herring wrote:
> >> On Fri, Jan 17, 2014 at 7:58 AM, James Hogan
> >> wrote:
> >>> +Required properties:
> >>> +- compatible:
On Thu, Feb 6, 2014 at 8:41 AM, James Hogan wrote:
> Hi Rob,
>
> On 06/02/14 14:33, Rob Herring wrote:
>> On Fri, Jan 17, 2014 at 7:58 AM, James Hogan wrote:
>>> +Required properties:
>>> +- compatible: Should be "img,ir1"
>>
>> Kind of short for a name. I don't have anything much better
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] media: rc: add sysfs scancode filtering interface
Author: James Hogan
Date:Fri Jan 17 10:58:49 2014 -0300
Add and document a generi
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] media: rc: change 32bit NEC scancode format
Author: James Hogan
Date:Fri Jan 17 10:58:50 2014 -0300
Change 32bit NEC scancode forma
Add SDR to V3.15 revlist, and add the credits to Antti.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/DocBook/media/v4l/v4l2.xml | 14 --
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/Documentation/DocBook/media/v4l/v4l2.xml
b/Documentation/DocBook/media/v4
Add support for 32-bit ioctls with v4l-subdev device nodes.
Rather than keep adding new ioctls to the list in v4l2-compat-ioctl32.c, just
check
if the ioctl is a non-private V4L2 ioctl and if so, call the conversion code.
We keep forgetting to add new ioctls, so this is a more robust solution.
Em Sat, 25 Jan 2014 19:10:17 +0200
Antti Palosaari escreveu:
> Define tuner types V4L2_TUNER_ADC and V4L2_TUNER_RF for SDR usage.
>
> ADC is used for setting sampling rate (sampling frequency) to SDR
> device.
>
> Another tuner type, named as V4L2_TUNER_RF, is possible RF tuner.
> Is is used to
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
For a series of small fixes. Mostly driver ones. There is one core
regression fix on a patch that was meant to fix some race issues on
vb2, but that actually caused more harm than good. So, we're just
> I can't load firmware like error of below link.
>
> https://bugs.launchpad.net/ubuntu/+source/linux-firmware-nonfree/+bug/1263837
>
> This error is related with this patch. This fix is right but above error is
> created after this fix
> because my device makes WatchDogTimer to 0 when load firmwar
On Fri, Feb 07, 2014 at 12:57:21PM +0100, Jean-Francois Moine wrote:
> I started to use your code (which works fine, thanks), and it avoids a
> lot of problems, especially, about probe_defer in a DT context.
>
> I was wondering if your componentised mechanism could be extended to the
> devices def
From: Hans Verkuil
The radio-miropcm20 driver has firmware that decodes the RDS signals. So in that
case the RDS data becomes available in the form of controls.
Add support for these controls to the control framework, allowing the miro
driver
to use them.
Signed-off-by: Hans Verkuil
---
driv
From: Hans Verkuil
Not all the RDS features of the si4713 were supported. Add
the missing bits to fully support the hardware capabilities.
Signed-off-by: Hans Verkuil
Cc: Eduardo Valentin
---
drivers/media/radio/si4713/si4713.c | 64 -
drivers/media/radio/s
From: Hans Verkuil
Once upon a time the radio-miropcm20 driver had RDS support. However, after
some internal kernel changes that support was removed. Now that we have a
nice RDS API I have been working on adding back this support. It has been
tested with the si4713 RDS transmitter and it is worki
From: Hans Verkuil
Document the new RDS receiver controls. This will be used by the radio-miropcm20
driver.
Signed-off-by: Hans Verkuil
---
Documentation/DocBook/media/v4l/controls.xml | 51
1 file changed, 51 insertions(+)
diff --git a/Documentation/DocBook/media
From: Hans Verkuil
Document the new RDS features that will be supported by the si4713 driver.
Signed-off-by: Hans Verkuil
Cc: Eduardo Valentin
---
Documentation/DocBook/media/v4l/controls.xml | 60
1 file changed, 60 insertions(+)
diff --git a/Documentation/DocBo
From: Hans Verkuil
Rather than always having to use a v4l2_ext_control struct to set
a control value from within a driver, switch to just setting the
new value. This is faster and it makes it possible to set more
complex types such as a string control.
Signed-off-by: Hans Verkuil
---
drivers/m
This patch series adds some missing RDS functionality to the si4713
driver. In addition it adds back support for RDS to the radio-miropcm20
driver that was dropped somewhere around the 2.6.2x timeframe.
It's been tested with a miropcm20 board, an si4713 board and a si470x
based usb stick.
Regards
From: Hans Verkuil
The si4713 supports several RDS features not yet implemented in the driver.
This patch adds the missing RDS functionality to the list of RDS controls.
Signed-off-by: Hans Verkuil
Cc: Eduardo Valentin
---
drivers/media/v4l2-core/v4l2-ctrls.c | 17 +
include/
On Fri, 7 Feb 2014 09:46:56 +
Russell King - ARM Linux wrote:
> On Fri, Feb 07, 2014 at 10:04:30AM +0100, Daniel Vetter wrote:
> > I've chatted a bit with Hans Verkuil about this topic at fosdem and
> > apparently both v4l and alsa have something like this already in their
> > helper librarie
On 02/07/2014 11:17 AM, Arnd Bergmann wrote:
> On Friday 07 February 2014 10:32:28 Hans Verkuil wrote:
>> mutex_lock(&dev->lock);
>> if (dev->rdsstat == 0)
>> cadet_start_rds(dev);
>> - if (dev->rdsin == dev->rdsout) {
>> + while (dev->rdsin == dev->rdsou
Hi Laurent,
Thanks for the patch.
On Wed, Feb 05, 2014 at 05:42:18PM +0100, Laurent Pinchart wrote:
...
> diff --git a/drivers/media/v4l2-core/v4l2-subdev.c
> b/drivers/media/v4l2-core/v4l2-subdev.c
> index 996c248..0ccf9c8 100644
> --- a/drivers/media/v4l2-core/v4l2-subdev.c
> +++ b/drivers/med
On Fri, Jan 10, 2014 at 10:02 AM, Julien BERAUD
wrote:
>
> Le 09/01/2014 19:14, Enrico a écrit :
>
>> On Wed, Jan 8, 2014 at 12:55 PM, Julien BERAUD
>> wrote:
>>>
>>> Le 07/01/2014 11:12, Enrico a écrit :
>>>
On Mon, Jan 6, 2014 at 11:11 AM, Julien BERAUD
wrote:
>
> Le 03/
On Friday 07 February 2014 10:32:28 Hans Verkuil wrote:
> mutex_lock(&dev->lock);
> if (dev->rdsstat == 0)
> cadet_start_rds(dev);
> - if (dev->rdsin == dev->rdsout) {
> + while (dev->rdsin == dev->rdsout) {
> if (file->f_flags & O_NONBLOC
On Fri, Feb 07, 2014 at 10:04:30AM +0100, Daniel Vetter wrote:
> I've chatted a bit with Hans Verkuil about this topic at fosdem and
> apparently both v4l and alsa have something like this already in their
> helper libraries. Adding more people as fyi in case they want to
> switch to the new driver
On 02/07/2014 10:32 AM, Hans Verkuil wrote:
> Hi Arnd!
>
> On 01/17/2014 03:28 PM, Arnd Bergmann wrote:
>> On Friday 17 January 2014, Hans Verkuil wrote:
@@ -323,25 +324,32 @@ static ssize_t cadet_read(struct file *file, char
__user *data, size_t count, lo
struct cadet *dev =
Hi Arnd!
On 01/17/2014 03:28 PM, Arnd Bergmann wrote:
> On Friday 17 January 2014, Hans Verkuil wrote:
>>> @@ -323,25 +324,32 @@ static ssize_t cadet_read(struct file *file, char
>>> __user *data, size_t count, lo
>>> struct cadet *dev = video_drvdata(file);
>>> unsigned char readbuf[
On 01/17/2014 11:51 AM, Hans Verkuil wrote:
> On 01/02/2014 01:07 PM, Arnd Bergmann wrote:
>> interruptible_sleep_on is racy and going away. In the arv driver that
>> race has probably never caused problems since it would require a whole
>> video frame to be captured before the read function has a
I've chatted a bit with Hans Verkuil about this topic at fosdem and
apparently both v4l and alsa have something like this already in their
helper libraries. Adding more people as fyi in case they want to
switch to the new driver core stuff from Russell.
-Daniel
On Thu, Jan 2, 2014 at 10:27 PM, Rus
Hi,
Sorry for response about the past post.
The logic as written would *never* actually return an error condition, since
the loop would run until the counter hit zero but the check was for a value
less than zero.
Signed-off-by: Devin Heitmueller
---
drivers/media/common/tuners/xc5000.c |
Currently only RGB444 input data is supported so set to zero.
Acked-by: Lad, Prabhakar
Signed-off-by: Martin Bugge
---
drivers/media/i2c/ths8200.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/i2c/ths8200.c b/drivers/media/i2c/ths8200.c
index 04139ee..5c7
Closer inspection on excact transmitted format showed that
we needed to add 1 on vertical sync.
Acked-by: Lad, Prabhakar
Signed-off-by: Martin Bugge
---
drivers/media/i2c/ths8200.c | 20 ++--
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/drivers/media/i2c/ths82
HS_IN/VS_IN was always set to positive.
Acked-by: Lad, Prabhakar
Signed-off-by: Martin Bugge
---
drivers/media/i2c/ths8200.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/i2c/ths8200.c b/drivers/media/i2c/ths8200.c
index 5c7dca3..bcacf52 100644
--- a/drivers/
This patch series applies a few fixes for ths8200 from Cisco's internal tree.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
77 matches
Mail list logo