From adfa5221694da19ae39b68c4cb357e120677398c Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 22 Feb 2007 23:17:35 +0000 Subject: [PATCH] hint for me how to solve current problem --- usb-driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb-driver.c b/usb-driver.c index 3f22b08..abbca2b 100644 --- a/usb-driver.c +++ b/usb-driver.c @@ -438,7 +438,7 @@ int do_wdioctl(int fd, unsigned int request, unsigned char *wdioctl) { if (it->dwCounter == 0) { it->dwCounter = 1; } else { - //FIXME: signal + //FIXME: signal durch FUTEX, overload futex! kill(getpid(), SIGHUP); } } else { -- 2.39.2