2006-10-13 16:12:56

by Kumar Gala

[permalink] [raw]
Subject: constants vs #define for PCI_DEVICE_/PCI_VENDOR_

I remember some discussion back and forth about the use of constants
in pci_device_id entries versus defining new PCI_DEVICE_foo/
PCI_VENDOR_foo defines. What is the current coding style of choice
if the vendor & device id's dont exit in pci_ids.h?

- kumar