[ltp] Incorporating Thinkpad Detection into Lm_sensors

Michael Selway linux-thinkpad@www.bm-soft.com
Mon, 22 Jul 2002 09:18:21 +0100


phil@netroedge.com writes:
 > So, I need your help!  How can we detect a Thinkpad?

There's some code in arch/i386/kernel/dmi_scan.c whose intention
is to change an APM setting for all IBM laptops.  The relevant
table entry looks like this in 2.4.18:

{ set_apm_ints, "IBM", {	/* Allow interrupts during suspend on IBM laptops */
		MATCH(DMI_SYS_VENDOR, "IBM"),
		NO_MATCH, NO_MATCH, NO_MATCH
		} },


HTH,
Michael.

----- The Linux ThinkPad mailing list -----
The linux-thinkpad mailing list home page is at:
http://www.bm-soft.com/~bm/tp_mailing.html