|
Revision 1714, 1.1 kB
(checked in by mds, 5 years ago)
|
add note that these modules require i2c-algo-bit
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
Kernel driver `i2c-savage4.o' |
|---|
| 2 |
|
|---|
| 3 |
Status: Alpha |
|---|
| 4 |
|
|---|
| 5 |
Supported adapters: |
|---|
| 6 |
* Savage4 |
|---|
| 7 |
* Savage2000 |
|---|
| 8 |
|
|---|
| 9 |
Author: Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock |
|---|
| 10 |
<phil@netroedge.com>, Ralph Metzler <rjkm@thp.uni-koeln.de>, |
|---|
| 11 |
Alexander Wold, and Mark D. Studebaker <mdsxyz123@yahoo.com> |
|---|
| 12 |
|
|---|
| 13 |
Main contact: Sensors mailing list |
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
Module Parameters |
|---|
| 17 |
----------------- |
|---|
| 18 |
|
|---|
| 19 |
(none) |
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 |
Description |
|---|
| 23 |
----------- |
|---|
| 24 |
|
|---|
| 25 |
The Savage4 chips contain two I2C interfaces (aka a I2C 'master' |
|---|
| 26 |
or 'host'). |
|---|
| 27 |
|
|---|
| 28 |
The first interface is used for DDC (Data Display Channel) |
|---|
| 29 |
which is a serial channel through the VGA monitor connector |
|---|
| 30 |
to a DDC-compliant monitor. This interface is defined by the |
|---|
| 31 |
Video Electronics Standards Association (VESA). The standards |
|---|
| 32 |
are available for purchase at http://www.vesa.org . |
|---|
| 33 |
The DDC bus is not yet supported because its register is not |
|---|
| 34 |
directly memory-mapped. |
|---|
| 35 |
|
|---|
| 36 |
The second interface is a general-purpose I2C bus. |
|---|
| 37 |
This is the only interface supported by the driver at the moment. |
|---|
| 38 |
|
|---|
| 39 |
This driver uses the i2c-algo-bit module which must be |
|---|
| 40 |
modprobed and/or enabled in your kernel |
|---|
| 41 |
(Character Devices -> I2C Support -> I2C Bit-Banging Interfaces). |
|---|
| 42 |
|
|---|