Hi ,

If i set the hcd->power_budget field in the usb_hcd structure to 8mA
hcd->power_budget = 8mA,
then in the register_root_hub() function , the following line would
restrict the root hub power budget to each child to
rhdev->bus_mA = min(500u, hcd->power_budget) = 8mA,

Now when i connect a device , whose configuration descriptor contains
the power requirements mentions more than 8mA,  What will happen. ?

Thanks


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
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