Browse Source

Clarify Linux kernel vs. GNU/Linux OS.

git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@5619 7894878c-1315-0410-8ee3-d5d059ff63e0
tags/v3.0.3
Jean Delvare 17 years ago
parent
commit
f90bb0e92d
  1. 7
      README
  2. 7
      py-smbus/smbusmodule.c

7
README

@ -1,9 +1,10 @@
I2C TOOLS FOR LINUX
===================
This package contains an heterogeneous set of I2C tools for Linux. These tools
were originally part of the lm-sensors package but were finally split into
their own package for convenience.
This package contains an heterogeneous set of I2C tools for the Linux kernel.
These tools were originally part of the lm-sensors project but were finally
split into their own package for convenience. They compile, run and have been
tested on GNU/Linux.
CONTENTS

7
py-smbus/smbusmodule.c

@ -34,9 +34,10 @@
PyDoc_STRVAR(SMBus_module_doc,
"This module defines an object type that allows SMBus transactions\n"
"on Linux hosts. The host kernel must have I2C support, I2C device\n"
"interface support, and a bus adapter driver. All of these can be\n"
"either built-in to the kernel, or loaded from modules.\n"
"on hosts running the Linux kernel. The host kernel must have I2C\n"
"support, I2C device interface support, and a bus adapter driver.\n"
"All of these can be either built-in to the kernel, or loaded from\n"
"modules.\n"
"\n"
"Because the I2C device interface is opened R/W, users of this\n"
"module usually must have root permissions.\n");

Loading…
Cancel
Save