From 41b485d5507821e41c3281c3c565647ae7582101 Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Thu, 5 Jul 2007 02:40:07 -0300 Subject: [PATCH] kdrive must to know that devices are unplugged. --- hw/kdrive/src/kinput.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c index 372ffc8d8..efbf260ff 100644 --- a/hw/kdrive/src/kinput.c +++ b/hw/kdrive/src/kinput.c @@ -2382,4 +2382,5 @@ NewInputDeviceRequest(InputOption *options, DeviceIntPtr *pdev) void DeleteInputDeviceRequest(DeviceIntPtr pDev) { + RemoveDevice(pDev); }