Merge pull request #580 from wigyori/cc-libpcap
[15.05/openwrt.git] / target / linux / brcm2708 / patches-3.18 / 0054-hid-Reduce-default-mouse-polling-interval-to-60Hz.patch
old mode 100755 (executable)
new mode 100644 (file)
index 17d6039..9d258d8
@@ -8,8 +8,6 @@ Reduces overhead when using X
  drivers/hid/usbhid/hid-core.c | 10 +++++++---
  1 file changed, 7 insertions(+), 3 deletions(-)
 
-diff --git a/drivers/hid/usbhid/hid-core.c b/drivers/hid/usbhid/hid-core.c
-index ca6849a..4671921 100644
 --- a/drivers/hid/usbhid/hid-core.c
 +++ b/drivers/hid/usbhid/hid-core.c
 @@ -49,7 +49,7 @@
@@ -21,7 +19,7 @@ index ca6849a..4671921 100644
  module_param_named(mousepoll, hid_mousepoll_interval, uint, 0644);
  MODULE_PARM_DESC(mousepoll, "Polling interval of mice");
  
-@@ -1079,8 +1079,12 @@ static int usbhid_start(struct hid_device *hid)
+@@ -1081,8 +1081,12 @@ static int usbhid_start(struct hid_devic
                }
  
                /* Change the polling interval of mice. */
@@ -36,6 +34,3 @@ index ca6849a..4671921 100644
  
                ret = -ENOMEM;
                if (usb_endpoint_dir_in(endpoint)) {
--- 
-1.8.3.2
-