freebsd-dev/sys/dev/atkbdc
Justin T. Gibbs e55a65d092 Defer the capture of the "expected sync bits" until the first "normal"
data packet is received from the mouse.  In the case of many KVM's,
this avoids a bug in their mouse emulation that sends back incorrect
sync when you explicitly request a data packet from the mouse.  Without
this change, you must force the driver into stock PS/2 mode or be flooded
with a never ending stream of "out of sync" messages on these KVMs.

Approved by: re
2004-08-17 18:12:37 +00:00
..
atkbd_atkbdc.c add missing #include <sys/module.h> 2004-05-30 20:27:19 +00:00
atkbd_isa.c add missing #include <sys/module.h> 2004-05-30 20:27:19 +00:00
atkbd.c Remove atdevbase and replace it's remaining uses with direct references to 2004-06-10 20:31:00 +00:00
atkbdc_isa.c add missing #include <sys/module.h> 2004-05-30 20:27:19 +00:00
atkbdc_subr.c add missing #include <sys/module.h> 2004-05-30 20:27:19 +00:00
atkbdc.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
atkbdcreg.h Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar to 2003-07-12 18:36:04 +00:00
atkbdreg.h
psm.c Defer the capture of the "expected sync bits" until the first "normal" 2004-08-17 18:12:37 +00:00