diff options
-rw-r--r-- | conf/machine/htcuniversal.conf | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index 843e26bed0..485d90df7f 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -31,17 +31,24 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-module-nls-cp437 \ kernel-module-af-key \ kernel-module-bsd-comp \ kernel-module-i2c-pxa \ - kernel-module-htcuniversal-power \ kernel-module-snd-htcuniversal-audio \ kernel-module-htcuniversal-acx \ kernel-module-acx \ + kernel-module-i2c-algo-bit \ + kernel-module-rtc-sa1100 \ + kernel-module-rtc-dev \ + kernel-module-rtc-proc \ + kernel-module-rtc-sysfs \ " # # Modules autoload and other boot properties # -module_autoload_acx = "acx" +#module_autoload_acx = "acx" module_autoload_htcuniversal_acx = "htcuniversal_acx" +module_autoload_snd-pcm-oss = "snd-pcm-oss" +module_autoload_snd-mixer-oss = "snd-mixer-oss" +module_autoload_snd-htcuniversal_audio = "snd-htcuniversal_audio" #FIXME: this should be controlled by a userspace utility later. module_autoload_g_ether = "g_ether" |