diff --git a/[refs] b/[refs] index 634f9f7b0259..597c54b7ff1d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a00c3cadc2bf50b3c925acdb3d0e5789b1650498 +refs/heads/master: f4f4d58734916e816d4b4a7cf61b3fc22ce02683 diff --git a/trunk/include/linux/usb.h b/trunk/include/linux/usb.h index 5811c5da69f9..0924cd9c30f6 100644 --- a/trunk/include/linux/usb.h +++ b/trunk/include/linux/usb.h @@ -110,6 +110,8 @@ enum usb_interface_condition { * @sysfs_files_created: sysfs attributes exist * @needs_remote_wakeup: flag set when the driver requires remote-wakeup * capability during autosuspend. + * @needs_binding: flag set when the driver should be re-probed or unbound + * following a reset or suspend operation it doesn't support. * @dev: driver model's view of this device * @usb_dev: if an interface is bound to the USB major, this will point * to the sysfs representation for that device.