1 Kernel driver max1668 2 ===================== 3 4 Supported chips: 5 6 * Maxim MAX1668, MAX1805 and MAX1989 7 8 Prefix: 'max1668' 9 10 Addresses scanned: I2C 0x18, 0x19, 0x1a, 0 11 12 Datasheet: http://datasheets.maxim-ic.com/ 13 14 Author: 15 16 David George <david.george@ska.ac.za> 17 18 Description 19 ----------- 20 21 This driver implements support for the Maxim M 22 chips. 23 24 The three devices are very similar, but the MA 25 set; only two remote temperature inputs vs the 26 two ICs. 27 28 The driver is able to distinguish between the 29 entries as follows: 30 31 - MAX1805, MAX1668 and MAX1989: 32 33 =============== == =========================== 34 temp1_input ro local (ambient) temperature 35 temp1_max rw local temperature maximum t 36 temp1_max_alarm ro local temperature maximum t 37 temp1_min rw local temperature minimum t 38 temp1_min_alarm ro local temperature minimum t 39 temp2_input ro remote temperature 1 40 temp2_max rw remote temperature 1 maximu 41 temp2_max_alarm ro remote temperature 1 maximu 42 temp2_min rw remote temperature 1 minimu 43 temp2_min_alarm ro remote temperature 1 minimu 44 temp3_input ro remote temperature 2 45 temp3_max rw remote temperature 2 maximu 46 temp3_max_alarm ro remote temperature 2 maximu 47 temp3_min rw remote temperature 2 minimu 48 temp3_min_alarm ro remote temperature 2 minimu 49 =============== == =========================== 50 51 - MAX1668 and MAX1989 only: 52 53 =============== == =========================== 54 temp4_input ro remote temperature 3 55 temp4_max rw remote temperature 3 maximu 56 temp4_max_alarm ro remote temperature 3 maximu 57 temp4_min rw remote temperature 3 minimu 58 temp4_min_alarm ro remote temperature 3 minimu 59 temp5_input ro remote temperature 4 60 temp5_max rw remote temperature 4 maximu 61 temp5_max_alarm ro remote temperature 4 maximu 62 temp5_min rw remote temperature 4 minimu 63 temp5_min_alarm ro remote temperature 4 minimu 64 =============== == =========================== 65 66 Module Parameters 67 ----------------- 68 69 * read_only: int 70 Set to non-zero if you wish to prevent write
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.