diff -Nru iuu_phoenix-0.9/V2.6/iuu_phoenix.c iuu_phoenix-0.9-reset/V2.6/iuu_phoenix.c --- iuu_phoenix-0.9/V2.6/iuu_phoenix.c 2009-10-24 12:51:08.000000000 +0200 +++ iuu_phoenix-0.9-reset/V2.6/iuu_phoenix.c 2009-10-24 12:52:03.000000000 +0200 @@ -1062,11 +1062,7 @@ usb_kill_urb(port->write_urb); usb_kill_urb(port->read_urb); usb_kill_urb(port->interrupt_in_urb); - msleep(1000); - /* wait one second to free all buffers */ iuu_led(port, 0, 0, 0xF000, 0xFF); - msleep(1000); - usb_reset_device(port->serial->dev); } }