|
@ -34,9 +34,10 @@ |
|
|
|
|
|
|
|
|
PyDoc_STRVAR(SMBus_module_doc, |
|
|
PyDoc_STRVAR(SMBus_module_doc, |
|
|
"This module defines an object type that allows SMBus transactions\n" |
|
|
"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" |
|
|
"\n" |
|
|
"Because the I2C device interface is opened R/W, users of this\n" |
|
|
"Because the I2C device interface is opened R/W, users of this\n" |
|
|
"module usually must have root permissions.\n"); |
|
|
"module usually must have root permissions.\n"); |
|
|