Hello,
    Why is it that I can still succesfully execute a usb_control_msg()
even if disable interrupts i.e.

save_flags(flags);
cli();
usb_control_msg();
restore_flags(flags);

Is the usb subsystem checking for it and re-enabling interrupts somehow?

Thanks,
Gabriel

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to