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
22 lines
738 B
Text
22 lines
738 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="Teclast X80 Pro"
|
|
deviceinfo_manufacturer="Teclast"
|
|
deviceinfo_codename="teclast-x80pro"
|
|
deviceinfo_date=""
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules_initfs="i915 usbhid usb-storage hid_generic sdhci_acpi mmc_block xhci_pci sd_mod"
|
|
deviceinfo_arch="x86_64"
|
|
|
|
# Device related
|
|
deviceinfo_keyboard="false"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_screen_width="1200"
|
|
deviceinfo_screen_height="1920"
|
|
deviceinfo_dev_touchscreen="/dev/input/event5"
|
|
|
|
# Bootloader related
|
|
# See wiki for this device. Installation procedure is non-standard.
|
|
deviceinfo_flash_method="none"
|