Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193527
b: refs/heads/master
c: 893d1cd
h: refs/heads/master
i:
  193525: f35f521
  193523: fdae6e8
  193519: 5b3439f
v: v3
  • Loading branch information
Dmitry Torokhov committed Apr 21, 2010
1 parent e0789ec commit 8472af7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: b426571ceab9fbdd50be33a4cb379a119c6028a2
refs/heads/master: 893d1cdd53d8a748245dbfab62f4bf220316761d
2 changes: 0 additions & 2 deletions trunk/drivers/input/tablet/acecad.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ static int usb_acecad_probe(struct usb_interface *intf, const struct usb_device_
input_dev->close = usb_acecad_close;

input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS);
input_dev->keybit[BIT_WORD(BTN_LEFT)] =
BIT_MASK(BTN_LEFT) | BIT_MASK(BTN_RIGHT) | BIT_MASK(BTN_MIDDLE);
input_dev->keybit[BIT_WORD(BTN_DIGI)] = BIT_MASK(BTN_TOOL_PEN) |
BIT_MASK(BTN_TOUCH) | BIT_MASK(BTN_STYLUS) |
BIT_MASK(BTN_STYLUS2);
Expand Down

0 comments on commit 8472af7

Please sign in to comment.