linux/drivers/input
Ricardo B. Marliere a4735d40a5 Input: make input_class constant
Since commit 43a7206b09 ("driver core: class: make class_register() take
a const *"), the driver core allows for struct class to be in read-only
memory, so move the input_class structure to be declared at build time
placing it into read-only memory, instead of having to be dynamically
allocated at boot time.

Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ricardo B. Marliere <ricardo@marliere.net>
Link: https://lore.kernel.org/r/20240305-class_cleanup-input-v1-1-0c3d950c25db@marliere.net
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
2024-03-10 14:38:04 -07:00
..
gameport Input: gameport - make gameport_bus const 2024-02-06 13:57:02 -08:00
joystick Input: xpad - sort xpad_device by vendor and product ID 2024-02-08 11:27:43 -08:00
keyboard Input: matrix_keypad - switch to using managed resources 2024-01-31 10:54:37 -08:00
misc Input: iqs7222 - add support for IQS7222D v1.1 and v1.2 2024-03-07 10:10:50 -08:00
mouse Input: navpoint - remove driver 2024-01-18 15:21:00 -08:00
rmi4 Input: synaptics-rmi4 - make rmi_bus_type const 2024-03-03 15:06:58 -08:00
serio Input: serio - make serio_bus const 2024-03-03 15:06:58 -08:00
tablet Input: pegasus-notetaker - check pipe type when probing 2023-04-09 19:19:14 -07:00
tests Input: tests - add test to cover all input_grab_device() function 2023-05-23 14:50:28 -07:00
touchscreen input/touchscreen: imagis: add support for IST3032C 2024-03-03 14:58:20 -08:00
apm-power.c
evbug.c
evdev.c Input: evdev - annotate struct evdev_client with __counted_by 2023-09-30 09:24:16 -07:00
ff-core.c
ff-memless.c
input-compat.c
input-compat.h
input-core-private.h
input-leds.c Input: leds - change config symbol dependency for audio mute trigger 2024-03-03 14:46:06 -08:00
input-mt.c
input-poller.c
input-poller.h
input.c Input: make input_class constant 2024-03-10 14:38:04 -07:00
joydev.c
Kconfig Input: tests - modular KUnit tests should not depend on KUNIT=y 2023-05-02 10:39:00 -07:00
Makefile Input: Add KUnit tests for some of the input core helper functions 2023-04-01 22:47:04 -07:00
matrix-keymap.c
mousedev.c
sparse-keymap.c
touchscreen.c
vivaldi-fmap.c Input: vivaldi - convert to use sysfs_emit_at() API 2023-12-13 21:26:12 -08:00