USB class 0x0e — Video
Class code 0x0e marks a device or interface as Video. Operating systems read this value from the descriptor and bind a generic class driver, which is why most video hardware works without a vendor driver even when the VID:PID pair is unrecognised.
How it appears on your system
$ lsusb -v
bInterfaceClass 14 VideoWindows exposes the same value in the compatible IDs list as USB\Class_0E, extended with &SubClass_xx&Prot_xx for the subclass and protocol below.
Subclass and protocol codes
| Subclass | Protocol | Meaning |
|---|---|---|
| 00 | — | Undefined |
| 01 | — | Video Control |
| 02 | — | Video Streaming |
| 03 | — | Video Interface Collection |
Looking up a specific device instead? Search by VID:PID or browse the vendor directory.