OpenBSD modifications: no special treatement of sparc keyboard.
This commit is contained in:
parent
ad2506dca6
commit
161a0bb55b
@ -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 ...
|
||||||
|
Loading…
Reference in New Issue
Block a user