Am Freitag, 30. April 2004 00:11 schrieb David Brownell:
> +       /* see 7.1.7.6 */
> +       status = set_port_feature(hubdev, port, USB_PORT_FEAT_SUSPEND);
> +       if (status)
> +               dev_dbg(&hub->intf->dev,
> +                       "can't suspend port %d, status %d\n",
> +                       port, status);

That probanly should reset remote wakeup

+       /* see 7.1.7.7; affects power usage, but not budgeting */
+       status = clear_port_feature(hubdev, port, USB_PORT_FEAT_SUSPEND);
+       if (status) {
+               dev_dbg(&hub->intf->dev,
+                       "can't resume port %d, status %d\n",
+                       port, status);

Shouldn't that trigger a disconnect()?

        Regards
                Oliver





-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to