mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 08:20:05 +01:00
More kbd fun: write out "kbd" from Xorg -configure (#1078).
This commit is contained in:
parent
e483fe3ec3
commit
597fdae93e
1 changed files with 5 additions and 0 deletions
|
|
@ -257,7 +257,12 @@ configureInputSection (void)
|
|||
parsePrologue (XF86ConfInputPtr, XF86ConfInputRec)
|
||||
|
||||
ptr->inp_identifier = "Keyboard0";
|
||||
#ifdef USE_DEPRECATED_KEYBOARD_DRIVER
|
||||
#error hat
|
||||
ptr->inp_driver = "keyboard";
|
||||
#else
|
||||
ptr->inp_driver = "kbd";
|
||||
#endif
|
||||
ptr->list.next = NULL;
|
||||
|
||||
/* Crude mechanism to auto-detect mouse (os dependent) */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue