Firmware of Silead Touchscreen Controller for Jumper EZpad 6 Pro.
Revisión | bbcf8d7549a03ab8fdfc79505dfd93f0aa71a9b3 (tree) |
---|---|
Tiempo | 2019-01-11 22:08:48 |
Autor | Gregor Riepl <onitake@gmai...> |
Commiter | Gregor Riepl |
Document that the file containing DMI quirks has changed
@@ -185,7 +185,8 @@ If you don't know the chip name, use gsl1680. Manufacturer and device name | ||
185 | 185 | should be shortened to make the name readable, but still sufficiently unique. |
186 | 186 | |
187 | 187 | Fetch the current Linux source code and open `drivers/platform/x86/silead_dmi.c` |
188 | -in a text editor. | |
188 | +in a text editor. Since Linux kernel 4.19, this file is called | |
189 | +`drivers/platform/x86/touchscreen_dmi.c`. | |
189 | 190 | |
190 | 191 | Supposing you named your firmware `gsl1680-mycompany-mytablet.fw` and the |
191 | 192 | touchscreen has a resolution of 128x128 points, add a new section to the file: |