diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2007-06-22 17:57:39 +0000 |
---|---|---|
committer | Philipp Zabel <philipp.zabel@gmail.com> | 2007-06-22 17:57:39 +0000 |
commit | b669962c250fb4a2a8c5badfe5b3717569b80abc (patch) | |
tree | b75f8720b17f1fe93c76dc19407dc86cd73ad555 /conf/machine/htcuniversal.conf | |
parent | a14b857a5eb21816991ca6ec50c9520f9bcc61dd (diff) | |
parent | 2f7f445a9c6463ce4a7cec1844911085b1536b1c (diff) |
merge of 'a9d59f7c5db704e36d7f7dbda87b750cabbbc775'
and 'fcf3721db5cf2d3c669e8d3d36cd3ca4df792f6f'
Diffstat (limited to 'conf/machine/htcuniversal.conf')
-rw-r--r-- | conf/machine/htcuniversal.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index 95eb7354fe..e2e7f2f2d1 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -35,6 +35,8 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-module-nls-cp437 \ kernel-module-htcuniversal-acx \ kernel-module-acx \ kernel-module-i2c-algo-bit \ + kernel-module-htcuniversal-ts2 \ + kernel-module-ts-adc-debounce \ " # @@ -45,6 +47,7 @@ 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" +module_autoload_htcuniversal-ts2 = "htcuniversal-ts2" #FIXME: this should be controlled by a userspace utility later. module_autoload_g_ether = "g_ether" |