Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215581
b: refs/heads/master
c: 50b6369
h: refs/heads/master
i:
  215579: 3a01441
v: v3
  • Loading branch information
Nikolai Kondrashov authored and Jiri Kosina committed Aug 9, 2010
1 parent 2633e3a commit 043acf4
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 73e4008ddddc84d5f2499c17012b340a0dae153e
refs/heads/master: 50b6369767f65c39de3d7ca17842ebc6c52888b8
4 changes: 4 additions & 0 deletions trunk/drivers/hid/hid-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,10 @@ static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_fiel
map_key_clear(BTN_STYLUS);
break;

case 0x46: /* TabletPick */
map_key_clear(BTN_STYLUS2);
break;

default: goto unknown;
}
break;
Expand Down

0 comments on commit 043acf4

Please sign in to comment.