📄 gl518sm
字号:
Kernel driver gl518sm=====================Supported chips: * Genesys Logic GL518SM release 0x00 Prefix: 'gl518sm' Addresses scanned: I2C 0x2c and 0x2d Datasheet: http://www.genesyslogic.com/pdf * Genesys Logic GL518SM release 0x80 Prefix: 'gl518sm' Addresses scanned: I2C 0x2c and 0x2d Datasheet: http://www.genesyslogic.com/pdfAuthors: Frodo Looijaard <frodol@dds.nl>, Kyösti Mälkki <kmalkki@cc.hut.fi> Hong-Gunn Chew <hglinux@gunnet.org> Jean Delvare <khali@linux-fr.org>Description-----------IMPORTANT:For the revision 0x00 chip, the in0, in1, and in2 values (+5V, +3V,and +12V) CANNOT be read. This is a limitation of the chip, not the driver.This driver supports the Genesys Logic GL518SM chip. There are at leasttwo revision of this chip, which we call revision 0x00 and 0x80. Revision0x80 chips support the reading of all voltages and revision 0x00 onlyfor VIN3.The GL518SM implements one temperature sensor, two fan rotation speedsensors, and four voltage sensors. It can report alarms through thecomputer speakers.Temperatures are measured in degrees Celsius. An alarm goes off while thetemperature is above the over temperature limit, and has not yet droppedbelow the hysteresis limit. The alarm always reflects the currentsituation. Measurements are guaranteed between -10 degrees and +110degrees, with a accuracy of +/-3 degrees.Rotation speeds are reported in RPM (rotations per minute). An alarm istriggered if the rotation speed has dropped below a programmable limit. Incase when you have selected to turn fan1 off, no fan1 alarm is triggered.Fan readings can be divided by a programmable divider (1, 2, 4 or 8) togive the readings more range or accuracy. Not all RPM values canaccurately be represented, so some rounding is done. With a dividerof 2, the lowest representable value is around 1900 RPM.Voltage sensors (also known as VIN sensors) report their values in volts.An alarm is triggered if the voltage has crossed a programmable minimum ormaximum limit. Note that minimum in this case always means 'closest tozero'; this is important for negative voltage measurements. The VDD inputmeasures voltages between 0.000 and 5.865 volt, with a resolution of 0.023volt. The other inputs measure voltages between 0.000 and 4.845 volt, witha resolution of 0.019 volt. Note that revision 0x00 chips do not supportreading the current voltage of any input except for VIN3; limit setting andalarms work fine, though.When an alarm is triggered, you can be warned by a beeping signal through yourcomputer speaker. It is possible to enable all beeping globally, or only thebeeping for some alarms.If an alarm triggers, it will remain triggered until the hardware registeris read at least once (except for temperature alarms). This means that thecause for the alarm may already have disappeared! Note that in the currentimplementation, all hardware registers are read whenever any data is read(unless it is less than 1.5 seconds since the last update). This means thatyou can easily miss once-only alarms.The GL518SM only updates its values each 1.5 seconds; reading it more oftenwill do no harm, but will return 'old' values.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -