diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/htcuniversal.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/machine/htcuniversal.conf b/meta/conf/machine/htcuniversal.conf index 3dcb80ddc..2f5b798bf 100644 --- a/meta/conf/machine/htcuniversal.conf +++ b/meta/conf/machine/htcuniversal.conf @@ -10,7 +10,7 @@ PACKAGE_EXTRA_ARCHS = "armv4t armv5te iwmmxt" PREFERRED_PROVIDER_virtual/kernel = "linux-rp" -MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen usbhost usbgadget wifi phone" +MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen keyboard usbhost usbgadget wifi phone" MACHINE_EXTRA_RDEPENDS = "zaurusd" @@ -20,6 +20,7 @@ MACHINE_EXTRA_RRECOMMENDS = " \ kernel-module-i2c-pxa \ kernel-module-htcuniversal-acx \ kernel-module-acx \ + kernel-module-usbserial \ " module_autoload_acx = "acx" |