The ->Identify hook is not mandatory.
Best comment ever though. Mad props.
This commit is contained in:
parent
af5125968a
commit
b1f2c7a89a
|
@ -716,14 +716,10 @@ InitOutput(ScreenInfo *pScreenInfo, int argc, char **argv)
|
||||||
|
|
||||||
for (i = 0; i < xf86NumDrivers; i++) {
|
for (i = 0; i < xf86NumDrivers; i++) {
|
||||||
xorgHWFlags flags;
|
xorgHWFlags flags;
|
||||||
/* The Identify function is mandatory, but if it isn't there continue */
|
|
||||||
if (xf86DriverList[i]->Identify != NULL)
|
if (xf86DriverList[i]->Identify != NULL)
|
||||||
xf86DriverList[i]->Identify(0);
|
xf86DriverList[i]->Identify(0);
|
||||||
else {
|
|
||||||
xf86Msg(X_WARNING, "Driver `%s' has no Identify function\n",
|
|
||||||
xf86DriverList[i]->driverName ? xf86DriverList[i]->driverName
|
|
||||||
: "noname");
|
|
||||||
}
|
|
||||||
if (!xorgHWAccess
|
if (!xorgHWAccess
|
||||||
&& (!xf86DriverList[i]->driverFunc
|
&& (!xf86DriverList[i]->driverFunc
|
||||||
|| !xf86DriverList[i]->driverFunc(NULL,
|
|| !xf86DriverList[i]->driverFunc(NULL,
|
||||||
|
|
Loading…
Reference in New Issue