USB class 0x02 Communications

Class code 0x02 marks a device or interface as Communications. Operating systems read this value from the descriptor and bind a generic class driver, which is why most communications hardware works without a vendor driver even when the VID:PID pair is unrecognised.

How it appears on your system

$ lsusb -v
    bInterfaceClass       2 Communications

Windows exposes the same value in the compatible IDs list as USB\Class_02, extended with &SubClass_xx&Prot_xx for the subclass and protocol below.

Subclass and protocol codes

SubclassProtocolMeaning
01Direct Line
02Abstract (modem)
0200None
0201AT-commands (v.25ter)
0202AT-commands (PCCA101)
0203AT-commands (PCCA101 + wakeup)
0204AT-commands (GSM)
0205AT-commands (3G)
0206AT-commands (CDMA)
02feDefined by command set descriptor
02ffVendor Specific (MSFT RNDIS?)
03Telephone
04Multi-Channel
05CAPI Control
06Ethernet Networking
07ATM Networking
08Wireless Handset Control
09Device Management
0aMobile Direct Line
0bOBEX
0cEthernet Emulation
0c07Ethernet Emulation (EEM)

Looking up a specific device instead? Search by VID:PID or browse the vendor directory.