usb hcd questions

"jidong xiao" <[email protected]>
Newsgroups gmane.linux.usb.devel
Message-ID <[email protected]>
1.I noticed there is a new root-hub polling mechanism,what is it?And
what is the old one?

2.struct usb_hcd has an element of unsigned poll_pending, what does
this variable mean?In particular, this method sets poll_pending:

void usb_hcd_poll_rh_status(struct usb_hcd *hcd){
...
		if (length > 0)
			usb_hcd_giveback_urb (hcd, urb);
		else
			hcd->poll_pending = 1;
}

Why for length<=0, we need to set hcd->poll_pending to 1?

Thanks
Jason

-------------------------------------------------------------------------
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/
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.