X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fsetup%2Fusetup%2Finterface%2Fdevinst.c;h=3c1e43d26967c51c983d804c363bb60d55967cd7;hp=0f3f1ed7fed0ba4886e1cb8e68754f674b758203;hb=3a034047fc566b9d527f833df29a3fff4408bcb7;hpb=f5223ccf133235b79819ae7f6c231075b46e0730 diff --git a/base/setup/usetup/interface/devinst.c b/base/setup/usetup/interface/devinst.c index 0f3f1ed7fed..3c1e43d2696 100644 --- a/base/setup/usetup/interface/devinst.c +++ b/base/setup/usetup/interface/devinst.c @@ -63,6 +63,7 @@ InstallDriver( if (!SetupFindFirstLineW(hInf, L"BootBusExtenders.Load", Driver, &Context) && !SetupFindFirstLineW(hInf, L"BusExtenders.Load", Driver, &Context) && !SetupFindFirstLineW(hInf, L"SCSI.Load", Driver, &Context) + && !SetupFindFirstLineW(hInf, L"InputDevicesSupport.Load", Driver, &Context) && !SetupFindFirstLineW(hInf, L"Keyboard.Load", Driver, &Context)) return FALSE; if (!INF_GetDataField(&Context, 1, &ImagePath))