Source-Changes archive

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

CVS commit: syssrc/sys/arch/arm/iomd



Module Name:    syssrc
Committed By:   bjh21
Date:           Wed Jun 19 23:02:59 UTC 2002

Modified Files:
        syssrc/sys/arch/arm/iomd: wsqms.c wsqms_iomd.c wsqmsvar.h

Log Message:
Substantial overhaul of the wsqms driver:
Use a callout rather than hanging off the VSYNC interrupt.
Don't emit WSMOUSE_INPUT_ABSOLUTE events, since this isn't an absolute device.
Handle counter wrap-around sensibly, rather than limiting counts.
Don't gratuitously copy sc->sc_dev onto itself at attach time.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/arm/iomd/wsqms.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arm/iomd/wsqms_iomd.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm/iomd/wsqmsvar.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