mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Load PS/2 mouse and mouse class drivers on startup
svn path=/trunk/; revision=1920
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: loader.c,v 1.79 2001/05/05 19:13:09 chorns Exp $
|
||||
/* $Id: loader.c,v 1.80 2001/05/26 10:05:40 jfilby Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
@@ -679,6 +679,12 @@ VOID LdrLoadAutoConfigDrivers (VOID)
|
||||
*/
|
||||
LdrLoadAutoConfigDriver(L"npfs.sys");
|
||||
|
||||
/*
|
||||
* Mouse drivers
|
||||
*/
|
||||
LdrLoadAutoConfigDriver(L"psaux.sys");
|
||||
LdrLoadAutoConfigDriver(L"mouclass.sys");
|
||||
|
||||
/*
|
||||
* Networking
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user