X-Git-Url: https://git.archive.openwrt.org/?p=15.05%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fbrcm2708%2Fpatches-3.18%2F0054-hid-Reduce-default-mouse-polling-interval-to-60Hz.patch;h=9d258d896c40d8d9eac8a3d54824b549d4e19f1d;hp=17d60390e55a00fe30d3b202268b9dd2c053d509;hb=HEAD;hpb=c291f76d24a4190551a42b7b77a2cfeb3f4d36f9 diff --git a/target/linux/brcm2708/patches-3.18/0054-hid-Reduce-default-mouse-polling-interval-to-60Hz.patch b/target/linux/brcm2708/patches-3.18/0054-hid-Reduce-default-mouse-polling-interval-to-60Hz.patch old mode 100755 new mode 100644 index 17d60390e5..9d258d896c --- a/target/linux/brcm2708/patches-3.18/0054-hid-Reduce-default-mouse-polling-interval-to-60Hz.patch +++ b/target/linux/brcm2708/patches-3.18/0054-hid-Reduce-default-mouse-polling-interval-to-60Hz.patch @@ -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 -