Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18347
b: refs/heads/master
c: 5fce9d7
h: refs/heads/master
i:
  18345: 7fb34d1
  18343: afc1f61
v: v3
  • Loading branch information
Dmitry Torokhov committed Jan 14, 2006
1 parent 5985549 commit e37da9a
Show file tree
Hide file tree
Showing 2 changed files with 5 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: f0d5c6f419d3a10443f66d6835855837eae4ac4b
refs/heads/master: 5fce9d7bc5f485358263cf3d895e90c974449e1f
5 changes: 4 additions & 1 deletion trunk/drivers/usb/input/hid-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,11 @@ static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_fiel
case HID_UP_SIMULATION:

switch (usage->hid & 0xffff) {
case 0xba: map_abs(ABS_RUDDER); break;
case 0xba: map_abs(ABS_RUDDER); break;
case 0xbb: map_abs(ABS_THROTTLE); break;
case 0xc4: map_abs(ABS_GAS); break;
case 0xc5: map_abs(ABS_BRAKE); break;
case 0xc8: map_abs(ABS_WHEEL); break;
default: goto ignore;
}
break;
Expand Down

0 comments on commit e37da9a

Please sign in to comment.