Hi,
I have "DM04 USB DVBS TUNER", using ubuntu with v4l media-build
drivers/modules but device doesn't working (unknown device).
lsusb message:
ID 3344:22f0
under of the box:
DM04P2011050176
dmesg message:
[ 1930.244086] usb 1-8: new high speed USB device using ehci_hcd and
address 4
[ 1930.37
I think there maybe some different versions of the chip. Whenever I
get a webcam with a pac207, it has the problem described here:
http://ubuntuforums.org/archive/index.php/t-1553690.html
2011/6/4 Hans de Goede :
> Hi,
>
> Interesting. I'll go and test this with my 6 or so pac207 cameras,
> but fi
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:Sat Jun 4 19:00:41 CEST 2011
git hash:f9b51477fe540fb4c65a05027fdd6f2ecce4db3b
gcc version: i686-linux-gcc (GCC) 4.5
On Sat, 2011-06-04 at 17:37 +0200, wal...@free.fr wrote:
> A307 may be close to the A306 board. I've found the following chips: cx23385,
> xc[34]?, lg3303). The demodulator is not the same, and follows the ATSC
> standard
> (The A306 is DVB-T compatible).
> Coordinating our works may be helpful, f
Hi Mauro,
Please pull these minor IR fixes in for kernel 3.0. They're all relatively
small and safe fixups, including plugging some memory leaks in mceusb,
improving suspend and resume reliability with the new fintek-cir driver,
a bump in the number of simultaneous devices lirc_dev supports, a few
On Jun 3, 2011, at 5:28 PM, Jarod Wilson wrote:
> This is a custom IR protocol decoder, for the RC-6-ish protocol used by
> the Microsoft Remote Keyboard.
>
> http://www.amazon.com/Microsoft-Remote-Keyboard-Windows-ZV1-4/dp/B000AOAAN8
>
> Its a standard keyboard with embedded thumb stick mou
Am 04.06.2011 15:36, schrieb Mauro Carvalho Chehab:
> Em 26-05-2011 08:16, Andreas Oberritter escreveu:
>> Hi Dan,
>>
>> On 05/26/2011 10:44 AM, Dan Carpenter wrote:
>>> If the tvp->cmd == DTV_MAX_COMMAND then we read past the end of the
>>> array.
>>>
>>> Signed-off-by: Dan Carpenter
>>>
>>> di
A307 may be close to the A306 board. I've found the following chips: cx23385,
xc[34]?, lg3303). The demodulator is not the same, and follows the ATSC standard
(The A306 is DVB-T compatible).
Coordinating our works may be helpful, for example for the initialization and
the proper reset of the I2C ch
Added code to detect the XC4100 chip, which is presumably an analog-only
"value" version of the XC4000. It is not sure, however, if any devices
using this have actually been produced and sold, so the patch may be
unneeded.
Signed-off-by: Istvan Varga
diff -uNr xc4000_orig/drivers/media/common/tu
This patch causes the tuner reset command to be ignored in the firmware
code, since this only happens when the BASE/INIT1 firmware is loaded by
check_firmware(), and in that case check_firmware() already calls the
reset callback before starting to load the firmware.
Signed-off-by: Istvan Varga
d
Minor coding changes related to the xc_tune_channel() function.
Signed-off-by: Istvan Varga
diff -uNr xc4000_orig/drivers/media/common/tuners/xc4000.c xc4000/drivers/media/common/tuners/xc4000.c
--- xc4000_orig/drivers/media/common/tuners/xc4000.c 2011-06-04 16:22:18.0 +0200
+++ xc4000/d
The following patch implements support for analog TV and FM radio.
Signed-off-by: Istvan Varga
diff -uNr xc4000_orig/drivers/media/common/tuners/xc4000.c xc4000/drivers/media/common/tuners/xc4000.c
--- xc4000_orig/drivers/media/common/tuners/xc4000.c 2011-06-04 15:40:26.0 +0200
+++ xc400
The 'audio_std' module parameter makes it possible to fine tune
some audio related aspects of the driver, like setting the exact
audio standard (NICAM, A2, etc.) to be used for some video standards.
Signed-off-by: Istvan Varga
diff -uNr xc4000_orig/drivers/media/common/tuners/xc4000.c xc4000/dri
This patch implements setting the registers in xc4000_set_params()
and xc4000_set_analog_params(). A new register is defined which enables
filtering of the composite video output (this is needed to avoid bad
picture quality with some boards).
Signed-off-by: Istvan Varga
diff -uNr xc4000_orig/dri
The following patch makes a few minor changes to the printing
of debug messages, and reporting the tuner status. The 'debug'
module parameter can now be set from 0 to 2 to control the
verbosity of debug messages.
Signed-off-by: Istvan Varga
diff -uNr xc4000_orig/drivers/media/common/tuners/xc400
This patch fixes/cleans up the loading of the firmware file when the
driver is loaded and initialized.
Signed-off-by: Istvan Varga
diff -uNr xc4000_orig/drivers/media/common/tuners/xc4000.c xc4000/drivers/media/common/tuners/xc4000.c
--- xc4000_orig/drivers/media/common/tuners/xc4000.c 2011-06-0
The following patch implements the xc4000_sleep() function.
The 'no_powerdown' module parameter is now interpreted differently:
- 0 uses a device-specific default
- 1 disables power management like before
- 2 enables power management
Signed-off-by: Istvan Varga
diff -uNr xc4000_orig/driver
This patch makes the following fixes in check_firmware():
- there is only one BASE and INIT1 firmware for XC4000
- loading SCODE is needed also for FM radio
Signed-off-by: Istvan Varga
diff -uNr xc4000_orig/drivers/media/common/tuners/xc4000.c xc4000/drivers/media/common/tuners/xc4000.c
---
Removed unused code from load_scode() (all SCODE firmwares are
assumed to have the HAS_IF bit set).
Signed-off-by: Istvan Varga
diff -uNr xc4000_orig/drivers/media/common/tuners/xc4000.c xc4000/drivers/media/common/tuners/xc4000.c
--- xc4000_orig/drivers/media/common/tuners/xc4000.c 2011-06-04 1
This patch simplifies the code in seek_firmware().
Signed-off-by: Istvan Varga
diff -uNr xc4000_orig/drivers/media/common/tuners/xc4000.c xc4000/drivers/media/common/tuners/xc4000.c
--- xc4000_orig/drivers/media/common/tuners/xc4000.c 2011-06-04 12:50:41.0 +0200
+++ xc4000/drivers/media/
On Sun, May 29, 2011 at 02:31:31PM +0200, Steinel Andreas wrote:
> Hi everybody,
>
> I use the aforementioned USB DVB-S2 box and watching works fine. In the wiki
> (http://www.linuxtv.org/wiki/index.php/TechnoTrend_TT-connect_S2-3650_CI) is
> stated (and also some posts on the mailing list sugge
The firmware_name module parameter makes it possible to set the firmware
file name. It defaults to "xc4000.fw" if not specified.
Signed-off-by: Istvan Varga
diff -uNr xc4000_orig/drivers/media/common/tuners/xc4000.c xc4000/drivers/media/common/tuners/xc4000.c
--- xc4000_orig/drivers/media/common
Em 26-05-2011 08:16, Andreas Oberritter escreveu:
> Hi Dan,
>
> On 05/26/2011 10:44 AM, Dan Carpenter wrote:
>> If the tvp->cmd == DTV_MAX_COMMAND then we read past the end of the
>> array.
>>
>> Signed-off-by: Dan Carpenter
>>
>> diff --git a/drivers/media/dvb/dvb-core/dvb_frontend.c
>> b/drive
On Friday, June 03, 2011 21:55:59 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch.
>
> On Wednesday 25 May 2011 15:33:48 Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > This more generic function makes it possible to have a single function
> > that takes care of flags handling, i
On Friday, June 03, 2011 21:55:23 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch.
>
> On Wednesday 25 May 2011 15:33:49 Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > When an application changes a control you want to generate an event.
> > However, you want to avoid sending suc
On Friday, June 03, 2011 21:55:10 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch.
>
> On Wednesday 25 May 2011 15:33:52 Hans Verkuil wrote:
> > From: Hans Verkuil
> >
> > Signed-off-by: Hans Verkuil
> > ---
> > drivers/media/video/v4l2-ctrls.c | 31 +
Em 03-06-2011 10:11, Mauro Carvalho Chehab escreveu:
>
>
> Mensagem original
> Assunto: XC4000: code cleanup
> Data: Fri, 03 Jun 2011 12:02:15 +0200
> De: istva...@mailbox.hu
> Para: Devin Heitmueller
> CC: Dmitri Belimov ,Mauro Carvalho Chehab
> , thunde...@email.cz,
On Friday, June 03, 2011 21:55:04 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch.
Thanks for the comments. I need to revisit this patch. Everything you found are
remains of an earlier version of this patch. I thought I reverted all those
changes, but clearly I missed several.
Regard
On Friday, June 03, 2011 21:54:47 Laurent Pinchart wrote:
> Hi Hans,
>
> Thanks for the patch set.
>
> On Wednesday 25 May 2011 15:33:44 Hans Verkuil wrote:
> > This is the second version of the patch series introducing a new event that
> > is triggered when a control's value or state changes.
>
Hi,
Interesting. I'll go and test this with my 6 or so pac207 cameras,
but first I need to wait till this evening as atm it is too
light to test high exposure settings :)
Regards,
Hans
On 06/04/2011 09:38 AM, Marco Diego Aurélio Mesquita wrote:
The inline patch increases maximum exposure val
Hello,
today I observed a hang of my ThinkPad T400 (docked), when I tried to wakeup
it from s2ram (and even the magic Sysrq keys doesn't work). However as soon as
I plugged off the USB stick 'Terratec Cinergy T USB XXS (HD)/ T3' the system
continued to resume.
Within the /var/log/messages the
The inline patch increases maximum exposure value from 26 to 255. It
has been tested and works well. Without the patch the captured image
is too dark and can't be improved too much.
Please CC answers as I'm not subscribed to the list.
Signed-off-by: Marco Diego Aurélio Mesquita
---
drivers/med
32 matches
Mail list logo