T61 is not in the whitelist for hdaps
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
linux-source-2.6.22 (Ubuntu) |
Won't Fix
|
Medium
|
Unassigned |
Bug Description
Binary package hint: linux-source-2.6.22
The T61 is not listed in the whitelist to load hdaps:
From /hdaps.c:
/* Note that HDAPS_DMI_
"ThinkPad T42p", so the order of the entries matters.
If your ThinkPad is not recognized, please update to latest
BIOS. This is especially the case for some R52 ThinkPads. */
static struct dmi_system_id __initdata hdaps_whitelist[] = {
HDAPS_
HDAPS_
HDAPS_
HDAPS_
HDAPS_
HDAPS_
HDAPS_
HDAPS_
HDAPS_
HDAPS_
HDAPS_
HDAPS_
HDAPS_
HDAPS_
HDAPS_
HDAPS_
{ .ident = NULL }
};
All that should be required is to add:
HDAPS_
Thanks!
Related branches
Changed in linux-source-2.6.22: | |
assignee: | timg-tpi → nobody |
Thank you for taking the time to report this bug and helping to make Ubuntu better. While I don't think it is absolutely necessary it might be helpful if you could also include the full output of 'sudo dmidecode'. Thanks in advance.