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