[ros-diffs] [hpoussin] 20251: Use the right default value for the serial port baud rate

hpoussin at svn.reactos.com hpoussin at svn.reactos.com
Sun Dec 18 19:12:49 CET 2005


Use the right default value for the serial port baud rate
Modified: trunk/reactos/drivers/input/sermouse/sermouse.c
  _____  

Modified: trunk/reactos/drivers/input/sermouse/sermouse.c
--- trunk/reactos/drivers/input/sermouse/sermouse.c	2005-12-18
17:53:33 UTC (rev 20250)
+++ trunk/reactos/drivers/input/sermouse/sermouse.c	2005-12-18
18:12:36 UTC (rev 20251)
@@ -42,7 +42,7 @@

 	ULONG DefaultMouseDataQueueSize = 0x64;
 	ULONG DefaultNumberOfButtons = 0;
 	UNICODE_STRING DefaultPointerDeviceBaseName =
RTL_CONSTANT_STRING(L"PointerPort");
-	ULONG DefaultSampleRate = SERIAL_BAUD_1200;
+	ULONG DefaultSampleRate = 1200;
 
 	ParametersRegistryKey.Length = 0;
 	ParametersRegistryKey.MaximumLength = RegistryPath->Length +
sizeof(L"\\Parameters") + sizeof(UNICODE_NULL);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051218/4cf1fffe/attachment.html


More information about the Ros-diffs mailing list