Created
October 12, 2015 18:16
-
-
Save samm-git/5e4862bb983b959f2c53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
USB_IF_PROTOCOL_VOID = 0x00, | |
USB_IF_PROTOCOL_3G_MODEM = 0x01, | |
USB_IF_PROTOCOL_3G_PCUI = 0x02, | |
USB_IF_PROTOCOL_3G_DIAG = 0x03, | |
USB_IF_PROTOCOL_PCSC = 0x04, | |
USB_IF_PROTOCOL_3G_GPS = 0x05, | |
USB_IF_PROTOCOL_CTRL = 0x06, | |
USB_IF_PROTOCOL_3G_NDIS = 0x07, | |
USB_IF_PROTOCOL_NDISDATA = 0x08, | |
USB_IF_PROTOCOL_NDISCTRL = 0x09, | |
USB_IF_PROTOCOL_BLUETOOTH = 0x0A, | |
USB_IF_PROTOCOL_FINGERPRINT = 0x0B, | |
USB_IF_PROTOCOL_ACMCTRL = 0x0C, | |
USB_IF_PROTOCOL_MMS = 0x0D, | |
USB_IF_PROTOCOL_3G_PCVOICE = 0x0E, | |
USB_IF_PROTOCOL_DVB = 0x0F, | |
USB_IF_PROTOCOL_MODEM = 0x10, | |
USB_IF_PROTOCOL_NDIS = 0x11, | |
USB_IF_PROTOCOL_PCUI = 0x12, | |
USB_IF_PROTOCOL_DIAG = 0x13, | |
USB_IF_PROTOCOL_GPS = 0x14, | |
USB_IF_PROTOCOL_PCVOICE = 0x15, | |
USB_IF_PROTOCOL_NCM = 0x16, | |
USB_IF_PROTOCOL_CDROM = 0xA1, | |
USB_IF_PROTOCOL_SDRAM = 0xA2, | |
USB_IF_PROTOCOL_RNDIS = 0xA3, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment