1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-12 09:32:12 +00:00
Dmitry Torokhov 84060ea3e0 Input: evdev - switch matching to EV_SYN
Each input device has EV_SYN capability. This is enforced by the input
core which sets this capability bit unconditionally in
input_register_device().

Switch evdev matching from declaring non-zero id->driver_info to match
on EV_SYN so that special handling can be removed from
input_match_device() and "driver_info" field can be removed from
input_device_id structure.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2025-07-01 21:02:57 -07:00
2025-05-11 11:30:13 -07:00
2025-05-09 10:34:50 -07:00
2025-05-11 10:33:25 -07:00
2025-05-11 10:33:25 -07:00
2025-04-18 13:20:20 -07:00
2024-09-01 20:43:24 -07:00
2025-05-11 10:23:53 -07:00
2025-04-24 12:59:05 -07:00
2025-05-01 10:22:20 +02:00
2025-05-11 11:30:13 -07:00
2025-04-08 13:47:55 -07:00
2025-05-11 10:29:29 -07:00
2025-02-19 14:53:27 -07:00
2025-05-15 16:20:39 -07:00
2025-05-11 14:54:11 -07:00
2024-03-18 03:36:32 -06:00

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.
Languages
C 97.1%
Assembly 1%
Shell 0.6%
Rust 0.4%
Python 0.4%
Other 0.3%