Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179219
b: refs/heads/master
c: 0e253fd
h: refs/heads/master
i:
  179217: 036d427
  179215: bcdfdae
v: v3
  • Loading branch information
Przemo Firszt authored and Jiri Kosina committed Jan 13, 2010
1 parent 9f14436 commit d4c4832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 23aeb61e7e1f02fb0f3b8f9e798e75537ca1731d
refs/heads/master: 0e253fdb3b5739fd8514f617ec582762bcfaea48
1 change: 1 addition & 0 deletions trunk/drivers/hid/hid-wacom.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ static int wacom_raw_event(struct hid_device *hdev, struct hid_report *report,
wdata->butstate = rw;
input_report_key(input, BTN_0, rw & 0x02);
input_report_key(input, BTN_1, rw & 0x01);
input_report_key(input, BTN_TOOL_FINGER, 0xf0);
input_event(input, EV_MSC, MSC_SERIAL, 0xf0);
input_sync(input);
}
Expand Down

0 comments on commit d4c4832

Please sign in to comment.