e302eff0bc
Most devices do not need to set any of these variables. directfb can now automatically detect touchscreens, calibration is only needed for resistive touchscreens and dev_keyboard is unused. Automatically done using: - sed -i '/deviceinfo_dev_keyboard=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen_calibration=""/d' device-*/deviceinfo
23 lines
691 B
Text
23 lines
691 B
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="Motorola Droid 4"
|
|
deviceinfo_manufacturer="Motorola"
|
|
deviceinfo_codename="motorola-maserati"
|
|
deviceinfo_date=""
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules_initfs=""
|
|
deviceinfo_arch="armhf"
|
|
deviceinfo_external_storage="true"
|
|
|
|
# Device related
|
|
deviceinfo_keyboard="true"
|
|
deviceinfo_screen_width="540"
|
|
deviceinfo_screen_height="960"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_safestrap_partition="/dev/mmcblk1p25"
|
|
deviceinfo_data_partition="/dev/mmcblk1p24"
|
|
deviceinfo_system_partition="/dev/mmcblk1p20"
|