This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@NAME: HTC Dream |
| 3 |
#@DESCRIPTION: Machine configuration for the HTC Dream phone (aka T-Mobile G1 and Google ADP-1) |
| 4 |
|
| 5 |
require conf/machine/include/htc-msm7.inc |
| 6 |
|
| 7 |
MACHINE_DISPLAY_WIDTH_PIXELS = "320" |
| 8 |
MACHINE_DISPLAY_HEIGHT_PIXELS = "480" |
| 9 |
MACHINE_DISPLAY_ORIENTATION = "0" |
| 10 |
MACHINE_DISPLAY_PPI = "185" |
| 11 |
|
| 12 |
MACHINE_FEATURES = "kernel26 touchscreen screen phone gps usbgadget bluetooth wifi keyboard ext2" |
| 13 |
|
| 14 |
module_autoload_wl1251_sdio = "wl1251_sdio" |
| 15 |
|
| 16 |
MACHINE_EXTRA_RRECOMMENDS = "\ |
| 17 |
kernel-module-wl1251 \ |
| 18 |
kernel-module-wl1251-sdio \ |
| 19 |
kernel-module-msm-wifi \ |
| 20 |
firmware-ti-wl1251 \ |
| 21 |
" |
| 22 |
|
| 23 |
PREFERRED_PROVIDER_virtual/kernel = "linux-leviathan" |
| 24 |
|
| 25 |
XSERVER = " \ |
| 26 |
xserver-xorg \ |
| 27 |
xserver-xorg-extension-glx \ |
| 28 |
xserver-xorg-extension-dri \ |
| 29 |
xf86-input-tslib \ |
| 30 |
xf86-input-evdev \ |
| 31 |
xf86-input-mouse \ |
| 32 |
xf86-input-keyboard \ |
| 33 |
xf86-video-fbdev \ |
| 34 |
" |