Bug 313091 - [PATCH] Thinkpad ACPI not loaded on boot
Summary: [PATCH] Thinkpad ACPI not loaded on boot
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 7
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-30 14:29 UTC by Christopher Brown
Modified: 2007-11-30 22:12 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-10-02 12:07:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Attachment to bring in acpi modules from drivers/misc (547 bytes, patch)
2007-09-30 14:29 UTC, Christopher Brown
no flags Details | Diff

Description Christopher Brown 2007-09-30 14:29:41 UTC
Description of problem: Thinkpad ACPI component not loaded on boot.

Version-Release number of selected component (if applicable): Current (F7) and devel

How reproducible: Always


Steps to Reproduce:
1. Boot thinkpad
2. run lsmod
3. Note thinkpad_acpi not listed

Expected results: Thinkpad acpi module loaded on boot.

Additional info: This module move from drivers/acpi to drivers/misc in 2.6.22.
The reason for this being that the driver is not just ACPI stuff I believe. So
maybe there is a reason stuff in misc/ shouldn't be loaded. Anyway, I attach a
patch which really needs reviewing as I can't code my way out of a cardboard
box. Even though its a one-liner. Depressing huh?

Comment 1 Christopher Brown 2007-09-30 14:29:41 UTC
Created attachment 211771 [details]
Attachment to bring in acpi modules from drivers/misc

Comment 2 Bill Nottingham 2007-10-01 19:57:52 UTC
This is fixed in later kernels by adding dmi-based aliases to load the module
automatically.


Note You need to log in before you can comment on or make changes to this bug.