summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-14 14:56:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-14 14:56:08 +0000
commit3d6c1bb6b428b9735d6dd84a847abe94e9274bd2 (patch)
tree55548176f095055dd1d68ae8b29953b884b4c00b /cpukit/ChangeLog
parent2011-03-14 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-3d6c1bb6b428b9735d6dd84a847abe94e9274bd2.tar.bz2
2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1762/cpukit * Makefile.am, preinstall.am, libmisc/Makefile.am, wrapup/Makefile.am: Add generic serial mouse driver and mouse parser. The parser code was in the pc386 BSP but was generic so cleaned up and placed here. Serial mouse driver itself is new. * libmisc/mouse/README, libmisc/mouse/mouse_parser.c, libmisc/mouse/mouse_parser.h, libmisc/mouse/serial_mouse.c, libmisc/mouse/serial_mouse.h: New files.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b767840547..b44370da7c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,14 @@
+2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1762/cpukit
+ * Makefile.am, preinstall.am, libmisc/Makefile.am, wrapup/Makefile.am:
+ Add generic serial mouse driver and mouse parser. The parser code was
+ in the pc386 BSP but was generic so cleaned up and placed here.
+ Serial mouse driver itself is new.
+ * libmisc/mouse/README, libmisc/mouse/mouse_parser.c,
+ libmisc/mouse/mouse_parser.h, libmisc/mouse/serial_mouse.c,
+ libmisc/mouse/serial_mouse.h: New files.
+
2011-03-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
* score/include/rtems/score/sysstate.h: Spelling.