s526: don't dereference insn->data
[comedi.git] / README
1
2     COMEDI
3     The Linux Control and Measurement Device Interface
4     David Schleef <ds@schleef.org>
5
6
7 * About Comedi:
8
9 Comedi is a collection of drivers for data acquisition hardware.
10 These drivers work with Linux, and also with Linux combined with
11 the real-time extensions RTAI and RTLinux.  The Comedi core, which
12 ties all the driver together, allows applications to be written
13 that are completely hardware independent.
14
15 Comedi supports a variety of data acquisition hardware; an
16 incomplete list can be found in Documentation/comedi/drivers.txt.
17
18 This distribution contains just the Comedi kernel modules.  You will
19 almost certainly also want to download Comedilib, which is a user
20 space library, a few utilities, and some example programs.
21
22 * Installation:
23
24 For installation instructions, look at the file INSTALL.
25
26 * Mailing List:
27
28 Questions about Comedi should be sent to the Comedi mailing list,
29 <comedi_list@googlegroups.com>.  It is necessary to join the group
30 before posting (see below).  It is also possible to post to the list
31 using the web interface (see below).  Mailing the maintainer
32 directly is always acceptable, but since the mailing list is
33 archived and questions are often answered more quickly by others,
34 the mailing list is preferred.
35
36 To subscribe to and unsubscribe from the mailing list, or to read or
37 post messages via the web interface, go to
38 <http://groups.google.com/group/comedi_list>.  Alternatively, you
39 can send a blank email to <comedi_list+subscribe@googlegroups.com>
40 to subscribe, or to <comedi_list+unsubscribe@googlegroups.com> to
41 unsubscribe (making sure the "From:" email address matches the
42 address you originally subscribed with!).
43
44 Traffic on the list is light, and mainly questions/answers about
45 comedi installation, bugs, and programming.  General questions
46 about data acquisition are also welcome.
47
48 * More Information:
49
50 Comedi also has a web page at <http://www.comedi.org/> from where
51 updated versions may be downloaded.
52
53 Often bugfixes and new features that are not in the current release
54 can be found in the Git repository.  Git snapshots can be created
55 automatically at <http://comedi.org/git?p=comedi/comedi.git;a=tree>.
56 The Git repository can be accessed anonymously using:
57
58   git clone git://comedi.org/git/comedi.git
59
60 Comedi may be freely distributed and modified in accordance with the
61 GNU General Public License.
62
63 The person behind all this misspelled humor is David Schleef
64 <ds@schleef.org>.
65