| Submitter | Dhananjay Phadke |
|---|---|
| Date | Sept. 30, 2008, 4:05 p.m. |
| Message ID | <1222790748-31209-1-git-send-email-dhananjay@netxen.com> |
| Download | mbox | patch |
| Permalink | /patch/2112/ |
| State | Rejected |
| Delegated to: | Jeff Garzik |
| Headers | show |
Comments
Patch
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index a65b082..6954096 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2256,6 +2256,11 @@ #define PCI_DEVICE_ID_NX2031_XG_MGMT 0x0024 #define PCI_DEVICE_ID_NX2031_XG_MGMT2 0x0025 #define PCI_DEVICE_ID_NX3031 0x0100 +#define PCI_SUBVENDOR_ID_HP 0x103c +#define PCI_SUBDEVICE_ID_HP_NC522M 0x171b +#define PCI_SUBDEVICE_ID_HP_NC375I_NC524SFP 0x3251 +#define PCI_SUBDEVICE_ID_HP_NC375I 0x705a +#define PCI_SUBDEVICE_ID_HP_NC522SFP 0x705b #define PCI_VENDOR_ID_AKS 0x416c #define PCI_DEVICE_ID_AKS_ALADDINCARD 0x0100
Signed-off-by: Dhananjay Phadke <dhananjay@netxen.com> --- include/linux/pci_ids.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)