projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffe51d0
)
HID: fix ignore_special_drivers modparam description
author
Hans Petter Selasky
<
[email protected]
>
Mon, 8 Sep 2014 07:35:35 +0000
(09:35 +0200)
committer
Jiri Kosina
<
[email protected]
>
Mon, 8 Sep 2014 07:35:35 +0000
(09:35 +0200)
Signed-off-by: Hans Petter Selasky <
[email protected]
>
Signed-off-by: Jiri Kosina <
[email protected]
>
drivers/hid/hid-core.c
patch
|
blob
|
history
diff --git
a/drivers/hid/hid-core.c
b/drivers/hid/hid-core.c
index 6827196be3fc55585beed856defc49019a3a97d7..c527f5ec4cfc6c6df957bc6def074cf75a47db0a 100644
(file)
--- a/
drivers/hid/hid-core.c
+++ b/
drivers/hid/hid-core.c
@@
-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.