Skip to content

Commit

Permalink
iwx: Add missing 0x51F1 id support.
Browse files Browse the repository at this point in the history
  • Loading branch information
zxystd committed Mar 7, 2024
1 parent 618eb94 commit 9b7ea26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions itlwm/hal_iwx/ItlIwx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11752,6 +11752,7 @@ static const struct pci_matchid iwx_devices[] = {
{IWL_PCI_DEVICE(0x7A70, PCI_ANY_ID, iwl_so_long_latency_trans_cfg)},
{IWL_PCI_DEVICE(0x7AF0, PCI_ANY_ID, iwl_so_trans_cfg)},
{IWL_PCI_DEVICE(0x51F0, PCI_ANY_ID, iwl_so_long_latency_trans_cfg)},
{IWL_PCI_DEVICE(0x51F1, PCI_ANY_ID, iwl_so_long_latency_trans_cfg)},
{IWL_PCI_DEVICE(0x54F0, PCI_ANY_ID, iwl_so_long_latency_trans_cfg)},
{IWL_PCI_DEVICE(0x7F70, PCI_ANY_ID, iwl_so_trans_cfg)},

Expand Down

0 comments on commit 9b7ea26

Please sign in to comment.