Skip to content

Commit

Permalink
HID: mousepoll parameter makes no sense for generic HID
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiri Kosina committed Jan 8, 2007
1 parent d6509c3 commit 4d503ec
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/hid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@
#define DRIVER_DESC "USB HID core driver"
#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.
*/
Expand Down

0 comments on commit 4d503ec

Please sign in to comment.