Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/dev/wscons



Module Name:    syssrc
Committed By:   augustss
Date:           Sat Oct 13 13:36:03 UTC 2001

Modified Files:
        syssrc/sys/dev/wscons: wsdisplay.c wsdisplayvar.h wskbd.c wsmouse.c
            wsmux.c wsmuxvar.h

Log Message:
Two changes to the wsmux code:
* Allow the wsmux used by wsdisplay for the keyboard(s) to be explicitely
  specified with the kbdmux locator.
* Allow keyboards and mice that have a mux to be opened in the regular way.
These changes should be totally backwards compatible.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 syssrc/sys/dev/wscons/wsdisplay.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/dev/wscons/wsdisplayvar.h
cvs rdiff -r1.43 -r1.44 syssrc/sys/dev/wscons/wskbd.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/wscons/wsmouse.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/wscons/wsmux.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/wscons/wsmuxvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index