NetBSD/sys/dev/pckbport
jdc b0cdfa37f7 Add two flags to keyboard/mouse attachment:
PCKBC_CANT_TRANSLATE for keyboards that cannot translate to XT scancodes
  PCKBC_NEED_AUXWRITE for mice that don't probe first time
These flags can be set by the port-specific attachments.

Add the translation table and function to handle set 2 to set 1 keyboard
translation in software.

Based on OpenBSD sys/dev/ic/pckbc.c revisions 1.10, 1.16, 1.17, and
sys/dev/pckbc/pckbd.c revision 1.15, and 8042 scan code information at:

  http://www.computer-engineering.org/ps2keyboard/

Note, that this changes the signature of pckbc_cnattach(), so ride the
kernel version bump for namei.
2012-10-13 17:51:28 +00:00
..
elantech.c add support for elantech (v2) touchpads that report input pressure 2012-01-07 10:27:58 +00:00
elantechreg.h
elantechvar.h add support for elantech (v2) touchpads that report input pressure 2012-01-07 10:27:58 +00:00
files.pckbport options PMS_DISABLE_POWERHOOK has been obsolete for a while now, 2011-09-07 19:05:13 +00:00
Makefile
pckbd.c Add two flags to keyboard/mouse attachment: 2012-10-13 17:51:28 +00:00
pckbdreg.h
pckbdvar.h
pckbport.c const-ify input command buffer argument to 2011-09-09 14:00:01 +00:00
pckbportvar.h const-ify input command buffer argument to 2011-09-09 14:00:01 +00:00
pms.c Replace pms_synaptics_send_command() and identical pms_elantech_send_command() 2011-09-09 14:29:47 +00:00
pmsreg.h
pmsvar.h Replace pms_synaptics_send_command() and identical pms_elantech_send_command() 2011-09-09 14:29:47 +00:00
synaptics.c Remove a couple of (void *) casts added in the previous commin. 2012-06-03 13:52:46 +00:00
synapticsreg.h Correct and improve some comments. Collect unused variables. Add a define. 2011-09-10 18:38:20 +00:00
synapticsvar.h Correct and improve some comments. Collect unused variables. Add a define. 2011-09-10 18:38:20 +00:00
wskbdmap_mfii.c fixes from gilbert dot fernandes at orange dot fr 2011-07-22 23:22:38 +00:00
wskbdmap_mfii.h