Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323486
b: refs/heads/master
c: 4cc9834
h: refs/heads/master
v: v3
  • Loading branch information
Wen-chien Jesse Sung authored and Jiri Kosina committed Sep 25, 2012
1 parent 3a15f53 commit aec78a3
Show file tree
Hide file tree
Showing 2 changed files with 5 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: ca9bbdcc89ecc1018215ec7f7e881840d40404c4
refs/heads/master: 4cc9834518efed3b69d3a8ff3bd162e089f68d34
8 changes: 4 additions & 4 deletions trunk/drivers/hid/hid-ntrig.c
Original file line number Diff line number Diff line change
Expand Up @@ -882,10 +882,10 @@ static int ntrig_probe(struct hid_device *hdev, const struct hid_device_id *id)
nd->activate_slack = activate_slack;
nd->act_state = activate_slack;
nd->deactivate_slack = -deactivate_slack;
nd->sensor_logical_width = 0;
nd->sensor_logical_height = 0;
nd->sensor_physical_width = 0;
nd->sensor_physical_height = 0;
nd->sensor_logical_width = 1;
nd->sensor_logical_height = 1;
nd->sensor_physical_width = 1;
nd->sensor_physical_height = 1;

hid_set_drvdata(hdev, nd);

Expand Down

0 comments on commit aec78a3

Please sign in to comment.