From: Paul Sokolovsky Date: Wed, 20 Jun 2007 18:40:02 +0000 (+0000) Subject: htcuniversal.conf: Update for transition to ts-adc-debounce driver. X-Git-Tag: Release-2010-05/1~8868^2~293^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df155b90c6862f3dc760897ab5abb78ef6f1cfc8;p=openembedded.git 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. --- 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"