Re: [linux-usb-devel] usbdevfs and hotplug race

2004-02-06 Thread Greg KH
On Fri, Feb 06, 2004 at 02:13:36PM +, Bernd Porr wrote: > Hi! > > I've got the following problem with 2.6.2: > > I use a hotplug script to upload firmware (with fxload) into > the usb device (a daq board). > > When the hotplug script is called the file in the usbdevfs > is not yet existing

[linux-usb-devel] usbdevfs and hotplug race

2004-02-06 Thread Bernd Porr
Hi! I've got the following problem with 2.6.2: I use a hotplug script to upload firmware (with fxload) into the usb device (a daq board). When the hotplug script is called the file in the usbdevfs is not yet existing. I have to add a "sleep 1" to wait for that the entry. That's the quick fix