]> xenbits.xensource.com Git - seabios.git/commit
Move ps2ctr manipulation from mouse.c to ps2port.c.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 7 May 2011 18:19:29 +0000 (14:19 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 7 May 2011 18:19:29 +0000 (14:19 -0400)
commit9ead6fc588b783e10fa98ee4d989630be998b4a8
tree73fe03829b993009280808124041bfc2811375fc
parentf31171c11f500c8818a1628ff1b4908a97eb6a85
Move ps2ctr manipulation from mouse.c to ps2port.c.

This simplifies the mouse.c code.  It also prevents USB mouse
interaction from changing the ps2 port setup.
src/mouse.c
src/ps2port.c