Message ID | 20220104064657.2095041-2-dmichail@fungible.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | new Fungible Ethernet driver | expand |
On Mon, 3 Jan 2022 22:46:50 -0800 Dimitris Michailidis wrote:
> Signed-off-by: Dimitris Michailidis <dmichail@fungible.com>
Please CC Bjorn and linux-pci on the next rev on this one patch.
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 011f2f1ea5bb..c4299dbade98 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2578,6 +2578,8 @@ #define PCI_VENDOR_ID_HYGON 0x1d94 +#define PCI_VENDOR_ID_FUNGIBLE 0x1dad + #define PCI_VENDOR_ID_HXT 0x1dbf #define PCI_VENDOR_ID_TEKRAM 0x1de1
Signed-off-by: Dimitris Michailidis <dmichail@fungible.com> --- include/linux/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+)