On Mon, 5 Sep 2005, Franck wrote:
> 2005/9/1, Alan Stern <[EMAIL PROTECTED]>: > > On Thu, 1 Sep 2005, Franck wrote: > > > > Sure. All the information in the hub descriptor is available, including > > the number of ports and whether they are fixed or removable. > > > > BTW, I looked at sl811 host driver and it seems to me that the root > hub descriptor is not correct. Its "DeviceRemovable" field is set > with: > > desc->bitmap[0] = 1 << 1; > > Setting bit 1 to 1 indicates that the root hub's port1 has a > non-removable device attached. Is it correct ? You are right. DeviceRemovable is used in kernel only for debugging and for nothing else, as far as I understand. Therefore, this setting should be harmless. Olav ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
