aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/pci/quirks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 00388a14a3c6..026aa04669a2 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -329,6 +329,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801CA_12,
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801DB_0, quirk_ich4_lpc_acpi );
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801DB_12, quirk_ich4_lpc_acpi );
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82801EB_0, quirk_ich4_lpc_acpi );
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ESB_1, quirk_ich4_lpc_acpi );
/*
* VIA ACPI: One IO region pointed to by longword at
ath10k/usb.c?id=265df32eae5845212ad9f55f5ae6b6dcb68b187b&follow=1'>ath10k: Change the warning message stringFabio Estevam1-1/+1 2019-06-25ath10k: fix fw crash by moving chip reset after napi disabledMiaoqing Pan1-4/+5 2019-06-25ath10k: add missing error handlingClaire Chang1-0/+4 2019-06-25ath10k: enabling tx stats support over pktlogBalaji Pothunoori3-1/+20 2019-06-25ath10k: acquire lock to fix lockdep's warningClaire Chang1-3/+8 2019-06-25ath10k: change firmware file name for UTF mode of SDIO/USBWen Gong2-1/+18 2019-06-25ath10k: add support for firmware crash recovery on SDIO chipWen Gong2-2/+9 2019-06-25ath10k: Add wrapper function to ath10k debugVenkateswara Naralasetty5-11/+28 2019-06-25ath10k: add htt_h2t_aggr_cfg_msg op for high latency devicesErik Stromdahl1-0/+1 2019-06-25ath10k: add inline wrapper for htt_h2t_aggr_cfg_msgErik Stromdahl3-8/+18 2019-05-26cxgb4: Make t4_get_tp_e2c_map staticYueHaibing1-1/+1 2019-05-26selftest: Fixes for icmp_redirect testDavid Ahern1-8/+38 2019-05-26ipv4: remove redundant assignment to nColin Ian King1-1/+0 2019-05-26net: phy: bcm87xx: improve bcm87xx_config_init and feature detectionHeiner Kallweit1-12/+8 2019-05-26inet: frags: rework rhashtable dismantleEric Dumazet2-12/+41 2019-05-26net: dynamically allocate fqdir structuresEric Dumazet11-63/+78 2019-05-26net: add a net pointer to struct fqdirEric Dumazet5-24/+17 2019-05-26net: rename inet_frags_init_net() to fdir_init()Eric Dumazet5-9/+6 2019-05-26ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_tableEric Dumazet1-11/+6 2019-05-26netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysct...Eric Dumazet1-12/+7 2019-05-26ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]Eric Dumazet1-10/+5 2019-05-26ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]Eric Dumazet1-12/+6 2019-05-26net: rename struct fqdir fieldsEric Dumazet9-92/+92 2019-05-26net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet6-11/+11 2019-05-26inet: rename netns_frags to fqdirEric Dumazet9-60/+61 2019-05-26net: phy: tja11xx: Add TJA11xx PHY driverMarek Vasut3-0/+430 2019-05-26net: hns3: fix for FEC configurationJian Shen1-0/+7 2019-05-26net: hns3: add aRFS support for PFJian Shen4-0/+238 2019-05-26net: hns3: refine the flow director handleJian Shen2-32/+112 2019-05-26net: hns3: initialize CPU reverse mappingJian Shen1-29/+48 2019-05-26net: ethernet: add ag71xx driverOleksij Rempel3-1/+1908 2019-05-26MIPS: ath79: ar9331: add Ethernet nodesOleksij Rempel2-0/+34