> So if I see "300" as a value for timeout as an argument of
> usb_control_msg() [as in dabusb.c and dsbr100.c], 
> this will mean different times on different platforms... ummpf!

This is why you will often see 

        foo_with_delay(xyz, HZ/5)

type stuff. (and on almost all platforms HZ is a constant so gcc optimises the
division away at compile time



_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
http://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to