Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4d503ecc86a14b86ab7bcdfa8b755994143eba19
Commit:     4d503ecc86a14b86ab7bcdfa8b755994143eba19
Parent:     d6509c36ba333282362e5f9769869f8a8d790aaf
Author:     Jiri Kosina <[EMAIL PROTECTED]>
AuthorDate: Mon Jan 8 13:42:43 2007 +0100
Committer:  Jiri Kosina <[EMAIL PROTECTED]>
CommitDate: Mon Jan 8 16:05:26 2007 +0100

    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 <[EMAIL PROTECTED]>
---
 drivers/hid/hid-core.c |    8 --------
 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.
  */
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to