[Bug 1762] New: Add Generic Serial Mouse Driver

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Fri Mar 11 14:00:04 UTC 2011


https://www.rtems.org/bugzilla/show_bug.cgi?id=1762

           Summary: Add Generic Serial Mouse Driver
           Product: RTEMS
           Version: HEAD
          Platform: All
        OS/Version: RTEMS
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: cpukit
        AssignedTo: joel.sherrill at oarcorp.com
        ReportedBy: joel.sherrill at oarcorp.com


Currently the pc386 BSP has code to handle a serial mouse and to parse the
input stream which is tightly tied to its console driver. AFAIK no other BSP
supports a serial mouse at this point.  

The attached patch makes the mouse code in pc386 BSP independent and moves it
to libmisc/mouse.  The serial mouse driver was completely rewritten to be a
virtual driver on top of a serial port.

There are some changes to the pc386 BSP to get the decoupling in place. 
Minimal edits were made to existing files there.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list