Mainline Linux for the Samsung Galaxy Tab S6 (gts6l, SM-T867V, SM8150) — fork of sm8150-mainline with gts6l board support: panel, touch, MUIC, bring-up tooling
Two ported Samsung drivers advertised capabilities libinput could not accept, so Plasma/Wayland ignored both devices: fts_ts declared the vendor-private ABS_MT_CUSTOM axis with a max of 0xFFFFFFFF, which is -1 signed: sec_touchscreen: kernel bug: axis range [0, -1] ... too extreme Nothing in mainline consumes that axis, so drop it. wacom_i2c reported no resolution, which makes libinput discard the pen outright: sec_e-pen: missing tablet capabilities: resolution. Ignoring this device Set ~100 units/mm on X and Y, derived from the digitiser range over the 10.5" panel's 226.1 x 141.3 mm active area. With both, a boot produces no libinput complaints and Plasma sees a working touchscreen and pen. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017dcxZuE4XHcEroRUVU97hi |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| rust | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .clippy.toml | ||
| .cocciconfig | ||
| .editorconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .pylintrc | ||
| .rustfmt.toml | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| README | ||
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.