Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15368
b: refs/heads/master
c: ae5536d
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov authored and Linus Torvalds committed Dec 30, 2005
1 parent 6b2b827 commit 216090c
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: 1994754412536d4ab902a81530b49bcaf496a59c
refs/heads/master: ae5536d6f7f9b51f7a0451421eade1988cfd7126
2 changes: 1 addition & 1 deletion trunk/drivers/input/joystick/warrior.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static int warrior_connect(struct serio *serio, struct serio_driver *drv)
input_set_abs_params(input_dev, ABS_Y, -64, 64, 0, 8);
input_set_abs_params(input_dev, ABS_THROTTLE, -112, 112, 0, 0);
input_set_abs_params(input_dev, ABS_HAT0X, -1, 1, 0, 0);
input_set_abs_params(input_dev, ABS_HAT0X, -1, 1, 0, 0);
input_set_abs_params(input_dev, ABS_HAT0Y, -1, 1, 0, 0);

serio_set_drvdata(serio, warrior);

Expand Down

0 comments on commit 216090c

Please sign in to comment.