|
@@ -99,13 +99,13 @@ static void io_watchdog_func(unsigned long _ohci);
|
|
|
|
|
|
|
|
|
|
/* Some boards misreport power switching/overcurrent */
|
|
/* Some boards misreport power switching/overcurrent */
|
|
-static bool distrust_firmware = 1;
|
|
|
|
|
|
+static bool distrust_firmware = true;
|
|
module_param (distrust_firmware, bool, 0);
|
|
module_param (distrust_firmware, bool, 0);
|
|
MODULE_PARM_DESC (distrust_firmware,
|
|
MODULE_PARM_DESC (distrust_firmware,
|
|
"true to distrust firmware power/overcurrent setup");
|
|
"true to distrust firmware power/overcurrent setup");
|
|
|
|
|
|
/* Some boards leave IR set wrongly, since they fail BIOS/SMM handshakes */
|
|
/* Some boards leave IR set wrongly, since they fail BIOS/SMM handshakes */
|
|
-static bool no_handshake = 0;
|
|
|
|
|
|
+static bool no_handshake;
|
|
module_param (no_handshake, bool, 0);
|
|
module_param (no_handshake, bool, 0);
|
|
MODULE_PARM_DESC (no_handshake, "true (not default) disables BIOS handshake");
|
|
MODULE_PARM_DESC (no_handshake, "true (not default) disables BIOS handshake");
|
|
|
|
|