ramips: use lzma-loader for I-O DATA mt7621 devices
[openwrt/openwrt.git] / package / kernel / mt76 / patches / 0001-mt76-mt76x0-pci-add-mt7610-PCI-ID.patch
1 From 9b082c3fd3fc954937444220995cb05662ab2e82 Mon Sep 17 00:00:00 2001
2 From: Pawel Dembicki <paweldembicki@gmail.com>
3 Date: Wed, 25 Mar 2020 06:51:29 +0100
4 Subject: [PATCH] mt76: mt76x0: pci: add mt7610 PCI ID
5
6 Add mt7610 PCI id found on D-Link DWR-960 to pci_device_id table.
7
8 Run-tested on D-Link DWR-960 with no-name half-size mPCIE card
9 with mt7610e.
10
11 Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
12 ---
13 mt76x0/pci.c | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/mt76x0/pci.c b/mt76x0/pci.c
17 index e2974e0ae1fc..3bd753cda190 100644
18 --- a/mt76x0/pci.c
19 +++ b/mt76x0/pci.c
20 @@ -215,6 +215,7 @@ mt76x0e_remove(struct pci_dev *pdev)
21 }
22
23 static const struct pci_device_id mt76x0e_device_table[] = {
24 + { PCI_DEVICE(0x14c3, 0x7610) },
25 { PCI_DEVICE(0x14c3, 0x7630) },
26 { PCI_DEVICE(0x14c3, 0x7650) },
27 { },
28 --
29 2.20.1
30