Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45546
b: refs/heads/master
c: f7ebf99
h: refs/heads/master
v: v3
  • Loading branch information
Simon Budig authored and Jiri Kosina committed Jan 21, 2007
1 parent 453d8f2 commit 7b474a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 1f3ab013336e76687441462961000157c8980bb8
refs/heads/master: f7ebf99eb489a02dba2e5a071fde9f5354275a50
7 changes: 4 additions & 3 deletions trunk/include/linux/hid-debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -700,9 +700,10 @@ static char *keys[KEY_MAX + 1] = {

static char *relatives[REL_MAX + 1] = {
[REL_X] = "X", [REL_Y] = "Y",
[REL_Z] = "Z", [REL_HWHEEL] = "HWheel",
[REL_DIAL] = "Dial", [REL_WHEEL] = "Wheel",
[REL_MISC] = "Misc",
[REL_Z] = "Z", [REL_RX] = "Rx",
[REL_RY] = "Ry", [REL_RZ] = "Rz",
[REL_HWHEEL] = "HWheel", [REL_DIAL] = "Dial",
[REL_WHEEL] = "Wheel", [REL_MISC] = "Misc",
};

static char *absolutes[ABS_MAX + 1] = {
Expand Down

0 comments on commit 7b474a7

Please sign in to comment.