summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-06-02 10:38:45 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-06-02 10:38:45 +0930
commit95ecaa411aefbcd8e2e00814132cb07b4be4e5bf (patch)
treeb8650eb2c7b9a1f3826e1102fe813280430c31a8
parent5ba07cb54803b8c63e25e8ca1f1787860f684612 (diff)
Revert "xfree86: suspend signals while removing a device."
Left the signals blocked hanging after removing a master device. This reverts commit 74372fd0049676787904f1f9f80f836b97f5f60e.
-rw-r--r--hw/xfree86/common/xf86Xinput.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/xf86Xinput.c
index 2ae463013..efebf1905 100644
--- a/hw/xfree86/common/xf86Xinput.c
+++ b/hw/xfree86/common/xf86Xinput.c
@@ -475,7 +475,6 @@ DeleteInputDeviceRequest(DeviceIntPtr pDev)
drv = pInfo->drv;
idev = pInfo->conf_idev;
}
- OsBlockSignals();
RemoveDevice(pDev);
if (pDev->isMaster)
@@ -485,7 +484,6 @@ DeleteInputDeviceRequest(DeviceIntPtr pDev)
drv->UnInit(drv, pInfo, 0);
else
xf86DeleteInput(pInfo, 0);
- OsReleaseSignals();
/* devices added through HAL aren't in the config layout */
it = xf86ConfigLayout.inputs;