projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a3c414
)
Input: Revert "wacom - testing result shows get_report is unnecessary."
author
Benjamin Tissoires
<
[email protected]
>
Thu, 24 Jul 2014 19:47:47 +0000
(12:47 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Sat, 26 Jul 2014 01:53:45 +0000
(18:53 -0700)
This reverts commit
1b2faaf7e219fc2905d75afcd4c815e5d39eda80
.
The Intuos4 series presents a bug in which it hangs if it receives
a set feature command while switching to the enhanced mode.
This bug is triggered when plugging an Intuos 4 while having
a gnome user session up and running.
Signed-off-by: Benjamin Tissoires <
[email protected]
>
Signed-off-by: Aristeu Rozanski <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/tablet/wacom_sys.c
patch
|
blob
|
history
diff --git
a/drivers/input/tablet/wacom_sys.c
b/drivers/input/tablet/wacom_sys.c
index 2c613cd41dd68260b345141489c7c06defd94f89..72b1724ac7d0a6291c0bae06c056207b98956758 100644
(file)
--- a/
drivers/input/tablet/wacom_sys.c
+++ b/
drivers/input/tablet/wacom_sys.c
@@
-536,6
+536,9
@@
static int wacom_set_device_mode(struct usb_interface *intf, int report_id, int
error = wacom_set_report(intf, WAC_HID_FEATURE_REPORT,
report_id, rep_data, length, 1);
+ if (error >= 0)
+ error = wacom_get_report(intf, WAC_HID_FEATURE_REPORT,
+ report_id, rep_data, length, 1);
} while ((error < 0 || rep_data[1] != mode) && limit++ < WAC_MSG_RETRIES);
kfree(rep_data);