summaryrefslogtreecommitdiff
path: root/drivers/hid
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2007-01-08 12:42:43 (GMT)
committerJiri Kosina <jkosina@suse.cz>2007-01-08 15:05:26 (GMT)
commit4d503ecc86a14b86ab7bcdfa8b755994143eba19 (patch)
treea560aed712ee93fa7ca42e8e674da3c93cff0c31 /drivers/hid
parentd6509c36ba333282362e5f9769869f8a8d790aaf (diff)
downloadlinux-fsl-qoriq-4d503ecc86a14b86ab7bcdfa8b755994143eba19.tar.xz
HID: mousepoll parameter makes no sense for generic HID
mousepoll parameter makes no sense for generic HID code. It belongs to (and is implemented by) usbhid. This is also where all users are expecting it. Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r--drivers/hid/hid-core.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index 2fcfdbb..f143c35 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
@@ -44,14 +44,6 @@
#define DRIVER_LICENSE "GPL"
/*
- * Module parameters.
- */
-
-static unsigned int hid_mousepoll_interval;
-module_param_named(mousepoll, hid_mousepoll_interval, uint, 0644);
-MODULE_PARM_DESC(mousepoll, "Polling interval of mice");
-
-/*
* Register a new report for a device.
*/