Bug 313091

Summary: [PATCH] Thinkpad ACPI not loaded on boot
Product: [Fedora] Fedora Reporter: Christopher Brown <chris.brown>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7CC: jhrozek, opensource
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-02 12:07:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Attachment to bring in acpi modules from drivers/misc none

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.