diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2006-11-01 17:09:51 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-10 12:05:35 +0100 |
commit | 00c4cc67512ada1d195b8bf3ef1db1d6b3951605 (patch) | |
tree | 6762d02be73a14e411bb79c715c4fd79b0f07470 /drivers/media/dvb/ttpci/budget.c | |
parent | V4L/DVB (4915): Saa7146: Add timeout protection for I2C interrupt (diff) | |
download | linux-00c4cc67512ada1d195b8bf3ef1db1d6b3951605.tar.xz linux-00c4cc67512ada1d195b8bf3ef1db1d6b3951605.zip |
V4L/DVB (4916): Av7110,budget,budget-ci,budget-av: Use interrupt mode for I2C transfers
Use interrupt mode for I2C transfers.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttpci/budget.c')
-rw-r--r-- | drivers/media/dvb/ttpci/budget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/budget.c b/drivers/media/dvb/ttpci/budget.c index 56f1c80defc6..9268a82bada6 100644 --- a/drivers/media/dvb/ttpci/budget.c +++ b/drivers/media/dvb/ttpci/budget.c @@ -555,7 +555,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl); static struct saa7146_extension budget_extension = { .name = "budget dvb", - .flags = SAA7146_I2C_SHORT_DELAY, + .flags = SAA7146_USE_I2C_IRQ, .module = THIS_MODULE, .pci_tbl = pci_tbl, |