xfree86: minor comment fix. HAL → config backend
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Fernando Carrijo <fcarrijo@freedesktop.org>
This commit is contained in:
parent
f3861522fe
commit
cd7059db4a
|
@ -962,7 +962,7 @@ DeleteInputDeviceRequest(DeviceIntPtr pDev)
|
||||||
else
|
else
|
||||||
xf86DeleteInput(pInfo, 0);
|
xf86DeleteInput(pInfo, 0);
|
||||||
|
|
||||||
/* devices added through HAL aren't in the config layout */
|
/* devices added by the config backend aren't in the config layout */
|
||||||
it = xf86ConfigLayout.inputs;
|
it = xf86ConfigLayout.inputs;
|
||||||
while(*it && *it != idev)
|
while(*it && *it != idev)
|
||||||
it++;
|
it++;
|
||||||
|
|
Loading…
Reference in New Issue