package pci-db

  1. Overview
  2. Docs
Library to parse and query the pci.ids database of PCI devices

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
sha256=9676fde7484d0a47dc96b1ead6cfccb57fc9e29e5f73750cd7e667cb8118e0bb
md5=a70d017e2a0e7782e0473e16c45f5aa7

doc/pci-db/Pci_db_types/Id/index.html

Module Pci_db_types.IdSource

Sourcetype t =
  1. | CLASS_ID of int64
  2. | SUBCLASS_ID of int64
  3. | PROGIF_ID of int64
  4. | VENDOR_ID of int64
  5. | DEVICE_ID of int64
  6. | SUBDEVICE_ID of int64 * int64
Sourceval to_string : t -> string
Sourceval compare : 'a -> 'a -> int