Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14663
b: refs/heads/master
c: 657a19e
h: refs/heads/master
i:
  14661: 7f7cc77
  14659: ba2e4e9
  14655: 5bb6e3e
v: v3
  • Loading branch information
Eugeniy Meshcheryakov authored and Linus Torvalds committed Nov 24, 2005
1 parent 2f85ec6 commit bd752c7
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: 07eab46db7f78b2ed49bc9e41eda80695f93886f
refs/heads/master: 657a19ebb74128ec52f20b7e34705bdeadc59400
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/hdaps.c
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ static int __init hdaps_init(void)
hdaps_idev->evbit[0] = BIT(EV_ABS);
input_set_abs_params(hdaps_idev, ABS_X,
-256, 256, HDAPS_INPUT_FUZZ, HDAPS_INPUT_FLAT);
input_set_abs_params(hdaps_idev, ABS_X,
input_set_abs_params(hdaps_idev, ABS_Y,
-256, 256, HDAPS_INPUT_FUZZ, HDAPS_INPUT_FLAT);

input_register_device(hdaps_idev);
Expand Down

0 comments on commit bd752c7

Please sign in to comment.