OpenBSD modifications: no special treatement of sparc keyboard.

This commit is contained in:
matthieu 2006-11-28 20:31:31 +00:00
parent ad2506dca6
commit 161a0bb55b

View File

@ -578,6 +578,7 @@ PostKbdEvent(InputInfoPtr pInfo, unsigned int scanCode, Bool down)
if (xf86inSuspend)
return;
#ifndef __OpenBSD__
if (pKbd->sunKbd) {
/*
* XXX XXX XXX:
@ -590,6 +591,7 @@ PostKbdEvent(InputInfoPtr pInfo, unsigned int scanCode, Bool down)
scanCode--;
goto sunKeyboards;
}
#endif
/*
* First do some special scancode remapping ...