Message ID | 20180125111340.17553-2-tobleminer@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Jan 25, 2018 at 12:13:39PM +0100, Tobias Schramm wrote: > Signed-off-by: Tobias Schramm <tobleminer@gmail.com> Acked-by: Bjorn Helgaas <bhelgaas@google.com> I see Kalle has already applied this, but if it's updated for any reason, please add my ack and change the subject to: PCI: Add Ubiquiti Networks vendor ID i.e., match the style of previous changes. > --- > 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 > -- > 2.16.0 >
Bjorn Helgaas <helgaas@kernel.org> writes: > On Thu, Jan 25, 2018 at 12:13:39PM +0100, Tobias Schramm wrote: >> Signed-off-by: Tobias Schramm <tobleminer@gmail.com> > > Acked-by: Bjorn Helgaas <bhelgaas@google.com> > > I see Kalle has already applied this, but if it's updated for any reason, > please add my ack and change the subject to: > > PCI: Add Ubiquiti Networks vendor ID > > i.e., match the style of previous changes. I only applied it to my pending branch which I use for build testing etc. and I can easily change it, which I now did: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=pending&id=3c4cdd0851bc114f8b6d9f9db0b0479737bbd2d8
Tobias Schramm <tobleminer@gmail.com> wrote: > Acked-by: Bjorn Helgaas <bhelgaas@google.com> > Signed-off-by: Tobias Schramm <tobleminer@gmail.com> > Signed-off-by: Kalle Valo <kvalo@codeaurora.org> 2 patches applied to ath-current branch of ath.git, thanks. d5cc61119343 PCI: Add Ubiquiti Networks vendor ID 34f1cb339cae ath10k: add support for Ubiquiti rebranded QCA988X v2
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
Signed-off-by: Tobias Schramm <tobleminer@gmail.com> --- include/linux/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+)