gpib_pci_ids.h 423 B

1234567891011121314151617181920212223
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __GPIB_PCI_IDS_H
  3. #define __GPIB_PCI_IDS_H
  4. #ifndef PCI_VENDOR_ID_AMCC
  5. #define PCI_VENDOR_ID_AMCC 0x10e8
  6. #endif
  7. #ifndef PCI_VENDOR_ID_CBOARDS
  8. #define PCI_VENDOR_ID_CBOARDS 0x1307
  9. #endif
  10. #ifndef PCI_VENDOR_ID_QUANCOM
  11. #define PCI_VENDOR_ID_QUANCOM 0x8008
  12. #endif
  13. #ifndef PCI_DEVICE_ID_QUANCOM_GPIB
  14. #define PCI_DEVICE_ID_QUANCOM_GPIB 0x3302
  15. #endif
  16. #endif // __GPIB_PCI_IDS_H