Changeset 4158
- Timestamp:
- 09/17/06 23:11:51 (2 years ago)
- Files:
-
- i2c/trunk/INSTALL (modified) (1 diff)
- i2c/trunk/QUICKSTART (modified) (1 diff)
- i2c/trunk/README (modified) (2 diffs)
- i2c/trunk/RPM/i2c-rh.spec (modified) (1 diff)
- i2c/trunk/RPM/i2c.spec (modified) (1 diff)
- i2c/trunk/TODO (modified) (1 diff)
- i2c/trunk/doc/summary (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/INSTALL
r3949 r4158 221 221 Note that there are no client drivers in this package; you will have to 222 222 get them from somewhere else (for example, download the lm_sensors 223 package at http://www.lm-sensors. nu). Without additional drivers and223 package at http://www.lm-sensors.org). Without additional drivers and 224 224 programs, this package is of very limited use to you. 225 225 i2c/trunk/QUICKSTART
r3947 r4158 29 29 * That's all (but you need client drivers from some other source to do 30 30 anything interesting - see the lm_sensors page: 31 http:// secure.netroedge.com/~lm78/31 http://www.lm-sensors.org/ i2c/trunk/README
r4045 r4158 17 17 well as more bus drivers and some additional basic code 18 18 (for SMBus emulation over i2c) and some i2c debugging tools 19 are found in the lm_sensors package at http://www.lm-sensors. nu.19 are found in the lm_sensors package at http://www.lm-sensors.org. 20 20 Another place at which I2C is used is the video4linux project. 21 21 … … 24 24 To contact the developers of this package, visit the following information 25 25 page: 26 http://secure.netroedge.com/~lm78/author.html#contact26 http://www.lm-sensors.org/wiki/FeedbackAndSupport 27 27 28 28 See the lm_sensors download page for further guidance: 29 http:// secure.netroedge.com/~lm78/download.html29 http://www.lm-sensors.org/wiki/Download 30 30 31 31 2.4 KERNELS USING OTHER I2C DRIVERS (BTTV AND THE SUCH) i2c/trunk/RPM/i2c-rh.spec
r3873 r4158 30 30 Group: System Environment/Kernel 31 31 Copyright: GPL 32 Source0: http:// www.lm-sensors.nu/lm-sensors/archive/i2c-%{ver}.tar.gz32 Source0: http://dl.lm-sensors.org/i2c/releases/i2c-%{ver}.tar.gz 33 33 Buildroot: /var/tmp/%{name}-%{ver} 34 34 Docdir: %{prefix}/doc 35 Url: http://www. netroedge.com/~lm78/35 Url: http://www.lm-sensors.org 36 36 Requires: kernel = %{kversion} 37 37 #The new i2c code has been integrated into kernel 2.3.38 i2c/trunk/RPM/i2c.spec
r4000 r4158 35 35 36 36 Copyright: GPL 37 Source0: http:// www.lm-sensors.nu/lm-sensors/archive/i2c-%{ver}.tar.gz37 Source0: http://dl.lm-sensors.org/i2c/releases/i2c-%{ver}.tar.gz 38 38 Buildroot: /var/tmp/%{name}-%{ver} 39 39 Docdir: %{prefix}/doc 40 Url: http://www. netroedge.com/~lm78/40 Url: http://www.lm-sensors.org 41 41 Requires: kernel = %{kversion} 42 42 #The new i2c code has been integrated into kernel 2.3.38 i2c/trunk/TODO
r4019 r4158 433 433 the "emulation layer" if the adapter is i2c-only), errors aren't returned at all. 434 434 Which isn't great but that's the way it is now. In fact we have a two-year-old ticket 435 (#517 http://www2.lm-sensors.nu/~lm78/readticket.cgi?ticket=517 )436 435 asking for improvement. I don't have any answers, just wondering if anybody 437 436 has a "vision" (!) on error handling and whether the changes in i2c-algo-bit i2c/trunk/doc/summary
r3885 r4158 38 38 a separate Adapter and Algorithm driver), and drivers for your I2C devices 39 39 (usually one driver for each device). There are no I2C device drivers 40 in this package. See the lm_sensors project http://www.lm-sensors. nu40 in this package. See the lm_sensors project http://www.lm-sensors.org 41 41 for device drivers. 42 42
