Performance oriented customized Linux kernel based on the mainline kernel.
Find a file
Felix Kaechele fc289d3e86 Input: edt-ft5x06 - add support for FocalTech FT8201
The driver supports the FT8201 chip as well. It registers up to 10 touch
points.

Tested on: Lenovo ThinkSmart View (CD-18781Y), LCM: BOE TV080WXM-LL4

Signed-off-by: Felix Kaechele <felix@kaechele.ca>
Link: https://lore.kernel.org/r/20240804031310.331871-3-felix@kaechele.ca
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2024-08-04 17:13:03 -07:00
arch s390: 2024-05-12 12:15:39 -07:00
block block-6.9-20240510 2024-05-10 10:24:16 -07:00
certs
crypto
Documentation dt-bindings: input: touchscreen: edt-ft5x06: Document FT8201 support 2024-08-04 17:13:03 -07:00
drivers Input: edt-ft5x06 - add support for FocalTech FT8201 2024-08-04 17:13:03 -07:00
fs 18 hotfixes, 7 of which are cc:stable. 2024-05-10 14:16:03 -07:00
include Input: make events() method return number of events processed 2024-07-08 16:22:49 -07:00
init
io_uring
ipc
kernel timers/migration: Prevent out of bounds access on failure 2024-05-08 11:19:43 +02:00
lib 18 hotfixes, 7 of which are cc:stable. 2024-05-10 14:16:03 -07:00
LICENSES
mm 18 hotfixes, 7 of which are cc:stable. 2024-05-10 14:16:03 -07:00
net net/smc: fix neighbour and rtable leak in smc_ib_find_route() 2024-05-09 10:03:43 +02:00
rust
samples
scripts
security
sound
tools Fix Kselftest's vfork() side effects 2024-05-12 13:01:59 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap 18 hotfixes, 7 of which are cc:stable. 2024-05-10 14:16:03 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS 18 hotfixes, 7 of which are cc:stable. 2024-05-10 14:16:03 -07:00
Makefile Linux 6.9 2024-05-12 14:12:29 -07:00
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.