Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127453 | Differences between
and this patch

Collapse All | Expand All

(-)thinkpad-5.9.orig2/2.6/drivers/thinkpad.c (-3 lines)
Lines 90-96 Link Here
90
static int enable_smapi = 1;
90
static int enable_smapi = 1;
91
static int enable_superio = 1;
91
static int enable_superio = 1;
92
static int enable_rtcmosram = 1;
92
static int enable_rtcmosram = 1;
93
static int enable_thinkpadpm = 1; /* obsolete */
94
#ifdef MODULE
93
#ifdef MODULE
95
MODULE_PARM( enable_smapi, "i" );
94
MODULE_PARM( enable_smapi, "i" );
96
MODULE_PARM_DESC( enable_smapi, "Enable/disable (1/0) use of the smapi module" );
95
MODULE_PARM_DESC( enable_smapi, "Enable/disable (1/0) use of the smapi module" );
Lines 98-105 Link Here
98
MODULE_PARM_DESC( enable_superio, "Enable/disable (1/0) use of the superio module" );
97
MODULE_PARM_DESC( enable_superio, "Enable/disable (1/0) use of the superio module" );
99
MODULE_PARM( enable_rtcmosram, "i" );
98
MODULE_PARM( enable_rtcmosram, "i" );
100
MODULE_PARM_DESC( enable_rtcmosram, "Enable/disable (1/0) use of the rtcmosram module" );
99
MODULE_PARM_DESC( enable_rtcmosram, "Enable/disable (1/0) use of the rtcmosram module" );
101
MODULE_PARM( enable_thinkpadpm, "i" );
102
MODULE_PARM_DESC( enable_thinkpadpm, "Enable/disable (1/0) use of the thinkpadpm module (obsolete)" );
103
MODULE_AUTHOR( "Thomas Hood" );
100
MODULE_AUTHOR( "Thomas Hood" );
104
MODULE_DESCRIPTION( "Metadriver for IBM ThinkPad hardware drivers" );
101
MODULE_DESCRIPTION( "Metadriver for IBM ThinkPad hardware drivers" );
105
MODULE_LICENSE( "GPL" );
102
MODULE_LICENSE( "GPL" );

Return to bug 127453