Just in case I am including the output of dmidecode.
On a side note I think I may have been wrong and per the comment in the code:
"Note that HDAPS_DMI_MATCH_NORMAL("ThinkPad T42") would match
"ThinkPad T42p", "
So all that probably needs to be done is remove the p from:
HDAPS_DMI_MATCH_NORMAL("IBM", "ThinkPad T61P"),
Thanks Chuck!
Just in case I am including the output of dmidecode.
On a side note I think I may have been wrong and per the comment in the code: MATCH_NORMAL( "ThinkPad T42") would match
"Note that HDAPS_DMI_
"ThinkPad T42p", "
So all that probably needs to be done is remove the p from: MATCH_NORMAL( "IBM", "ThinkPad T61P"),
HDAPS_DMI_
And it will match the T61 and T61P