Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149413
b: refs/heads/master
c: f0bca45
h: refs/heads/master
i:
  149411: aea2e5b
v: v3
  • Loading branch information
Sergey Belyashov authored and Jiri Kosina committed May 15, 2009
1 parent 2fc23e8 commit d7c07f5
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 0f6f4319a72a2b32d19643ff811f25633d8b0207
refs/heads/master: f0bca459829fd33d659c8cd0369ac86a3924a9bc
8 changes: 7 additions & 1 deletion trunk/drivers/hid/hid-lgff.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ static const signed short ff_joystick[] = {
-1
};

static const signed short ff_joystick_ac[] = {
FF_CONSTANT,
FF_AUTOCENTER,
-1
};

static const signed short ff_wheel[] = {
FF_CONSTANT,
FF_AUTOCENTER,
Expand All @@ -60,7 +66,7 @@ static const struct dev_type devices[] = {
{ 0x046d, 0xc211, ff_rumble },
{ 0x046d, 0xc219, ff_rumble },
{ 0x046d, 0xc283, ff_joystick },
{ 0x046d, 0xc286, ff_joystick },
{ 0x046d, 0xc286, ff_joystick_ac },
{ 0x046d, 0xc294, ff_wheel },
{ 0x046d, 0xc295, ff_joystick },
{ 0x046d, 0xca03, ff_wheel },
Expand Down

0 comments on commit d7c07f5

Please sign in to comment.