X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fusb_gadget.h;h=9bba9997947bcd6c4a5b39e7847cd58186d635fb;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=3f0831107a6c6856462656bf469ca3c8321860a6;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/linux/usb_gadget.h b/include/linux/usb_gadget.h index 3f0831107..9bba99979 100644 --- a/include/linux/usb_gadget.h +++ b/include/linux/usb_gadget.h @@ -767,12 +767,6 @@ usb_gadget_disconnect (struct usb_gadget *gadget) * the (remote) host can't do that any longer; or an error state might * be cleared, to make the device behave identically whether or not * power is maintained. - * - * If the OTG b_hnp_enabled flag is set during a suspend() call, the - * device may use HNP to switch from "B-Peripheral" to "B-Host" mode - * (or back from "A-Peripheral" mode to the original "A-Host") if - * the gadget driver calls usb_gadget_disconnect() before the device - * is resumed. */ struct usb_gadget_driver { char *function;