Skip to content

Commit

Permalink
mt76: mt76x0: pci: add mt7610 PCI ID
Browse files Browse the repository at this point in the history
Add mt7610 PCI id found on D-Link DWR-960 to pci_device_id table.

Run-tested on D-Link DWR-960 with no-name half-size mPCIE card
with mt7610e.

Signed-off-by: Pawel Dembicki <[email protected]>
Signed-off-by: Felix Fietkau <[email protected]>
  • Loading branch information
CHKDSK88 authored and nbd168 committed Apr 6, 2020
1 parent 9c3d84b commit ea8ea71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mt76x0/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ mt76x0e_remove(struct pci_dev *pdev)
}

static const struct pci_device_id mt76x0e_device_table[] = {
{ PCI_DEVICE(0x14c3, 0x7610) },
{ PCI_DEVICE(0x14c3, 0x7630) },
{ PCI_DEVICE(0x14c3, 0x7650) },
{ },
Expand Down

0 comments on commit ea8ea71

Please sign in to comment.