Changeset 1977
- Timestamp:
- 08/25/03 02:06:14 (5 years ago)
- Files:
-
- lm-sensors/trunk/doc/developers/new_drivers (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/doc/developers/new_drivers
r1871 r1977 51 51 Please do this _before_ you check in your driver. 52 52 53 * Add sysctl definitions to kernel/include/sensors.h (for chip drivers only).54 These define the entries in the ctl_table for /proc.55 56 53 * Meet /proc naming standards in the ctl_table (for chip drivers only). 57 54 See doc/developers/proc for information. Please do not deviate from … … 76 73 * Test the module. 77 74 This is usually the boring part... 78 Test with a recent 2.4 kernel, and possibly with an older one 79 (>=2.4.9). 75 Test with a recent 2.4 kernel (>=2.4.9). 80 76 81 77 * Add detection information to prog/detect/sensors-detect.
