PCI: Add Ubiquiti Networks vendor ID
"Linux Kernel Mailing List" <[email protected]>
| Newsgroups | gmane.linux.kernel.commits.head |
|---|---|
| Message-ID | <[email protected]> |
Web: https://git.kernel.org/torvalds/c/d5cc61119343b6f1b8716cfe591d4989ea0c5c28 Commit: d5cc61119343b6f1b8716cfe591d4989ea0c5c28 Parent: 0a7fe718239e2f8d9c067070f59f53b509bb17dc Refname: refs/heads/master Author: Tobias Schramm <[email protected]> AuthorDate: Tue Jan 30 14:06:02 2018 +0200 Committer: Kalle Valo <[email protected]> CommitDate: Wed Feb 7 16:09:36 2018 +0200 PCI: Add Ubiquiti Networks vendor ID Acked-by: Bjorn Helgaas <[email protected]> Signed-off-by: Tobias Schramm <[email protected]> Signed-off-by: Kalle Valo <[email protected]> --- include/linux/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index ab20dc5db423..35871adfdc86 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -149,6 +149,8 @@ #define PCI_VENDOR_ID_DYNALINK 0x0675 #define PCI_DEVICE_ID_DYNALINK_IS64PH 0x1702 +#define PCI_VENDOR_ID_UBIQUITI 0x0777 + #define PCI_VENDOR_ID_BERKOM 0x0871 #define PCI_DEVICE_ID_BERKOM_A1T 0xffa1 #define PCI_DEVICE_ID_BERKOM_T_CONCEPT 0xffa2 -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html