Commit 69459f3d authored by Oliver Endriss's avatar Oliver Endriss Committed by Linus Torvalds

[PATCH] DVB: Fixed DiSEqC timing for saa7146-based budget cards

Fixed DiSEqC timing for saa7146-based budget cards (speed-up ioctls using
SAA7146_I2C_SHORT_DELAY)
Signed-off-by: default avatarOliver Endriss <o.endriss@gmx.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f95006f8
...@@ -1020,6 +1020,8 @@ MODULE_DEVICE_TABLE(pci, pci_tbl); ...@@ -1020,6 +1020,8 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);
static struct saa7146_extension budget_extension = { static struct saa7146_extension budget_extension = {
.name = "budget_av", .name = "budget_av",
.flags = SAA7146_I2C_SHORT_DELAY,
.pci_tbl = pci_tbl, .pci_tbl = pci_tbl,
.module = THIS_MODULE, .module = THIS_MODULE,
......
...@@ -1166,7 +1166,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl); ...@@ -1166,7 +1166,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);
static struct saa7146_extension budget_extension = { static struct saa7146_extension budget_extension = {
.name = "budget_ci dvb\0", .name = "budget_ci dvb\0",
.flags = 0, .flags = SAA7146_I2C_SHORT_DELAY,
.module = THIS_MODULE, .module = THIS_MODULE,
.pci_tbl = &pci_tbl[0], .pci_tbl = &pci_tbl[0],
......
...@@ -738,7 +738,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl); ...@@ -738,7 +738,7 @@ MODULE_DEVICE_TABLE(pci, pci_tbl);
static struct saa7146_extension budget_extension = { static struct saa7146_extension budget_extension = {
.name = "budget dvb\0", .name = "budget dvb\0",
.flags = 0, .flags = SAA7146_I2C_SHORT_DELAY,
.module = THIS_MODULE, .module = THIS_MODULE,
.pci_tbl = pci_tbl, .pci_tbl = pci_tbl,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment