mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 19:18:03 +02:00
xfree86: fix up an out-of-date comment.
InitInput simply initialises all input devices now. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
c9f7b303a3
commit
3bbb70a1a7
1 changed files with 1 additions and 1 deletions
|
|
@ -808,7 +808,7 @@ InitInput(int argc, char **argv)
|
|||
|
||||
GetEventList(&xf86Events);
|
||||
|
||||
/* Call the PreInit function for each input device instance. */
|
||||
/* Initialize all configured input devices */
|
||||
for (pDev = xf86ConfigLayout.inputs; pDev && *pDev; pDev++) {
|
||||
/* Replace obsolete keyboard driver with kbd */
|
||||
if (!xf86NameCmp((*pDev)->driver, "keyboard")) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue