Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
41 ligi 1
This is the first release of the Linux library for the MFD and the
2
LEDs found on the SAITEK X52 ( and PRO ) HOTAS joystick. The informations needed
3
for accessing this nice device where kindly supplied by saitek.
4
 
5
The code is released under the LGPL. For more details please read the
6
COPYING file.
7
 
8
Compilation of this library requires the libusb http://www.linux-usb.org/
9
 
10
The library itself consists of the x52.c and the x52.h file.
11
Programs which want to use the library have to link "x52.o" and
12
the libusb. For more details please have a look at the Makefile
13
supplied with this package. The Makefile builds a test program
14
named x52test.
15
 
16
With the x52test program it is possible to test all the features
17
of the library:
18
 
19
x52test text 0 'First Line'
20
x52test text 1 'Second Line'
21
x52test text 2 'Third Line'
22
x52test bri 0 40
23
x52test bri 1 50
24
x52test led 1 1
25
x52test time 1 12 20
26
x52test date 7 10 17
27
 
28
If you have any questions regarding using this library and/or the x52 (pro)
29
please send an email to <eduard@hasenleithner.at>. I also welcome
30
any hints for improvements of this library.