Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77662
b: refs/heads/master
c: d7d32c8
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kiszka authored and Jiri Kosina committed Jan 28, 2008
1 parent fc52aa4 commit 37a43e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: 85c985f46059107c4f4bf5f9e7807dbb646595db
refs/heads/master: d7d32c815b938a8e98e93d881e6ec5da63bd0beb
9 changes: 5 additions & 4 deletions trunk/drivers/hid/hid-input-quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,11 @@ static int quirk_microsoft_presenter_8k(struct hid_usage *usage, struct input_de

set_bit(EV_REP, input->evbit);
switch(usage->hid & HID_USAGE) {
case 0xfd08: map_key_clear(KEY_RIGHT); break;
case 0xfd09: map_key_clear(KEY_LEFT); break;
case 0xfd0b: map_key_clear(KEY_PAUSE); break;
case 0xfd0f: map_key_clear(KEY_F5); break;
case 0xfd08: map_key_clear(KEY_FORWARD); break;
case 0xfd09: map_key_clear(KEY_BACK); break;
case 0xfd0b: map_key_clear(KEY_PLAYPAUSE); break;
case 0xfd0e: map_key_clear(KEY_CLOSE); break;
case 0xfd0f: map_key_clear(KEY_PLAY); break;
default:
return 0;
}
Expand Down

0 comments on commit 37a43e3

Please sign in to comment.