diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-06-20 18:40:02 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-06-20 18:40:02 +0000 |
commit | df155b90c6862f3dc760897ab5abb78ef6f1cfc8 (patch) | |
tree | 93af810d10e3bf70c8e68e446c7ee5ba40930c9b /conf | |
parent | 64c2a82c5a282c5505caabc62221fede99083114 (diff) |
htcuniversal.conf: Update for transition to ts-adc-debounce driver.
* Now both odl and new drivers are modules, old one is loaded by default
for now.
Diffstat (limited to '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" |