Return-path: Received: from mail-wm0-f65.google.com ([74.125.82.65]:32927 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751138AbeAYHmG (ORCPT ); Thu, 25 Jan 2018 02:42:06 -0500 From: Tobias Schramm To: kvalo@qca.qualcomm.com, ath10k@lists.infradead.org, linux-wireless@vger.kernel.org, bhelgaas@google.com, linux-pci@vger.kernel.org Cc: Tobias Schramm Subject: [PATCH v2 1/2] pci: Add vendor id of Ubiquiti Networks Date: Thu, 25 Jan 2018 08:41:30 +0100 Message-Id: <20180125074131.30622-2-tobleminer@gmail.com> (sfid-20180125_084216_635070_436721FE) In-Reply-To: <20180125074131.30622-1-tobleminer@gmail.com> References: <20180125074131.30622-1-tobleminer@gmail.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: Signed-off-by: Tobias Schramm --- 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..6b01ac1e9bce 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_UBNT 0x0777 + #define PCI_VENDOR_ID_BERKOM 0x0871 #define PCI_DEVICE_ID_BERKOM_A1T 0xffa1 #define PCI_DEVICE_ID_BERKOM_T_CONCEPT 0xffa2 -- 2.16.0