diff options
author | Keith Packard <keithp@keithp.com> | 2011-02-18 12:20:26 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-02-18 12:20:26 -0800 |
commit | 816d67de2ba9bdfe652da32cb6447a3056342b98 (patch) | |
tree | c56f279f6772439932f28d0686a58a6596b5f184 /hw/xfree86 | |
parent | a73c28f0bdafb1c5cb8129179188a99c0ca052e2 (diff) | |
parent | 3bbb70a1a7b24d3d1375b20a13db7011cf961c86 (diff) |
Merge remote branch 'whot/for-keith'
Diffstat (limited to 'hw/xfree86')
-rw-r--r-- | hw/xfree86/common/xf86Init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index a1fda54cd..e664ce451 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -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")) { |