[ros-diffs] [ion] 14938: Byebye decrepit drivers

ion at svn.reactos.com ion at svn.reactos.com
Mon May 2 00:29:20 CEST 2005


Byebye decrepit drivers
Modified: trunk/reactos/Makefile
Modified: trunk/reactos/drivers/input/Makefile
Deleted: trunk/reactos/drivers/input/keyboard/
Deleted: trunk/reactos/drivers/input/psaux/
  _____  

Modified: trunk/reactos/Makefile
--- trunk/reactos/Makefile	2005-05-01 22:26:55 UTC (rev 14937)
+++ trunk/reactos/Makefile	2005-05-01 22:29:18 UTC (rev 14938)
@@ -84,7 +84,7 @@

 DEVICE_DRIVERS = beep blue debugout null serial bootvid
 
 # Kernel mode input drivers
-INPUT_DRIVERS = keyboard mouclass psaux sermouse i8042prt kbdclass
+INPUT_DRIVERS = mouclass sermouse i8042prt kbdclass
 
 # Kernel mode file system drivers
 # cdfs ext2 fs_rec ms np vfat
  _____  

Modified: trunk/reactos/drivers/input/Makefile
--- trunk/reactos/drivers/input/Makefile	2005-05-01 22:26:55 UTC
(rev 14937)
+++ trunk/reactos/drivers/input/Makefile	2005-05-01 22:29:18 UTC
(rev 14938)
@@ -6,7 +6,7 @@

 
 include $(PATH_TO_TOP)/rules.mak
 
-DRIVERS = keyboard mouclass psaux sermouse i8042prt kbdclass
+DRIVERS = mouclass sermouse i8042prt kbdclass
 
 all: $(DRIVERS)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050502/0badbde6/attachment.html


More information about the Ros-diffs mailing list