Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263869
b: refs/heads/master
c: 1fab84a
h: refs/heads/master
i:
  263867: 1fb4da9
v: v3
  • Loading branch information
Jason Gerecke authored and Dmitry Torokhov committed Aug 27, 2011
1 parent 55f8aa8 commit dcc1afa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: cfb7d557242783bc3bfe77683ced20b4909258ec
refs/heads/master: 1fab84aa635572fbd74df8fd4fd25ea0a24c76e5
4 changes: 2 additions & 2 deletions trunk/drivers/input/tablet/wacom_wac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1191,13 +1191,13 @@ void wacom_setup_input_capabilities(struct input_dev *input_dev,
case PL:
case PTU:
case DTU:
__set_bit(BTN_TOOL_PEN, input_dev->keybit);
__set_bit(BTN_STYLUS, input_dev->keybit);
__set_bit(BTN_STYLUS2, input_dev->keybit);
/* fall through */

case PENPARTNER:
__set_bit(BTN_TOOL_PEN, input_dev->keybit);
__set_bit(BTN_TOOL_RUBBER, input_dev->keybit);
__set_bit(BTN_STYLUS, input_dev->keybit);
break;

case BAMBOO_PT:
Expand Down

0 comments on commit dcc1afa

Please sign in to comment.