Changeset 5042
- Timestamp:
- 11/24/07 17:58:08 (1 year ago)
- Files:
-
- lm-sensors/trunk/CONTRIBUTORS (modified) (1 diff)
- lm-sensors/trunk/doc/chips/it87 (modified) (1 diff)
- lm-sensors/trunk/kernel/chips/it87.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CONTRIBUTORS
r4254 r5042 65 65 * Oleg I. Vdovikin <vdovikin@jscc.ru> 66 66 Author of the DEC Tsunami bus driver. 67 * Christophe Gauthron <chrisg@0-in.com>67 * Christophe Gauthron 68 68 Author of the IT87 driver. 69 69 * Hermann Jung <hej@odn.de> lm-sensors/trunk/doc/chips/it87
r3153 r5042 20 20 Datasheet: No longer publicly available 21 21 22 Author: Christophe Gauthron <chrisg@0-in.com>22 Author: Christophe Gauthron 23 23 24 24 lm-sensors/trunk/kernel/chips/it87.c
r4651 r5042 7 7 SiS950 A clone of the IT8705F 8 8 9 Copyright (c) 2001 Chris Gauthron <chrisg@0-in.com>9 Copyright (c) 2001 Chris Gauthron 10 10 Largely inspired by lm78.c of the same package 11 11 … … 1122 1122 1123 1123 1124 MODULE_AUTHOR("Chris Gauthron <chrisg@0-in.com>");1124 MODULE_AUTHOR("Chris Gauthron"); 1125 1125 MODULE_DESCRIPTION("IT8705F, IT8712F, Sis950 driver"); 1126 1126 MODULE_PARM(update_vbat, "i");
