]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Input: remove special handling of id->driver_info when matching
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 19 Feb 2025 17:14:23 +0000 (09:14 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 2 Jul 2025 04:02:58 +0000 (21:02 -0700)
commitbf4e6e3331effa91fdf7cac6b5dd7ff4ec18c227
tree1028ce96538c2e1f13c02a439bd054447fc4b1fc
parent84060ea3e0b6294abde57b85502ccf9fa65f94de
Input: remove special handling of id->driver_info when matching

evdev has switched to match on EV_SYN instead of relying on non-zero
driver_info field to allow matching to all devices. Remove special
handling from input core.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/input.c