Skip to main content

Module probe

Module probe 

Source
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§

ProbeEntry
One VID/PID → driver binding.
ProbeTable
Lookup table used by crate::describe_device / crate::open_port.

Enums§

DriverType
Vendor driver family selected for a USB product.

Functions§

cdc_acm_port_count
Count CDC ACM data/comm interface pairs.