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
26 lines
914 B
Text
26 lines
914 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="ASUS MeMO Pad 7 (ME176C(X))"
|
|
deviceinfo_codename="asus-me176c"
|
|
deviceinfo_manufacturer="ASUS"
|
|
deviceinfo_date=""
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules_initfs="vfat nls_cp437 nls_iso8859_1 nls_utf8"
|
|
deviceinfo_arch="x86_64"
|
|
|
|
# Device related
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="720"
|
|
deviceinfo_screen_height="1280"
|
|
deviceinfo_dev_touchscreen="/dev/input/by-path/platform-80860F41\:05-event"
|
|
|
|
# Bootloader related
|
|
deviceinfo_flash_method="fastboot-bootpart"
|
|
|
|
# "ASUS Product Demo", contains mostly useless audio/video files for demo purposes...
|
|
# With ~300 MB it is perfect as (second) EFI boot partition.
|
|
deviceinfo_flash_fastboot_partition_kernel="APD"
|
|
deviceinfo_boot_filesystem="fat32"
|