|
From: <IC-...@t-...> - 2006-09-04 11:55:28
|
Hello again, >From: "Dan Ellis" <Dan...@ne...> >The problems you are describing sound very much like ones I encountered >when keeping a handle open to the device and putting a laptop into >standby (and got fixed). it seems to be connected with your solved problem. I commented out the usb_close(udev); which was executed after usb_bulk_read failed and before the loop to research for the device is reentered. Coul it be, that Windows unloads the driver, if no handle remains open to the device? Greetings Juergen |