Hello all,
A while back I asked about supported USB dvb-c devices.
Meanwhile my search continued and I have extended my list of available devices.
Unfortunately, none of them currently are supported by linux.
Does anyone have viable solution for me?
- Technotrend CT 1200 which is an old device,
H. Langos wrote:
> Hi there,
>
> after a while I decided to come back to the linuxtv wiki to finish
> organizing the bazillion dvb-t usb devices in a way that helps
> a) normal users to find out if a certain device is supported and
> b) developers to update information on the drivers they manage.
2) Component input for the A/V-in
Yes, this exists on the HVR2250 product only.
Ah shite, are you sure?
If you look at the specs for the reference card it was there, did they
take it out at the last minute?
It's not feature Hauppauge supports on the HVR2200 today. I have a
suspicion this may
Linus,
Please pull from:
ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
for_linus
For the second (and final) part of new stuff for kernel 2.6.31.
This series adds two relevant improvements at the multimedia support:
1) Support for ISDB-T (for broadcast TV) and I
Hi Guennadi,
I'm about to send our pull request.
While doing my last checks, I noticed a difference between our tree and
upstream. I'm not sure what happens. Could you please check?
The enclosed patch is the diff from upstream to -hg.
Cheers,
Mauro
diff -upr oldtree/drivers/media/video/sh_mo
Em Fri, 18 Sep 2009 11:03:13 -0400
Steven Toth escreveu:
> On 9/18/09 12:24 AM, Mauro Carvalho Chehab wrote:
> > Em Thu, 17 Sep 2009 20:05:14 -0400
> > Steven Toth escreveu:
> >
> >>
> >> Mauro,
> >>
> >> Please pull from http://www.kernellabs.com/hg/~stoth/saa7164-dev
> >>
> >> - SAA7164:
Hello Mauro,
Please pull from http://www.linuxtv.org/hg/~dougsland/v4l-dvb
for the following:
- go7007: sound needs compat.hdefault tip
- go7007: convert printks to v4l2_info
- s2250-board: Implement brightness and contrast controls
- s2250-board: Fix memory leaks
- go7007: Implement vid
Hi,
Here is the information you requested when filing a bug report:
-Device: ALi (Bison) USB Webcam 5602 integrated into MSI GX700 notebook
-Subsystem ID: I'm not sure how to find the subsystem ID in the lsusb
-v output, but the Vendor ID is 0402 and the Product ID is 5602
-Environment: Ubuntu
dvbnet contains a parameter, which lets select MPE or ULE. feedtype 0
or 1 will decide whether the filters in dvb_net will be set for ULE or
MPE. Once you activate a dvb data interface you select MPE or ULE for
that PID, you want to receive.
Am 19.09.2009 um 02:59 schrieb Seyyed Mohammad m
Thank you very much for your answer, Seyyed... I was pretty sure there
was a place in the code dedicated to this choice between MPE and ULE,
but I couldn't find it. I better understand why, now.
Sylvain LESAGE
Seyyed Mohammad mohammadzadeh a écrit :
I have tried the ULE decapsulation part of
I have tried the ULE decapsulation part of code. you can find it in
the v4l_dvb/linux/driver/media/dvb_core/dvb_net.c you must force ULE
decapsulation in the code and there is no media to choose it run-time.
The decapsulation code is too bogus and useless. I'm trying to write a
new decapsulator bas
Produce an error if kmalloc() fails.
Signed-off-by: Roel Kluin
---
Found with sed: http://kernelnewbies.org/roelkluin
Build tested. Please review
diff --git a/drivers/media/video/uvc/uvc_ctrl.c
b/drivers/media/video/uvc/uvc_ctrl.c
index c3225a5..dda80b5 100644
--- a/drivers/media/video/uvc/uvc
Hi Everyone,
Here are some patches that I've been working on for the go7007 driver.
Most are whitespace cleanup and small fixes. I had previously applied
these to Hans v4l-dvb-go7007 branch, and required minor changes to apply
cleanly to the staging go7007 driver in v4l-dvb. I'm also working on
Prevent NULL dereference if kmalloc() fails.
Signed-off-by: Roel Kluin
---
Found with sed: http://kernelnewbies.org/roelkluin
diff --git a/drivers/media/video/gspca/jeilinj.c
b/drivers/media/video/gspca/jeilinj.c
index dbfa3ed..a11c97e 100644
--- a/drivers/media/video/gspca/jeilinj.c
+++ b/driv
Prevent NULL dereference if kmalloc() fails.
Signed-off-by: Roel Kluin
---
Found with sed: http://kernelnewbies.org/roelkluin
Build tested.
diff --git a/drivers/media/dvb/frontends/lgdt3304.c
b/drivers/media/dvb/frontends/lgdt3304.c
index eb72a98..e334b5d 100644
--- a/drivers/media/dvb/fronten
Prevent NULL dereference if kzalloc() fails.
Signed-off-by: Roel Kluin
---
Found with sed: http://kernelnewbies.org/roelkluin
Build tested.
diff --git a/drivers/media/dvb/frontends/au8522_decoder.c
b/drivers/media/dvb/frontends/au8522_decoder.c
index 9e9a755..74981ee 100644
--- a/drivers/media
Prevent NULL dereference if kmalloc() fails.
Signed-off-by: Roel Kluin
---
Found with sed: http://kernelnewbies.org/roelkluin
Build tested.
diff --git a/drivers/media/dvb/dvb-usb/m920x.c
b/drivers/media/dvb/dvb-usb/m920x.c
index aec7a19..ef9b7be 100644
--- a/drivers/media/dvb/dvb-usb/m920x.c
+
Implemented the vidio_g_std and vidio_querystd ioctls.
Priority: normal
Signed-off-by: Pete Eberlein
diff -r c130a089bdfc -r e227a099a9f2 linux/drivers/staging/go7007/go7007-v4l2.c
--- a/linux/drivers/staging/go7007/go7007-v4l2.cFri Sep 18 10:28:27
2009 -0700
+++ b/linux/drivers/stagin
In some error cases, allocated buffers need to be freed before returning.
Priority: normal
Signed-off-by: Pete Eberlein
diff -r e227a099a9f2 -r bf8ee230f1a0 linux/drivers/staging/go7007/s2250-board.c
--- a/linux/drivers/staging/go7007/s2250-board.cFri Sep 18 10:37:01
2009 -0700
+++ b/l
The declarations for struct go7007_file *gofh and struct go7007 *go can
be merged when gofh isn't used by the function.
Priority: normal
Signed-off-by: Pete Eberlein
diff -r e9801d1d9c6c -r c130a089bdfc linux/drivers/staging/go7007/go7007-v4l2.c
--- a/linux/drivers/staging/go7007/go7007-v4l2.c
Replace "wierd device" with accurate descriptions. Add menu options and
makefile lines for the i2c modules. Added comment about why dvb-usb is
included. Added include sound/config.h for Ubuntu 8.04 distro kernel.
Priority: normal
Signed-off-by: Pete Eberlein
diff -r ae90c0408d70 -r a54a706244cf
Em Sun, 23 Aug 2009 12:49:49 +0900
hiranot...@zng.jp escreveu:
>
> Add the DTV_ISDB_TS_ID property for ISDB-S
>
> In ISDB-S, time-devision duplex is used to multiplexing several waves
> in the same frequency. Each wave is identified by its own transport
> stream ID, or TS ID. We need to provide
Em Tue, 25 Aug 2009 14:39:51 +0900
Akihiro TSUKADA escreveu:
> From: Akihiro Tsukada
>
> This patch adds driver for 774 Friio White, ISDB-T USB receiver
>
> Friio White is an USB 2.0 ISDB-T receiver. (http://www.friio.com/)
> The device has a GL861 chip and a Comtech JDVBT90502 canned tuner mo
Em Sun, 23 Aug 2009 12:51:22 +0900
hiranot...@zng.jp escreveu:
>
> Add a driver for Earthsoft PT1
>
> Eearthsoft PT1 is a PCI card for Japanese broadcasting with two ISDB-S
> and ISDB-T demodulators.
>
> This card has neither MPEG decoder nor conditional access module
> onboard. It transmits on
From: Richard Röjfors
This is an initial driver for Analog Devices ADV7180 Video Decoder.
So far it only supports query standard.
[a...@linux-foundation.org: remove unneeded cast]
Signed-off-by: Richard Röjfors
Cc: Mauro Carvalho Chehab
Cc: Hans Verkuil
Signed-off-by: Andrew Morton
---
dr
2009/9/18 Matthias Bläsing :
> Hey David,
>
> thanks for this very fast reply.
>
> Am Freitag, den 18.09.2009, 15:01 -0400 schrieb Devin Heitmueller:
>> 2009/9/18 Matthias Bläsing :
>> > Hello,
>> >
>> > when I plugin my usb video grabber, it is misdetected (this email is the
>> > reaction to the r
The brightness and contrast controls were added to the Sensoray 2250 device.
A read register function was added to set the correct bit fields.
Priority: normal
Signed-off-by: Pete Eberlein
diff -r bf8ee230f1a0 -r beaab56c3599 linux/drivers/staging/go7007/s2250-board.c
--- a/linux/drivers/stagin
2009/9/18 Matthias Bläsing :
> Hello,
>
> when I plugin my usb video grabber, it is misdetected (this email is the
> reaction to the request in the module output):
>
> Sep 18 20:27:19 prometheus kernel: [15016.458509] em28xx: New device @ 480
> Mbps (eb1a:2860, interface 0, class 0)
> Sep 18 20:27
Use v4l2_info and v4l2_err where appropriate.
Priority: normal
Signed-off-by: Pete Eberlein
diff -r beaab56c3599 -r 1cb2c7d3fa12
linux/drivers/staging/go7007/go7007-driver.c
--- a/linux/drivers/staging/go7007/go7007-driver.c Fri Sep 18 10:40:54
2009 -0700
+++ b/linux/drivers/staging/go70
With latest hg (12994), my "Leadtek Winfast DTV Dongle (STK7700P based)"
(0413:6f01) gets detected as a "Terratec Cinergy T USB XXS (HD)".
I think "&dib0700_usb_id_table[34]" (the leadtek) got moved by mistake, but
"&dib0700_usb_id_table[33]" (a terratec) should have been moved instead (in
chan
Hello,
when I plugin my usb video grabber, it is misdetected (this email is the
reaction to the request in the module output):
Sep 18 20:27:19 prometheus kernel: [15016.458509] em28xx: New device @ 480 Mbps
(eb1a:2860, interface 0, class 0)
Sep 18 20:27:19 prometheus kernel: [15016.458516] em28x
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:Fri Sep 18 19:00:05 CEST 2009
path:http://www.linuxtv.org/hg/v4l-dvb
changeset: 12994:ae90c0408d70
gcc version: gcc
Adding include "compat.h"
Priority: normal
Signed-off-by: Pete Eberlein
diff -r 1cb2c7d3fa12 -r c0babe3ffa70 linux/drivers/staging/go7007/snd-go7007.c
--- a/linux/drivers/staging/go7007/snd-go7007.c Fri Sep 18 10:59:26 2009 -0700
+++ b/linux/drivers/staging/go7007/snd-go7007.c Fri Sep 18 11:02:
MPEG controls were disabled by Mauro's ioctl conversion patch. They are now
re-enabled and cleaned up.
Priority: normal
Signed-off-by: Pete Eberlein
diff -r 19c623143852 -r e9801d1d9c6c linux/drivers/staging/go7007/go7007-v4l2.c
--- a/linux/drivers/staging/go7007/go7007-v4l2.cFri Sep 1
Trailing whitespace is removed.
Source lines wrap at 80 columns.
Priority: normal
Signed-off-by: Pete Eberlein
diff -r 17bd971b5c53 -r 19c623143852 linux/drivers/staging/go7007/go7007-usb.c
--- a/linux/drivers/staging/go7007/go7007-usb.c Fri Sep 18 09:42:18 2009 -0700
+++ b/linux/drivers/stagin
On 9/18/09 2:13 PM, Jed wrote:
2) Component input for the A/V-in
Yes, this exists on the HVR2250 product only.
Ah shite, are you sure?
If you look at the specs for the reference card it was there, did they
take it out at the last minute?
It's not feature Hauppauge supports on the HVR2200 to
2) Component input for the A/V-in
Yes, this exists on the HVR2250 product only.
Ah shite, are you sure?
If you look at the specs for the reference card it was there, did they
take it out at the last minute?
It's not feature Hauppauge supports on the HVR2200 today. I have a
suspicion this ma
Mauro,
This is my final pull request for the 2.6.32 series. It fixes exposure
and adds ctrls for the hdcs sensors.
Also some minor cleanups are done.
Please pull from http://linuxtv.org/hg/~eandren/v4l-dvb
for the following 6 changesets:
01/06: gspca - stv06xx: Harmonize the debug macros when t
2) Component input for the A/V-in
Yes, this exists on the HVR2250 product only.
Ah shite, are you sure?
If you look at the specs for the reference card it was there, did they
take it out at the last minute?
It's not feature Hauppauge supports on the HVR2200 today. I have a suspicion
this ma
**a repost because of earlier issues in getting emails to the list**
Hi Kernellabs or anyone involved with driver development of the
HVR-2200...
Hello.
You're starting to see me as a nemesis now aren't you?
I'm really a nice person, I promise! :-D
I know this is a lng way down the prio
On 9/18/09 4:27 AM, Hot Wheelz wrote:
Hi Mauro,
What about saa7162
How far from being complete is that?
For some reason this email went specifically to me, not Mauro (who I've cc'd
in).
The saa7164 tree does not support he saa7162, it was never designed to do so.
Regards,
--
Steven Toth -
On 9/18/09 12:24 PM, Jed wrote:
**a repost because of earlier issues in getting emails to the list**
Hi Kernellabs or anyone involved with driver development of the
HVR-2200...
Hello.
I know this is a lng way down the priority list of features to be
added, if ever!
But I'm wanting to
**a repost because of earlier issues in getting emails to the list**
Hi Kernellabs or anyone involved with driver development of the
HVR-2200...
I know this is a lng way down the priority list of features to be
added, if ever!
But I'm wanting to know if the *possibility* is there 'hardwar
**a repost because of earlier issues in getting emails to the list**
Hi Kernellabs or anyone involved with driver development of the
HVR-2200...
I know this is a lng way down the priority list of features to be
added, if ever!
But I'm wanting to know if the *possibility* is there 'hardw
**a repost because of earlier issues in getting emails to the list**
Hi Kernellabs or anyone involved with driver development of the
HVR-2200...
I know this is a lng way down the priority list of features to be
added, if ever!
But I'm wanting to know if the *possibility* is there 'hardw
Hi everybody,
yet another RFC, probably the last one before the Linux Plumbers Conference.
This RFC describes a way to pass generic events from video drivers to
userspace applications. Even though I've developed the first prototype for a
V4L2 driver, it should be applicable to DVB devices as we
On 9/18/09 12:24 AM, Mauro Carvalho Chehab wrote:
Em Thu, 17 Sep 2009 20:05:14 -0400
Steven Toth escreveu:
Mauro,
Please pull from http://www.kernellabs.com/hg/~stoth/saa7164-dev
- SAA7164: Remove the SAA7164 bus id, no longer required.
- SAA7164: Remove the i2c client_attach/de
Laurent Pinchart wrote:
> +snd_uac_pcm_open(struct snd_pcm_substream *substream, int stream)
> ...
> + substream->runtime->hw = stream == SNDRV_PCM_STREAM_PLAYBACK
> +? snd_uac_playback_hw
> +: snd_uac_capture_hw;
> + substream->runtim
I'm joining your comments to Vaibhav with your comments to me, in order to
avoid duplicating comments.
Em Fri, 18 Sep 2009 10:39:17 +0200
Laurent Pinchart escreveu:
> > > Different devices may have quite different buffer requirements (size,
> > > number of buffers). Would it be safe to have them
This webcam gadget driver combines a UAC microphone (sampling rate
configurable using a module parameter) and a UVC camera (360p and 720p
resolutions in YUYV and MJPEG).
Signed-off-by: Laurent Pinchart
---
drivers/usb/gadget/Kconfig |9 +-
drivers/usb/gadget/Makefile |2 +
drivers/usb/g
This USB audio class function driver exposes an ALSA interface to userspace
to stream audio data from an application over USB.
Signed-off-by: Laurent Pinchart
---
drivers/usb/gadget/f_uac.c | 654
drivers/usb/gadget/uac.h | 99 ++
drivers
Hi everybody,
here are two new gadget function drivers for USB audio class and USB video
class as well as a webcam gadget driver that combines both audio and video.
All those drivers are work in progress (though not progressing much for the
moment, as I'm busy with other development) and should
Hi Mauro,
thanks for the review. A few comments.
On Friday 18 September 2009 00:45:42 Mauro Carvalho Chehab wrote:
> Em Thu, 17 Sep 2009 23:19:24 +0200
> Hans Verkuil escreveu:
[snip]
> > > 4) As you've mentioned, a global set of buffers seem to be the better
> > > alternative. This means that
Hi Hans,
On Thursday 17 September 2009 23:19:24 Hans Verkuil wrote:
> On Thursday 17 September 2009 20:49:49 Mauro Carvalho Chehab wrote:
> > Em Wed, 16 Sep 2009 17:46:39 +0200
> > Laurent Pinchart escreveu:
> > > Hi everybody,
> > >
> > > I didn't want to miss this year's pretty flourishing RFC
Hi Gabriel,
From what I can remember, card=60 and audio_clock_override=0x00187de7 did the
trick for analogue PAL-I.
See http://marc.info/?l=linux-video&m=116859373521663&w=2
Cheers
Paul
-Original Message-
From: video4linux-list-boun...@redhat.com
[mailto:video4linux-list-boun...@redhat
> -Original Message-
> From: linux-media-ow...@vger.kernel.org [mailto:linux-media-
> ow...@vger.kernel.org] On Behalf Of Laurent Pinchart
> Sent: Wednesday, September 16, 2009 9:17 PM
> To: linux-media@vger.kernel.org; Hans Verkuil; Sakari Ailus; Cohen
> David Abraham; Koskipää Antti Jussi
On Fri, Sep 18, 2009 at 1:11 AM, Mauro Carvalho Chehab
wrote:
> Em Fri, 18 Sep 2009 00:40:34 -0400
> Devin Heitmueller escreveu:
>
>> Hello Hans,
>>
>> If you can find a few minutes, please take a look at the following
>> tree, where I added initial support for including the ALSA devices in
>> th
57 matches
Mail list logo