View | Details | Raw Unified
Collapse All | Expand All

(-) thinkpad-5.9-orig/2.6/drivers/thinkpad.c (-3 / +3 lines)
 Lines 91-101   static int enable_smapi = 1; Link Here 
static int enable_superio = 1;
static int enable_superio = 1;
static int enable_rtcmosram = 1;
static int enable_rtcmosram = 1;
#ifdef MODULE
#ifdef MODULE
MODULE_PARM( enable_smapi, "i" );
module_param( enable_smapi, int, S_IRUGO );
MODULE_PARM_DESC( enable_smapi, "Enable/disable (1/0) use of the smapi module" );
MODULE_PARM_DESC( enable_smapi, "Enable/disable (1/0) use of the smapi module" );
MODULE_PARM( enable_superio, "i" );
module_param( enable_superio, int, S_IRUGO );
MODULE_PARM_DESC( enable_superio, "Enable/disable (1/0) use of the superio module" );
MODULE_PARM_DESC( enable_superio, "Enable/disable (1/0) use of the superio module" );
MODULE_PARM( enable_rtcmosram, "i" );
module_param( enable_rtcmosram, int, S_IRUGO );
MODULE_PARM_DESC( enable_rtcmosram, "Enable/disable (1/0) use of the rtcmosram module" );
MODULE_PARM_DESC( enable_rtcmosram, "Enable/disable (1/0) use of the rtcmosram module" );
MODULE_AUTHOR( "Thomas Hood" );
MODULE_AUTHOR( "Thomas Hood" );
MODULE_DESCRIPTION( "Metadriver for IBM ThinkPad hardware drivers" );
MODULE_DESCRIPTION( "Metadriver for IBM ThinkPad hardware drivers" );