patch-2.2.17 linux/drivers/video/macmodes.c
Next file: linux/drivers/video/matroxfb.c
Previous file: linux/drivers/video/igafb.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Sep 4 18:39:22 2000
- Orig file:
v2.2.16/drivers/video/macmodes.c
- Orig date:
Mon Sep 4 18:37:41 2000
diff -u --recursive --new-file v2.2.16/drivers/video/macmodes.c linux/drivers/video/macmodes.c
@@ -367,8 +367,10 @@
continue;
if (var->pixclock > mode->pixclock)
continue;
+#if 0
if ((var->vmode & FB_VMODE_MASK) != mode->vmode)
continue;
+#endif
*vmode = mode->number;
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)