Changes between Version 7 and Version 8 of Documentation

Show
Ignore:
Timestamp:
06/24/06 11:03:52 (7 years ago)
Author:
ruik
Comment:

Fix i2c trac links too

Legend:

Unmodified
Added
Removed
Modified
  • Documentation

    v7 v8  
    6969  * [http://secure.netroedge.com/~lm78/newdrivers.html New Drivers Page] -- Generally up-to-date information 
    7070  * [source:lm-sensors/trunk/CHANGES Latest lm_sensors CHANGES] document from Subversion repository 
    71   * [source:lm-sensors/trunk/i2c/CHANGES Latest i2c CHANGES] document from Subversion repository 
     71  * [source:i2c/trunk/CHANGES Latest i2c CHANGES] document from Subversion repository 
    7272  * [source:lm-sensors/trunk/TODO lm_sensors TODO list] -- out of date, refer to our [report: open tickets] instead 
    73   * [source:lm-sensors/trunk/i2c/TODO I2C TODO list] -- includes plans regarding SMBus 2.0 and 16-bit register addresses 
     73  * [source:i2c/trunk/TODO I2C TODO list] -- includes plans regarding SMBus 2.0 and 16-bit register addresses 
    7474  * [source:lm-sensors/trunk/README.thinkpad Information for IBM Thinkpad owners] about '''eeprom corruption''' by lm_sensors 
    7575  * [http://secure.netroedge.com/~lm78/protocol.html Protocol Implementation Status Page] -- Status of support for all I2C, SMBus and SMBus 2.0 messages in the i2c package; includes information on PEC, I2C block, and 2-byte I2C addresses. 
     
    9696 
    9797 
    98   * [source:lm-sensors/trunk/i2c/doc/summary Overview of Adapter / Client Architecture] 
     98  * [source:i2c/trunk/doc/summary Overview of Adapter / Client Architecture] 
    9999  * [source:lm-sensors/trunk/doc/developers/design Further Detail on the Adapter / Client Architecture] 
    100   * [source:lm-sensors/trunk/i2c/doc/i2c-protocol I2C Protocol Summary] 
    101   * [source:lm-sensors/trunk/i2c/doc/smbus-protocol SMBus Protocol Summary] 
    102   * [source:lm-sensors/trunk/i2c/doc/ten-bit-addresses I2C Ten Bit Address Information] 
     100  * [source:i2c/trunk/doc/i2c-protocol I2C Protocol Summary] 
     101  * [source:i2c/trunk/doc/smbus-protocol SMBus Protocol Summary] 
     102  * [source:i2c/trunk/doc/ten-bit-addresses I2C Ten Bit Address Information] 
    103103  * [source:lm-sensors/trunk/doc/temperature-sensors Overview of Temperature Sensors] 
    104104  * [source:lm-sensors/trunk/doc/fan-divisors Guide to Fan Divisors] 
    105105  * [source:lm-sensors/trunk/doc/vid Guide to VID / VRM] 
    106   * [source:lm-sensors/trunk/i2c/doc/dev-interface /dev/i2c-x interface] 
    107   * [source:lm-sensors/trunk/i2c/doc/proc-interface I2C Bus Driver /proc interface] 
    108   * [source:lm-sensors/trunk/i2c/doc/functionality I2C Driver Functionality Definitions] 
     106  * [source:i2c/trunk/doc/dev-interface /dev/i2c-x interface] 
     107  * [source:i2c/trunk/doc/proc-interface I2C Bus Driver /proc interface] 
     108  * [source:i2c/trunk/doc/functionality I2C Driver Functionality Definitions] 
    109109 
    110110 
     
    115115  * [http://secure.netroedge.com/~lm78/protocol.html Protocol Implementation Status Page] -- Status of support for all I2C, SMBus and SMBus 2.0 messages in the i2c package. Includes information on PEC, I2C block, and 2-byte I2C addresses. 
    116116  * [source:lm-sensors/trunk/doc/developers/new_drivers How to write new Drivers] -- Checklist for both sensors and bus drivers 
    117   * [source:lm-sensors/trunk/i2c/doc/writing-clients How to write I2C Drivers] -- details for i2c bus drivers 
    118   * [source:lm-sensors/trunk/i2c/doc/i2c-old-porting How to port I2C Drivers ] from the i2c-old interface to the standard I2C interface (Kernel 2.5 removed i2c-old, use this guide to port your driver!) 
     117  * [source:i2c/trunk/doc/writing-clients How to write I2C Drivers] -- details for i2c bus drivers 
     118  * [source:i2c/trunk/doc/i2c-old-porting How to port I2C Drivers ] from the i2c-old interface to the standard I2C interface (Kernel 2.5 removed i2c-old, use this guide to port your driver!) 
    119119  * [http://secure.netroedge.com/~lm78/newdrivers.html New Drivers Page] -- Check here before starting a driver. 
    120120  * [source:lm-sensors/trunk/doc/developers/proc lm-sensors (i2c-proc) /proc naming standards]