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
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