Changeset 687
- Timestamp:
- 01/08/00 17:42:26 (13 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/chips/w83781d.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/chips/w83781d.c
r686 r687 4 4 Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>, 5 5 Philip Edelbrock <phil@netroedge.com>, 6 and Mark Studebaker <mds @eng.paradyne.com>6 and Mark Studebaker <mdsxyz123@yahoo.com> 7 7 8 8 This program is free software; you can redistribute it and/or modify … … 1146 1146 w83781d_write_value(client,W83781D_REG_IN_MAX(4), 1147 1147 IN_TO_REG(W83781D_INIT_IN_MAX_4)); 1148 if (type == w83781d ) {1148 if (type == w83781d || type == as99127f) { 1149 1149 w83781d_write_value(client,W83781D_REG_IN_MIN(5), 1150 1150 IN_TO_REG(W83781D_INIT_IN_MIN_5)); … … 1157 1157 IN_TO_REG(W83782D_INIT_IN_MAX_5)); 1158 1158 } 1159 if (type == w83781d ) {1159 if (type == w83781d || type == as99127f) { 1160 1160 w83781d_write_value(client,W83781D_REG_IN_MIN(6), 1161 1161 IN_TO_REG(W83781D_INIT_IN_MIN_6)); … … 1645 1645 1646 1646 MODULE_AUTHOR("Frodo Looijaard <frodol@dds.nl>, Philip Edelbrock <phil@netroedge 1647 .com>, and Mark Studebaker <mds @eng.paradyne.com>");1647 .com>, and Mark Studebaker <mdsxyz123@yahoo.com>"); 1648 1648 MODULE_DESCRIPTION("W83781D driver"); 1649 1649
