l4re-base-25.08.0

This commit is contained in:
2025-09-12 15:55:45 +02:00
commit d959eaab98
37938 changed files with 9382688 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
ARCHITECTURE OF LINUX INPUT SUBSYSTEM
+---------+
| HANDLER |
| evdev |
+---------+
|
+-------+
+--------------| input |--------------+
| +-------+ |
| | |
+----------------+ +----------------+ +----------------+
| DEVICE | | DEVICE | | DEVICE |
| psmouse-base.c | | atkbd.c | | hid.c |
+----------------+ +----------------+ +----------------+
\ / |
+---------+ +-------+
| serio | | usb |
+---------+ +-------+
| |
+--------------+ ...
| PORT |
| i8042.c |
+--------------+
i8042.c --(raw)--> atkbd.c --(events)--> input.c
usb.c --(raw)--> hid.c --(events)--> input.c