summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/NEWS2
-rw-r--r--kernel/list_modules.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS
index d954d7740..b2ddfecf6 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- include i2c_algo_bit (mga#20327)
+
Version 2.56 - 8 March 2019 by Thierry Vignaud
- do not include hyperv_fb (mga#17711)
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 0a5101ef1..255622544 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -164,7 +164,7 @@ our %l = (
bluetooth => [ qw(ath3k bcm203x bfusb bluecard_cs bpa10x bt3c_cs btusb dtl1_cs) ],
firewire => [ qw(ohci1394) ],
i2c => [
- qw(i2c-ali1535 i2c-ali1563 i2c-ali15x3 i2c-amd756 i2c-amd8111 i2c-i801 i2c-i810 i2c_designware_platform i2c-nforce2),
+ qw(i2c_algo_bit i2c-ali1535 i2c-ali1563 i2c-ali15x3 i2c-amd756 i2c-amd8111 i2c-i801 i2c-i810 i2c_designware_platform i2c-nforce2),
qw(i2c-piix4 i2c-prosavage i2c-savage4 i2c-sis5595 i2c-sis630 i2c-sis96x i2c_smbus i2c-via i2c-viapro i2c-voodoo3),
qw(i2c-hydra i2c-ibm_iic i2c-mpc),
],