Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179217
b: refs/heads/master
c: d01799b
h: refs/heads/master
i:
  179215: bcdfdae
v: v3
  • Loading branch information
Przemo Firszt authored and Jiri Kosina committed Jan 13, 2010
1 parent cae91ac commit 036d427
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 3975bc56305256af7689bcce62284fc62e09fc8f
refs/heads/master: d01799b2f399603ae4cecc06f6ea146c57519cb1
3 changes: 3 additions & 0 deletions trunk/drivers/hid/hid-wacom.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ static int wacom_probe(struct hid_device *hdev,
/* Pad */
input->evbit[0] |= BIT(EV_MSC);
input->mscbit[0] |= BIT(MSC_SERIAL);
set_bit(BTN_0, input->keybit);
set_bit(BTN_1, input->keybit);
set_bit(BTN_TOOL_FINGER, input->keybit);

/* Distance, rubber and mouse */
input->absbit[0] |= BIT(ABS_DISTANCE);
Expand Down

0 comments on commit 036d427

Please sign in to comment.