summaryrefslogtreecommitdiff
path: root/target/linux/brcm2708/patches-3.18/0054-hid-Reduce-default-mouse-polling-interval-to-60Hz.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-02-13 07:38:27 +0000
committerJohn Crispin <john@openwrt.org>2015-02-13 07:38:27 +0000
commit9b74de00f7b35427bbea34c5d59d6f05fc0e3a8f (patch)
treed195a3dab5e103006253d85283b3bd4b21708e09 /target/linux/brcm2708/patches-3.18/0054-hid-Reduce-default-mouse-polling-interval-to-60Hz.patch
parent2dbcf5e91f4f9db57d618d801674c3792d4504e7 (diff)
downloadmtk-20170518-9b74de00f7b35427bbea34c5d59d6f05fc0e3a8f.zip
mtk-20170518-9b74de00f7b35427bbea34c5d59d6f05fc0e3a8f.tar.gz
mtk-20170518-9b74de00f7b35427bbea34c5d59d6f05fc0e3a8f.tar.bz2
brcm2708: refresh patches
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44433
Diffstat (limited to 'target/linux/brcm2708/patches-3.18/0054-hid-Reduce-default-mouse-polling-interval-to-60Hz.patch')
-rw-r--r--[-rwxr-xr-x]target/linux/brcm2708/patches-3.18/0054-hid-Reduce-default-mouse-polling-interval-to-60Hz.patch7
1 files changed, 1 insertions, 6 deletions
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
index 17d6039..1bf26e8 100755..100644
--- 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)
+@@ -1079,8 +1079,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
-