SOURCES: kernel-desktop-small_fixes.patch - removed obsolete chunk...
adamg
adamg at pld-linux.org
Mon Aug 7 16:16:19 CEST 2006
Author: adamg Date: Mon Aug 7 14:16:19 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- removed obsolete chunk (already applied)
---- Files affected:
SOURCES:
kernel-desktop-small_fixes.patch (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SOURCES/kernel-desktop-small_fixes.patch
diff -u SOURCES/kernel-desktop-small_fixes.patch:1.11 SOURCES/kernel-desktop-small_fixes.patch:1.12
--- SOURCES/kernel-desktop-small_fixes.patch:1.11 Mon Jul 31 13:47:31 2006
+++ SOURCES/kernel-desktop-small_fixes.patch Mon Aug 7 16:16:14 2006
@@ -48,39 +48,3 @@
/* Enforce in-order execution of data I/O.
* No distinction between read/write on PPC; use eieio for all three.
*/
---- linux-2.6.17.7.orig/drivers/media/dvb/ttpci/budget-av.c 2006-07-25 14:53:19.000000000 +0100
-+++ linux-2.6.17.7/drivers/media/dvb/ttpci/budget-av.c 2006-07-25 15:25:32.000000000 +0100
-@@ -58,6 +58,7 @@
- struct tasklet_struct ciintf_irq_tasklet;
- int slot_status;
- struct dvb_ca_en50221 ca;
-+ u8 reinitialise_demod:1;
- };
-
- /* GPIO Connections:
-@@ -214,8 +215,9 @@
- while (--timeout > 0 && ciintf_read_attribute_mem(ca, slot, 0) != 0x1d)
- msleep(100);
-
-- /* reinitialise the frontend */
-- dvb_frontend_reinitialise(budget_av->budget.dvb_frontend);
-+ /* reinitialise the frontend if necessary */
-+ if (budget_av->reinitialise_demod)
-+ dvb_frontend_reinitialise(budget_av->budget.dvb_frontend);
-
- if (timeout <= 0)
- {
-@@ -1064,12 +1066,10 @@
- fe = tda10021_attach(&philips_cu1216_config,
- &budget_av->budget.i2c_adap,
- read_pwm(budget_av));
-- if (fe) {
-- fe->ops.tuner_ops.set_params = philips_cu1216_tuner_set_params;
-- }
- break;
-
- case SUBID_DVBC_KNC1_PLUS:
-+ budget_av->reinitialise_demod = 1;
- fe = tda10021_attach(&philips_cu1216_config,
- &budget_av->budget.i2c_adap,
- read_pwm(budget_av));
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/kernel-desktop-small_fixes.patch?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list