usbmgmt/usbmgr/device/classdrivers/acm/classcontroller/group/NumberOfAcmFunctions.ini
changeset 0 c9bc50fca66e
equal deleted inserted replaced
-1:000000000000 0:c9bc50fca66e
       
     1 //[ACM X] is referring to the Xth ACM *function*
       
     2 //which is accessed by the (X-1)th ACM *port*.
       
     3 
       
     4 
       
     5 [ACM_CONF]
       
     6 NumberOfAcmFunctions= 1
       
     7 
       
     8 [ACM 1]
       
     9 ProtocolNum= 1     //0x01 - code taken from USBCDC 1.1 Table 17- Hayes compatible modem
       
    10 //ControlInterfaceName= CDCUserControlInterface
       
    11 //DataInterfaceName= CDCUserDataInterface
       
    12 
       
    13 //[AMC 2]
       
    14 //ProtocolNum= 255  //0xFF - Vendor-specific
       
    15 //ControlInterfaceName= CDCSpecificControlInterface
       
    16 //DataInterfaceName= CDCSpecificDataInterface
       
    17