]> git.ipfire.org Git - people/ms/linux.git/blob - Documentation/driver-api/input.rst
Merge tag 'omap-for-6.0/fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel...
[people/ms/linux.git] / Documentation / driver-api / input.rst
1 Input Subsystem
2 ===============
3
4 Input core
5 ----------
6
7 .. kernel-doc:: include/linux/input.h
8 :internal:
9
10 .. kernel-doc:: drivers/input/input.c
11 :export:
12
13 .. kernel-doc:: drivers/input/ff-core.c
14 :export:
15
16 .. kernel-doc:: drivers/input/ff-memless.c
17 :export:
18
19 Multitouch Library
20 ------------------
21
22 .. kernel-doc:: include/linux/input/mt.h
23 :internal:
24
25 .. kernel-doc:: drivers/input/input-mt.c
26 :export:
27
28 Matrix keyboards/keypads
29 ------------------------
30
31 .. kernel-doc:: include/linux/input/matrix_keypad.h
32 :internal:
33
34 Sparse keymap support
35 ---------------------
36
37 .. kernel-doc:: include/linux/input/sparse-keymap.h
38 :internal:
39
40 .. kernel-doc:: drivers/input/sparse-keymap.c
41 :export:
42