diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/htcleo.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/htc-qsd8.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/htcleo.conf b/conf/machine/htcleo.conf index 52d4a42b78..f72abaf670 100644 --- a/conf/machine/htcleo.conf +++ b/conf/machine/htcleo.conf @@ -7,4 +7,4 @@ require conf/machine/include/htc-qsd8.inc MACHINE_DISPLAY_WIDTH_PIXELS = "480" MACHINE_DISPLAY_HEIGHT_PIXELS = "800" -MACHINE_FEATURES = "kernel26 touchscreen screen phone gps compass usb keyboard" +MACHINE_FEATURES = "kernel26 mmc mmcroot screen serial touchscreen keyboard usbgadget usbhost bluetooth wifi phone compass gsensor lightsensor" diff --git a/conf/machine/include/htc-qsd8.inc b/conf/machine/include/htc-qsd8.inc index 440894b063..9a6b470a5e 100644 --- a/conf/machine/include/htc-qsd8.inc +++ b/conf/machine/include/htc-qsd8.inc @@ -12,7 +12,7 @@ XSERVER = " \ xf86-input-evdev \ xf86-input-mouse \ xf86-input-keyboard \ - xf86-video-msm \ + xf86-video-fbdev \ " # capability database |