Expand description
VID/PID probe table (ported from usb-serial-for-android). Driver probing (ported from ProbeTable.java / UsbId.java).
ProbeTable::default_table lists known VID/PID pairs. Unknown CDC composites fall
back to DriverType::CdcAcm when communication/data interfaces are present.
Structs§
- Probe
Entry - One VID/PID → driver binding.
- Probe
Table - Lookup table used by
crate::describe_device/crate::open_port.
Enums§
- Driver
Type - Vendor driver family selected for a USB product.
Functions§
- cdc_
acm_ port_ count - Count CDC ACM data/comm interface pairs.