1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-13 10:05:39 +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-04-22 16:06:05 +09:00
2025-05-10 09:53:11 -07:00
2025-05-09 10:34:50 -07:00
2025-04-25 10:30:40 -07:00
2025-04-03 12:21:44 -07:00
2025-04-02 18:03:34 -07:00
2025-03-25 20:40:51 -07:00
2025-05-05 08:07:24 -07:00
2025-04-11 17:32:38 -07:00
2025-05-09 14:06:34 -07:00
2025-05-02 08:57:00 -07:00
2025-03-26 19:57:34 -07:00
2025-03-29 14:33:13 -07:00
2025-04-26 13:02:36 -07:00
2025-05-08 11:56:12 +02:00
2025-04-02 20:27:18 -07:00
2025-05-09 10:34:50 -07:00
2025-03-29 11:23:16 -07:00
2025-05-08 08:29:13 -07:00
2025-03-28 19:36:53 -07:00
2025-04-01 12:47:11 -07:00
2025-04-02 18:09:17 -07:00
2025-03-10 17:37:25 +01:00
2025-04-08 19:30:58 +02:00
2025-03-29 17:18:50 -07:00
2025-05-02 11:14:58 -07:00
2025-04-04 09:06:32 -07:00
2025-05-02 16:33:50 -07:00
2025-05-10 09:08:19 -07:00
2025-05-06 12:59:12 -06:00
2025-04-18 10:05:49 -04:00