- Simplify the code for connecting the interrupts.
authorColin Finck <colin@reactos.org>
Tue, 18 Mar 2008 12:00:29 +0000 (12:00 +0000)
committerColin Finck <colin@reactos.org>
Tue, 18 Mar 2008 12:00:29 +0000 (12:00 +0000)
commit9050d4be2377a681622127c7738e826605cf310b
tree7c0b5e402ed5d8816f93cb151a35ca7eb6ef868f
parent2755d2da2f75576c46fbe70e14ab96b5142046b2
- Simplify the code for connecting the interrupts.
  Don't use three code pathes (keyboard; mouse; keyboard & mouse) anymore and don't check again in EnableInterrupts(), which devices are present.
  Instead prepare the flags for i8042ChangeMode() already in StartProcedure() and pass them later.
- Constify the result of CTRL_SELF_TEST (0x55) as KBD_SELF_TEST_OK.
- Add a bug number as a reference for the system flag setting.

svn path=/trunk/; revision=32718
reactos/drivers/input/i8042prt/i8042prt.h
reactos/drivers/input/i8042prt/pnp.c