Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349790
b: refs/heads/master
c: 9937c02
h: refs/heads/master
v: v3
  • Loading branch information
Chris Bagwell authored and Dmitry Torokhov committed Jan 24, 2013
1 parent 7489c2e commit 73c134b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b666263b71cb1f3b96fb79e69de7f119062b0da2
refs/heads/master: 9937c026820baabd1e908a9c1e6bdc846293000a
6 changes: 3 additions & 3 deletions trunk/drivers/input/tablet/wacom_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -553,10 +553,10 @@ static int wacom_set_device_mode(struct usb_interface *intf, int report_id, int
if (!rep_data)
return error;

rep_data[0] = report_id;
rep_data[1] = mode;

do {
rep_data[0] = report_id;
rep_data[1] = mode;

error = wacom_set_report(intf, WAC_HID_FEATURE_REPORT,
report_id, rep_data, length, 1);
if (error >= 0)
Expand Down

0 comments on commit 73c134b

Please sign in to comment.