View | Details | Raw Unified | Return to bug 270509 | Differences between
and this patch

Collapse All | Expand All

(-)x11-drivers/xf86-video-vesa/files/patch-vesa.c (+15 lines)
Added Link Here
1
--- src/vesa.c.orig	2020-09-10 18:04:05.000000000 -0400
2
+++ src/vesa.c	2023-03-29 18:51:06.019095000 -0400
3
@@ -464,10 +464,12 @@
4
     if (pScrn != NULL) {
5
 	VESAPtr pVesa;
6
 
7
+/*
8
 	if (pci_device_has_kernel_driver(dev)) {
9
 	    ErrorF("vesa: Ignoring device with a bound kernel driver\n");
10
 	    return FALSE;
11
 	}
12
+*/
13
 
14
 	pVesa = VESAGetRec(pScrn);
15
 	VESAInitScrn(pScrn);

Return to bug 270509