[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: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Oliver Endriss and committed by Linus Torvalds 69459f3d f95006f8

+4 -2
+2
drivers/media/dvb/ttpci/budget-av.c
··· 1020 1020 1021 1021 static struct saa7146_extension budget_extension = { 1022 1022 .name = "budget_av", 1023 + .flags = SAA7146_I2C_SHORT_DELAY, 1024 + 1023 1025 .pci_tbl = pci_tbl, 1024 1026 1025 1027 .module = THIS_MODULE,
+1 -1
drivers/media/dvb/ttpci/budget-ci.c
··· 1166 1166 1167 1167 static struct saa7146_extension budget_extension = { 1168 1168 .name = "budget_ci dvb\0", 1169 - .flags = 0, 1169 + .flags = SAA7146_I2C_SHORT_DELAY, 1170 1170 1171 1171 .module = THIS_MODULE, 1172 1172 .pci_tbl = &pci_tbl[0],
+1 -1
drivers/media/dvb/ttpci/budget.c
··· 738 738 739 739 static struct saa7146_extension budget_extension = { 740 740 .name = "budget dvb\0", 741 - .flags = 0, 741 + .flags = SAA7146_I2C_SHORT_DELAY, 742 742 743 743 .module = THIS_MODULE, 744 744 .pci_tbl = pci_tbl,