pci_ids.h 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. /***************************************************************************
  2. * *
  3. * This program is free software; you can redistribute it and/or modify *
  4. * it under the terms of the GNU General Public License as published by *
  5. * the Free Software Foundation; either version 2 of the License, or *
  6. * (at your option) any later version. *
  7. * *
  8. ***************************************************************************/
  9. #ifndef __COMPAT_LINUX_PCI_IDS_H
  10. #define __COMPAT_LINUX_PCI_IDS_H
  11. #include_next <linux/pci_ids.h>
  12. #ifndef PCI_VENDOR_ID_AMCC
  13. #define PCI_VENDOR_ID_AMCC 0x10e8
  14. #endif
  15. #ifndef PCI_VENDOR_ID_CBOARDS
  16. #define PCI_VENDOR_ID_CBOARDS 0x1307
  17. #endif
  18. #ifndef PCI_VENDOR_ID_QUANCOM
  19. #define PCI_VENDOR_ID_QUANCOM 0x8008
  20. #endif
  21. #ifndef PCI_DEVICE_ID_QUANCOM_GPIB
  22. #define PCI_DEVICE_ID_QUANCOM_GPIB 0x3302
  23. #endif
  24. #endif // __COMPAT_LINUX_PCI_IDS_H