summaryrefslogtreecommitdiffstats
path: root/drivers/hid
diff options
context:
space:
mode:
authorJiri Kosina2007-01-08 13:42:43 +0100
committerJiri Kosina2007-01-08 16:05:26 +0100
commit4d503ecc86a14b86ab7bcdfa8b755994143eba19 (patch)
treea560aed712ee93fa7ca42e8e674da3c93cff0c31 /drivers/hid
parentHID: tiny patch to remove a kmalloc cast (diff)
downloadkernel-qcow2-linux-4d503ecc86a14b86ab7bcdfa8b755994143eba19.tar.gz
kernel-qcow2-linux-4d503ecc86a14b86ab7bcdfa8b755994143eba19.tar.xz
kernel-qcow2-linux-4d503ecc86a14b86ab7bcdfa8b755994143eba19.zip
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 2fcfdbb43cd3..f143c35227fa 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.
*/