Can we create our own USB composite for SL8082BTA?

This enum specifies all USB ACM class configurable
*/
typedef enum
{
ADL_USB_ACM_VENDOR_SPECIFIC_CLASS , ///< ACM class will be equal to 0xFF for the next starts. (default configuration)
ADL_USB_ACM_STANDARD_CLASS , ///< ACM class will be equal to 0x02 for the next starts.
ADL_USB_ACM_MAX
} adl_UsbACMClassConfig_e ;

By default device has configured with ADL_USB_ACM_VENDOR_SPECIFIC_CLASS and now i could able to configure ADL_USB_ACM_STANDARD_CLASS but i am not able to see
any own USB port in device manager. Please help me out how to create own USB composite for SL8082BTA.