The following patch allows bridge drivers, with an I2C IR Tx/Rx
transceiver, to pass a mutex for serializing access to a single I2C IR
chip between separate IR Tx and Rx modules.
The change modifies struct IR_i2c_init_data and struct IR_i2c to add
struct mutex *transceiver_lock
that ir-k
Driver Version v1.75
Kernel oops appears in 2.6.37-rc8 in lme_firmware_switch because of a memcpy to
a const char.
Signed-off-by: Malcolm Priestley
diff --git a/drivers/media/dvb/dvb-usb/lmedm04.c
b/drivers/media/dvb/dvb-usb/lmedm04.c
index 9eea418..46ccd01 100644
--- a/drivers/media/dvb/d
On Jan 15, 2011, at 4:56 PM, Andy Walls wrote:
> On Sat, 2011-01-15 at 01:56 -0500, Jarod Wilson wrote:
>> On Jan 15, 2011, at 12:37 AM, Jarod Wilson wrote:
>
Registered IR keymap rc-hauppauge-new
input: i2c IR (HD PVR) as /devices/virtual/rc/rc1/input6
rc1: i2c IR (HD
On Sat, 2011-01-15 at 01:56 -0500, Jarod Wilson wrote:
> On Jan 15, 2011, at 12:37 AM, Jarod Wilson wrote:
> >> Registered IR keymap rc-hauppauge-new
> >> input: i2c IR (HD PVR) as /devices/virtual/rc/rc1/input6
> >> rc1: i2c IR (HD PVR) as /devices/virtual/rc/rc1
> >> ir-kbd-i2c:
Hi,
I've bought a Hauppauge WinTV-NOVA-HD-S2 card, which theoretically
should be supported in the stock Linux kernel since version 2.6.28. However,
my card is not detected, there are apparently no kernel modules loaded for
the card and no message appears in dmesg during booting. I tried the card
On Sat, 2011-01-15 at 00:37 -0500, Jarod Wilson wrote:
> On Jan 14, 2011, at 11:35 PM, Andy Walls wrote:
> Receive with lirc_zilog does actually work slightly better, though its still
> not perfect. Each key press (using irw to watch) always results in at least
> two lines of output, both with seq
On Wed, 12 Jan 2011, Alberto Panizzo wrote:
> If the camera was set to output formats like RGB565 YUYV or SBGGR10,
> the resulting image was scrambled due to erroneous interpretations of
> horizontal parameter's units.
>
> This patch in fourcc_to_ipu_pix, eliminate also the pixel formats mappings
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 Jan 15 19:00:28 CET 2011
git master: 59365d136d205cc20fe666ca7f89b1c5001b0d5a
git media-master: gcc version: i6
On Tuesday 11 January 2011 14:57:43 mmanzato wrote:
> Same behaviour here. I'm with Mythbuntu 10.10.
>
> TDA10048 firwmare is found in the linux-firmware-nonfree Ubuntu package.
> From what I can see in dmesg it is loaded correctly.
>
> http://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-11
This patch fixes saa7134 driver to allow both analog and digital modes
to work. While here, I fixed some issues I saw at tda8290 driver and
on mb82a20s.
The biggest issue I found is a a hard to track bug between
tda829x/tda18271/saa7134. This series adds a workaround for it, but
we'll need to do
There are some weird bugs at tda8290/tda18271 initialization, as it
insits do do analog initialization during DVB frontend attach:
DVB: registering new adapter (saa7133[0])
DVB: registering adapter 0 frontend 0 (Fujitsu mb86A20s)...
mb86a20s: mb86a20s_initfe
tda18271_write_regs: [2-0060|M] ERROR:
Due to a hard to track bug between tda829x/tda18271/saa7134, tda829x
wants to go to analog mode during DVB initialization, causing some
I2C errors.
The analog failure doesn't cause any harm, as the device were already
properly initialized in analog mode. However, the failure at the digital
mode ca
This patch fixes digital mode on Kworld SBTVD. Unfortunately, it disables
analog mode.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/video/saa7134/saa7134-cards.c
b/drivers/media/video/saa7134/saa7134-cards.c
index b242600..dea90a1 100644
--- a/drivers/media/video/saa7134/saa7
A script replaced err var to rc. Howerver, this script gambled
"error" string, changing it to "rcor". Revert that bad change.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/dvb/frontends/mb86a20s.c
b/drivers/media/dvb/frontends/mb86a20s.c
index d3ad3e7..e06507d 100644
--- a/dri
There were some issues at tda8290 that were preventing this device
to work. Now that those fixes were fixed, we can enable analog
mode.
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/video/saa7134/saa7134-cards.c
b/drivers/media/video/saa7134/saa7134-cards.c
index e7aa588..b242
On Kworld SBTVD, tda8295-c1 starts in power off mode. It needs
to be powered, otherwise, the I2C gate control command won't work.
Cc: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab
diff --git a/drivers/media/common/tuners/tda8290.c
b/drivers/media/common/tuners/tda8290.c
index 11ea4e0..41
If tda8290 is detected, but no tuner is found, the driver will do bad
things:
tuner 2-0060: chip found @ 0xc0 (saa7133[0])
tda829x 2-0060: could not clearly identify tuner address, defaulting to 60
tda829x 2-0060: tuner access failed!
BUG: unable to handle kernel NULL pointer dereference at 00
Read operations should be preceeded by a write operation. However,
nothing prevents that an I2C operation could happen between the two
transactions.
To avoid that problem, use an unique I2C transfer for both parts of
the I2C transaction.
Cc: Michael Krufky
Signed-off-by: Mauro Carvalho Chehab
Hello.
On 14-01-2011 16:31, Manjunath Hadli wrote:
This patch implements the overall device creation for the Video
display driver.
It does not only that...
Signed-off-by: Manjunath Hadli
Acked-by: Muralidharan Karicheri
Acked-by: Hans Verkuil
[...]
diff --git a/arch/arm/mach-davinci/d
Em 15-01-2011 13:15, Pasquale Riccio escreveu:
> How do I verify if I have the latest headers? do I use the Ubuntu
> repositories to update (apt-get) or should I download a version from
> somewhere?
Sorry, I've no idea. I'm not an Ubuntu user, but it seems that they compile
alsa on a separate
On Sat, 2011-01-15 at 07:50 -0500, Andy Walls wrote:
> Jarod Wilson wrote:
> >Forgot to mention: I think it was suggested that one could use ir-kbd-i2c
> >for receive and lirc_zilog for transmit, at the same time. With ir-kbd-i2c
> >already loaded, lirc_zilog currently won't bind to anything.
>
Em 15-01-2011 03:03, Pasquale escreveu:
> Hello I am running the following OS "Ubuntu 10.04.1 LTS"
> with Mythtv I have a WinTv HVR-980 and hvae no sound with
> video see errors below any assistance would be appreciated.
>
> I should have a /dev/dsp1 but I can not find it?
>
>
> [ 28.349674]
On Sat, 2011-01-15 at 00:37 -0500, Jarod Wilson wrote:
> On Jan 14, 2011, at 11:35 PM, Andy Walls wrote:
>
>
> A single button press w/ir-kbd-i2c debugging and your patch:
>
> ir-kbd-i2c: ir_poll_key
> ir-kbd-i2c: get_key_haup_common: received bytes: 80 00 00 fe 54 00
> T.
> ir-kbd-
Hi Patrick,
On Fri, Jan 14, 2011 at 06:11:24PM +0100, Patrick Boettcher wrote:
>On Wed, 12 Jan 2011, Mauro Carvalho Chehab wrote:
>>Em 12-01-2011 11:17, Robin Humble escreveu:
>>>this is basically a re-post of
>>> http://www.linuxtv.org/pipermail/linux-dvb/2010-September/032744.html
>>>which fixe
Hello List
How long does it usually take til patches are integrated into the media build tree ( after
posting these here ) ?
I'm just wondering because I miss some patches posted here.
--
Helmut Auer, hel...@helmutauer.de
--
To unsubscribe from this list: send the line "unsubscribe linux-media
Hi!
I have a Technotrend C-2300 which have been working great with MythTV
on Mythbuntu 8.10 for both FTA and encrypted channels.
About two weeks ago I decided to reinstall my HTPC and install Gentoo
instead, as that is the distro I usually prefer...
but whatever I tried, I just couldn't get the C-
With my newly hacked lirc_zilog, try using the 'tx_only' parameter please.
It's not quite ready yet, but I'd like to know if it can bind.
If you already loaded a lirc_zilog without my latest patches, the i2c subsystem
might have bogus crud still registered. A reboot might be needed for a valid
27 matches
Mail list logo