Skip to content
Snippets Groups Projects
Unverified Commit e302eff0 authored by Minecrell's avatar Minecrell Committed by Bart Ribbers
Browse files

device/device-*: remove empty touchscreen(_calibration) / dev_keyboard (!1036)

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
parent be740c3c
No related branches found
No related tags found
No related merge requests found
Showing
with 10 additions and 33 deletions
......@@ -21,4 +21,4 @@ package() {
}
sha512sums="9db55fdf7012d2b7be1bf54fa13a21f8eee9a6c3f8adc4d0e82a344bbd6f0cbff458e4f9125e8bb38dd4a1377c1c27ceed80c8dc2890cbd9b7b7b5b68cfd6a68 deviceinfo"
sha512sums="233ec1be7c877f699b98c94625aaf207c3a0b3a20eb7db3a738a4956c1e1eb06815d856a930f06d536699b22787f3d64236f0ce5e747c5be51816bb5cee36c03 deviceinfo"
......@@ -15,9 +15,6 @@ deviceinfo_keyboard="false"
deviceinfo_external_storage="false"
deviceinfo_screen_width="1920"
deviceinfo_screen_height="1080"
deviceinfo_dev_touchscreen=""
deviceinfo_dev_touchscreen_calibration=""
deviceinfo_dev_keyboard=""
# Bootloader related
deviceinfo_flash_method="fastboot"
......
......@@ -26,4 +26,4 @@ nonfree_firmware() {
mkdir "$subpkgdir"
}
sha512sums="d2e7e03c95ea123fefbf9447c15039aa636a3cf28f1f69ecbd2a3ac70853e4e475398f33a042c5a387552b63d4bacfcbcaaef71576e8371bacfaf0aeedb423db deviceinfo"
sha512sums="23b7d9af12fbab11395d89ee79b33fc5c58e4f901cc1a122f3849d8079627b72250c4a09332c339feb7149439c6ebe2654c79b1509ef9e0527643931062f89a4 deviceinfo"
......@@ -16,8 +16,6 @@ deviceinfo_external_storage="true"
deviceinfo_screen_width="1920"
deviceinfo_screen_height="1200"
deviceinfo_dev_touchscreen="/dev/input/event0"
deviceinfo_dev_touchscreen_calibration=""
deviceinfo_dev_keyboard=""
# Bootloader related
deviceinfo_flash_method="fastboot"
......
......@@ -35,5 +35,5 @@ nonfree_firmware() {
mkdir "$subpkgdir"
}
sha512sums="3655ffe5e76c76e5952ca131e4fadb440f1586b3c082346fb2083533ab6f5e062c634808b9e61c28be49cac51fe82904388c847b20470d3dffc52f5b0f94bb98 deviceinfo
sha512sums="4c783d4b346f81a4750e86249df21ab3283175d9fd30bf61d9e85dcf3a1b1b9542e010540e6501518dc980e51e3b236430acb44afdbf57e37c1a4f6a53bea255 deviceinfo
6ec993e278d2a73c72fb96f001716ded63543d99183847d22d172cd81ac410791c79370ecf391d0c24822c975d91b84dc1db296e1b28dbf66d5c227bff8d4011 rootston.ini"
......@@ -17,8 +17,6 @@ deviceinfo_external_storage="false"
deviceinfo_screen_width="800"
deviceinfo_screen_height="1280"
deviceinfo_dev_touchscreen="/dev/input/event1"
deviceinfo_dev_touchscreen_calibration=""
deviceinfo_dev_keyboard=""
# Bootloader related
deviceinfo_flash_method="fastboot"
......
......@@ -52,5 +52,5 @@ nonfree_firmware() {
mkdir "$subpkgdir"
}
sha512sums="8fb5d58113a9180ecf6d52087e2f71820d3a2f968aa43eb18b80fd999e66e5f4c224bd7048654bd3a51e6b6ed4e6baca3325dcdde14de0e0c5720326603d8d98 deviceinfo
sha512sums="ffb578241539445e0d4ca5732105b83da397d09c6e54f227ee227aecf13965ca8b023cd0d70d48cce554bcf65cb46dc161131ab1a6f10090ac0ae6d7636399a1 deviceinfo
75243e3d0bc9a352465683ec8cf8b83566e4131bb7fae0f388267a62bdbf4691c955ed034b30df550f921b771080688123ae8db144b72f786bf1677ef1d83f57 3155254999ac36c3051a2118c415de25a072c0f6.tar.gz"
......@@ -16,8 +16,6 @@ deviceinfo_external_storage="true"
deviceinfo_screen_width="720"
deviceinfo_screen_height="1280"
deviceinfo_dev_touchscreen="/dev/input/by-path/platform-80860F41\:05-event"
deviceinfo_dev_touchscreen_calibration=""
deviceinfo_dev_keyboard=""
# Bootloader related
deviceinfo_flash_method="fastboot-bootpart"
......
......@@ -36,5 +36,5 @@ x11() {
"$subpkgdir"/etc/X11/xorg.conf.d/10-t00f.conf
}
sha512sums="86f148f85fabc042533e6c697dea7a83c3da2011b0e7e97cbf86f396500f003344973bbc97b61049b676889d209a3fa3e470bc3e3dd3fcc15e698e62e16a7b06 deviceinfo
sha512sums="da391b2517bbaeebc5ddf8b1aa7e6b16418e66a504738435437b7d9caf5f9bc827120bbc20ad92c6eb0df0916703036a4e6cb54864dd82ddfd8edbde3df5bd2d deviceinfo
2511fa519813061531757996fbbbb9eecae1a136d2e13149fd7afe04d19982c7eaa5ced8df57860bb816186f206915fcbd4a9e34fdf92b2c6efe3320a223c328 xorg.conf"
......@@ -16,7 +16,6 @@ deviceinfo_external_storage="true"
deviceinfo_screen_width="720"
deviceinfo_screen_height="1280"
deviceinfo_dev_touchscreen="/dev/input/event1"
deviceinfo_dev_keyboard=""
# Bootloader related
deviceinfo_flash_method="fastboot"
......
......@@ -20,4 +20,4 @@ package() {
devicepkg_package $startdir $pkgname
}
sha512sums="2842325a598165fb33a1cd9ed9a9c227d220014267af5d36dcf20e7d4828403ef6d5fe3674d65d4d9949e5881dfbe3c3bdf5502c488ae3a81ca76e382cfefb7d deviceinfo"
sha512sums="0c81935727933bbbd235da4a5a4ff3c475980fb8e643d49a2c2ce827f7ed0a7a634d50d91df195d04343cc97f9a3355b6aa321231be189acc767adc4942230cc deviceinfo"
......@@ -16,8 +16,6 @@ deviceinfo_external_storage="true"
deviceinfo_screen_width="1280"
deviceinfo_screen_height="800"
deviceinfo_dev_touchscreen="/dev/input/event0"
deviceinfo_dev_touchscreen_calibration=""
deviceinfo_dev_keyboard=""
# Bootloader related
deviceinfo_flash_method="adb"
......
......@@ -35,5 +35,5 @@ nonfree_firmware() {
mkdir "$subpkgdir"
}
sha512sums="058ff1aa9b3647157facf67109fb31c415680c8ed21fe1d38b2b96c2a98a2764de9cc3384163ad2e222e5f1b07f4658c7fdbcdc6ae408d4b316d5d5732aa7a2a deviceinfo
sha512sums="a48093a5b858ef979210c5fcd9f3ddac2b10b0e74067da30fdb7580881cbb02ac2cb31123fe5b25d014d5e8dbf5663659f414142a2104e9accac274d17171ac4 deviceinfo
6ec993e278d2a73c72fb96f001716ded63543d99183847d22d172cd81ac410791c79370ecf391d0c24822c975d91b84dc1db296e1b28dbf66d5c227bff8d4011 rootston.ini"
......@@ -17,8 +17,6 @@ deviceinfo_external_storage="false"
deviceinfo_screen_width="800"
deviceinfo_screen_height="1280"
deviceinfo_dev_touchscreen="/dev/input/event1"
deviceinfo_dev_touchscreen_calibration=""
deviceinfo_dev_keyboard=""
# Bootloader related
deviceinfo_flash_method="fastboot"
......
......@@ -31,5 +31,5 @@ nonfree_firmware() {
mkdir "$subpkgdir"
}
sha512sums="cc08d1ca6e943b99923a1b17e4f76c87c33f021e7cb2630bd63b9bacdf06d1228c8db4b302a35b25910055ae143c87da9178334c1e3c6c0a89d4f3a5dd2436ba deviceinfo
sha512sums="7810fb67868f9f98ad257ac93e37a3f344447efbedb79268773a30e96bd2bc4c2ad2a3be5c3f067e53230b5f9261d0a4c9beaeb5c678151b5b10b2745fa2ed47 deviceinfo
5bcf314aa8e77db9d9673a93886906bd15e8c3c57f8d0c4343977d2ce8d017af5608a3d13cd2cbacf155e3ecf632ccab6ff6f3b0c95eb4a2a3b35686a3c842db 90-touchscreen.rules"
......@@ -15,9 +15,6 @@ deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="1080"
deviceinfo_screen_height="1920"
deviceinfo_dev_touchscreen=""
deviceinfo_dev_touchscreen_calibration=""
deviceinfo_dev_keyboard=""
# Bootloader related
deviceinfo_flash_method="fastboot"
......
......@@ -21,4 +21,4 @@ package() {
}
sha512sums="016dc5e71db10ac3e871a318b16f11b1772ea531238e0861a21c83a59ea6e3e4085ffd6dfbd7038cea59460ce4ccf2e4b54695371614f6af8c01f7243182a5c2 deviceinfo"
sha512sums="4118d17d6fb5cca26d91a0b30616b308fec44d2656c6ea2ef486a06715918e86d4e905c9eb9a3e72b439d81c7eae3b5ff9c4116e8325747d5e15ccdb97d0564b deviceinfo"
......@@ -15,9 +15,6 @@ deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="720"
deviceinfo_screen_height="1280"
deviceinfo_dev_touchscreen=""
deviceinfo_dev_touchscreen_calibration=""
deviceinfo_dev_keyboard=""
# Bootloader related
deviceinfo_flash_method="fastboot"
......
......@@ -20,4 +20,4 @@ package() {
devicepkg_package $startdir $pkgname
}
sha512sums="8077e5b98d1dffaa8da6a939615968124f243c07e2dc3c7dad935b7a13ec2ed8d20b68845c0f45247f21e6fab5e8cbe0e0c8e77e0e8c28f67ead3d5e8d0b4a47 deviceinfo"
sha512sums="13a435218828789fc67cdaa221c934304be8eb1ec1ccb2bfd4a4a19fc8c3b3dc7147789e873b464d444799fbbece659fcdad016aa8af53e90efe6fdc15e306ad deviceinfo"
......@@ -15,9 +15,6 @@ deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_screen_width="720"
deviceinfo_screen_height="1280"
deviceinfo_dev_touchscreen=""
deviceinfo_dev_touchscreen_calibration=""
deviceinfo_dev_keyboard=""
# Bootloader related
deviceinfo_flash_method="fastboot"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment