Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines special actions UFX should take when the client driver calls the UfxDevicePortDetectCompleteEx function.
Syntax
typedef enum _USBFN_ACTION {
UsbfnActionNone,
UsbfnActionNoCad,
UsbfnActionDetectProprietaryCharger
} USBFN_ACTION, *PUSBFN_ACTION;
Constants
UsbfnActionNone No special action should be taken. |
UsbfnActionNoCad UFX should not notify the battery manager about the detected port type or the maximum current that can be drawn from the upstream port. |
UsbfnActionDetectProprietaryCharger UFX should initiate proprietary charger detection by calling the client driver’s EVT_UFX_DEVICE_DETECT_PROPRIETARY_CHARGER callback function. |
Requirements
Requirement | Value |
---|---|
Header | ufxbase.h |