Author: cwittich
Date: Fri Mar 20 08:18:38 2015
New Revision: 66830

URL: http://svn.reactos.org/svn/reactos?rev=66830&view=rev
Log:
[I8042PRT]
apply the hack for Hyper-V as well

Modified:
    trunk/reactos/drivers/input/i8042prt/hwhacks.c

Modified: trunk/reactos/drivers/input/i8042prt/hwhacks.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/input/i8042prt/hwhacks.c?rev=66830&r1=66829&r2=66830&view=diff
==============================================================================
--- trunk/reactos/drivers/input/i8042prt/hwhacks.c      [iso-8859-1] (original)
+++ trunk/reactos/drivers/input/i8042prt/hwhacks.c      [iso-8859-1] Fri Mar 20 
08:18:38 2015
@@ -59,7 +59,7 @@
 //    { {{BOARD_VENDOR, "RIOWORKS"}, {BOARD_NAME, "HDAMB"}, {BOARD_VERSION, 
"Rev E"}}, FL_NOLOOP },
 //    { {{BOARD_VENDOR, "ASUSTeK Computer Inc."}, {BOARD_NAME, "G1S"}, 
{BOARD_VERSION, "1.0"}}, FL_NOLOOP },
 
-    { {{SYS_VENDOR, "Microsoft Corporation"}, {SYS_PRODUCT, "Virtual 
Machine"}, {SYS_VERSION, "VS2005R2"} }, FL_INITHACK },
+    { {{SYS_VENDOR, "Microsoft Corporation"}, {SYS_PRODUCT, "Virtual 
Machine"}}, FL_INITHACK },
     { {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D530                 
  "}}, FL_INITHACK },
     { {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D531                 
  "}}, FL_INITHACK },
     { {{SYS_VENDOR, "Dell Inc."}, {SYS_PRODUCT, "Latitude D600                 
  "}}, FL_INITHACK },


Reply via email to