Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318275
b: refs/heads/master
c: 32edbf5
h: refs/heads/master
i:
  318273: 321114a
  318271: 7c62665
v: v3
  • Loading branch information
Jason Gerecke authored and Dmitry Torokhov committed Jun 12, 2012
1 parent c64cb63 commit 5e99d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: a19fc98685ad0b5bccc38ca17acb50a92915ec51
refs/heads/master: 32edbf562cabc0fb927692c86274c3cd2ccde0d0
5 changes: 1 addition & 4 deletions trunk/drivers/input/tablet/wacom_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -1171,10 +1171,7 @@ static int wacom_probe(struct usb_interface *intf, const struct usb_device_id *i
features->device_type = BTN_TOOL_FINGER;
features->pktlen = WACOM_PKGLEN_BBTOUCH3;

features->x_phy =
(features->x_max * 100) / features->x_resolution;
features->y_phy =
(features->y_max * 100) / features->y_resolution;
wacom_set_phy_from_res(features);

features->x_max = 4096;
features->y_max = 4096;
Expand Down

0 comments on commit 5e99d1f

Please sign in to comment.