Changeset 4431 for lm-sensors/branches/lm-sensors-3.0.0/prog/dump/i2cset.8
- Timestamp:
- 06/04/07 19:54:46 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/prog/dump/i2cset.8
r4157 r4431 1 .TH I2CSET 8 " September 2005"1 .TH I2CSET 8 "June 2007" 2 2 .SH "NAME" 3 3 i2cset \- set I2C registers … … 5 5 .SH SYNOPSIS 6 6 .B i2cset 7 .RB [ -f ] 7 8 .RB [ -y ] 8 9 .I i2cbus … … 24 25 .B -V 25 26 Display the version and exit. 27 .TP 28 .B -f 29 Force access to the device even if it is already busy. By default, i2cset 30 will refuse to access a device which is already under the control of a 31 kernel driver. Using this flag is dangerous, it can seriously confuse the 32 kernel driver in question. It can also cause i2cset to silently write to 33 the wrong register. So use at your own risk and only if you know what 34 you're doing. 26 35 .TP 27 36 .B -y
