ChangeSet 1.1002.3.24, 2003/02/26 11:19:37-08:00, greg@kroah.com 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);