More kbd fun: write out "kbd" from Xorg -configure (#1078).

This commit is contained in:
Kristian Høgsberg 2004-08-14 23:59:52 +00:00
parent e483fe3ec3
commit 597fdae93e

View File

@ -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) */