diff mbox

[v2,1/2] pci: Add vendor id of Ubiquiti Networks

Message ID 20180125074131.30622-2-tobleminer@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Tobias Schramm Jan. 25, 2018, 7:41 a.m. UTC
Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
---
 include/linux/pci_ids.h | 2 ++
 1 file changed, 2 insertions(+)

Comments

Arend Van Spriel Jan. 25, 2018, 10:48 a.m. UTC | #1
On 1/25/2018 8:41 AM, Tobias Schramm wrote:
> Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
> ---
>   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

Guess this is the stock symbol, but that does not seem a common approach 
here. Why not just PCI_VENDOR_ID_UBIQUITI?

Regards,
Arend
Tobias Schramm Jan. 25, 2018, 10:52 a.m. UTC | #2
Ok, will change that to PCI_VENDOR_ID_UBIQUITI in v3
diff mbox

Patch

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