Module Info.UsbDevice

type t = {
  1. vendor : int;
  2. product : int;
}
val pp : t Fmt.t