Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: mt352, site updated, diff
Wolfram Joost wrote:
Hi,
I updated the version on http://www.frokaschwei.net/avtv771/avermedia.html. I
changed Christopher Pascoe's patch because I don't want to disable the
recovery.
Wolfram
------------------------------------------------------------------------
--- mt352.c.cvs 2004-06-28 20:08:21.000000000 +0200
+++ mt352.c 2004-06-29 20:57:07.000000000 +0200
@@ -83,7 +83,7 @@
{
{
.addr = 0x50,
- .flags = I2C_M_NOSTART,
+ .flags = 0,
If I understand the MT352 spec right i2c read transfers from the MT352
have to get executed without STOP condition (this scenario is called
RESTART condition in the Philips i2c spec). Even if the I2C_M_NOSTART
name is misleading this flag achieves this requirement in most i2c drivers.
Holger
Home |
Main Index |
Thread Index