ChangeSet 1.1002.3.24, 2003/02/26 11:19:37-08:00, [EMAIL PROTECTED]

USB: fix bug that prevented usbcore from shutting down.


 drivers/usb/core/hub.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
--- a/drivers/usb/core/hub.c    Fri Feb 28 14:49:08 2003
+++ b/drivers/usb/core/hub.c    Fri Feb 28 14:49:08 2003
@@ -1148,7 +1148,7 @@
        int ret;
 
        /* Kill the thread */
-       ret = kill_proc(khubd_pid, SIGTERM, 1);
+       ret = kill_proc(khubd_pid, SIGKILL, 1);
 
        wait_for_completion(&khubd_exited);
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to