diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-02 07:16:38 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-12-02 07:16:38 +0100 |
commit | bc0277714b36ec3207002a22e009317dae65c16e (patch) | |
tree | d9db0a7628ac208e1acd0512124d943d8d22eac6 | |
parent | 038fd7ccc8c37fba4225cd86ab9ab285528ef8c7 (diff) | |
download | drakx-bc0277714b36ec3207002a22e009317dae65c16e.tar drakx-bc0277714b36ec3207002a22e009317dae65c16e.tar.gz drakx-bc0277714b36ec3207002a22e009317dae65c16e.tar.bz2 drakx-bc0277714b36ec3207002a22e009317dae65c16e.tar.xz drakx-bc0277714b36ec3207002a22e009317dae65c16e.zip |
include "sdhci-acpi" for eMMC (mga#11812)
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | kernel/list_modules.pm | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS index 76f27e00d..54c54a47f 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- include "sdhci-acpi" for eMMC (mga#11812) + Version 2.2 - 13 November 2013 by Colin Guthrie - pass the modules we want in modules.alias, but not in the initrd through to diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index c4ee7674d..63a382012 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -332,7 +332,8 @@ our %l = ( other => [ qw(defxx ide-floppy ide-tape loop lp nbd sg st), qw(parport_pc parport_serial), - qw(btaudio mmc_block), + qw(btaudio), + qw(mmc_block sdhci-acpi), # eMMC 'cryptoloop', if_(arch() =~ /sparc/, 'openprom'), |