Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 643727a9 authored by Hans Petter Selasky's avatar Hans Petter Selasky Committed by Jiri Kosina
Browse files

HID: fix ignore_special_drivers modparam description

parent ffe51d0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ EXPORT_SYMBOL_GPL(hid_debug);

static int hid_ignore_special_drivers = 0;
module_param_named(ignore_special_drivers, hid_ignore_special_drivers, int, 0600);
MODULE_PARM_DESC(debug, "Ignore any special drivers and handle all devices by generic driver");
MODULE_PARM_DESC(ignore_special_drivers, "Ignore any special drivers and handle all devices by generic driver");

/*
 * Register a new report for a device.