diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-15 09:07:27 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-08-15 09:07:27 +0000 |
commit | 16b2f8acd6e66b78ef2122d7513a7bca6d7cc162 (patch) | |
tree | 79b67db08a1eb5a4d082d4a10d49dcd357d23aa2 /conf/machine/htcuniversal.conf | |
parent | 4e5ce3697c5f60952b4732c14b6a74ddd79abc70 (diff) |
htcuniversal.conf: more specific modules
Diffstat (limited to 'conf/machine/htcuniversal.conf')
-rw-r--r-- | conf/machine/htcuniversal.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index bd2e1439a5..a33510290f 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -38,13 +38,15 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-module-nls-cp437 \ kernel-module-acx \ kernel-module-i2c-algo-bit \ kernel-module-htcuniversal-ts2 \ + kernel-module-htcuniversal-phone \ kernel-module-ts-adc-debounce \ + kernel-module-htcuniversal-bt \ " # # 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" |