HID: elan: Query device max_x and max_y value from touchpad
[linux/fpc-iii.git] / Documentation / process / development-process.rst
blob61c627e41ba8c22ae0d5715eafe2a54074500275
1 .. _development_process_main:
3 A guide to the Kernel Development Process
4 =========================================
6 Contents:
8 .. toctree::
9    :numbered:
10    :maxdepth: 2
12    1.Intro
13    2.Process
14    3.Early-stage
15    4.Coding
16    5.Posting
17    6.Followthrough
18    7.AdvancedTopics
19    8.Conclusion
21 The purpose of this document is to help developers (and their managers)
22 work with the development community with a minimum of frustration.  It is
23 an attempt to document how this community works in a way which is
24 accessible to those who are not intimately familiar with Linux kernel
25 development (or, indeed, free software development in general).  While
26 there is some technical material here, this is very much a process-oriented
27 discussion which does not require a deep knowledge of kernel programming to
28 understand.