Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15369
b: refs/heads/master
c: 40c3721
h: refs/heads/master
i:
  15367: 6b2b827
v: v3
  • Loading branch information
Denny Priebe authored and Linus Torvalds committed Dec 30, 2005
1 parent 216090c commit 9be1b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ae5536d6f7f9b51f7a0451421eade1988cfd7126
refs/heads/master: 40c37213a081990b1d3778f57630f97df75a7ec1
2 changes: 1 addition & 1 deletion trunk/drivers/usb/input/wacom.c
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ static int wacom_probe(struct usb_interface *intf, const struct usb_device_id *i

input_dev->evbit[0] |= BIT(EV_KEY) | BIT(EV_ABS);
input_dev->keybit[LONG(BTN_DIGI)] |= BIT(BTN_TOOL_PEN) | BIT(BTN_TOUCH) | BIT(BTN_STYLUS);
input_set_abs_params(input_dev, ABS_X, 0, wacom->features->y_max, 4, 0);
input_set_abs_params(input_dev, ABS_X, 0, wacom->features->x_max, 4, 0);
input_set_abs_params(input_dev, ABS_Y, 0, wacom->features->y_max, 4, 0);
input_set_abs_params(input_dev, ABS_PRESSURE, 0, wacom->features->pressure_max, 0, 0);

Expand Down

0 comments on commit 9be1b7c

Please sign in to comment.